From 94b97333c9ee4ba0b07200a8451268e1c7043ec7 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 8 Oct 2024 14:00:38 +0000 Subject: [PATCH] Release: 1.12.5 [azurepipelines skip] --- packages/survey-vue3-ui/CHANGELOG.md | 7 +++++++ packages/survey-vue3-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/survey-vue3-ui/CHANGELOG.md b/packages/survey-vue3-ui/CHANGELOG.md index 84fb79029c..9e5d93d44f 100644 --- a/packages/survey-vue3-ui/CHANGELOG.md +++ b/packages/survey-vue3-ui/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.12.5](https://github.com/surveyjs/survey-library/compare/v1.12.4...v1.12.5) (2024-10-08) + + +### Bug Fixes + +* frames disappearing when using root css config ([53c0c17](https://github.com/surveyjs/survey-library/commit/53c0c172047871824bce5e6742d08faeb14ee9d2)) + ## [1.12.4](https://github.com/surveyjs/survey-library/compare/v1.12.3...v1.12.4) (2024-10-01) ## [1.12.3](https://github.com/surveyjs/survey-library/compare/v1.12.2...v1.12.3) (2024-09-24) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 417ba0e4ac..589c87ad99 100644 --- a/packages/survey-vue3-ui/package.json +++ b/packages/survey-vue3-ui/package.json @@ -1,6 +1,6 @@ { "name": "survey-vue3-ui", - "version": "1.12.4", + "version": "1.12.5", "scripts": { "dev": "vite", "preview": "vite preview",