From 3efb61c91f523000971f38a22b26fdc144477bbf Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 4 Dec 2024 20:54:18 +0000 Subject: [PATCH] Release: 1.12.13 [azurepipelines skip] --- packages/survey-vue3-ui/CHANGELOG.md | 2 ++ packages/survey-vue3-ui/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/survey-vue3-ui/CHANGELOG.md b/packages/survey-vue3-ui/CHANGELOG.md index d532f3e674..55c614bfc1 100644 --- a/packages/survey-vue3-ui/CHANGELOG.md +++ b/packages/survey-vue3-ui/CHANGELOG.md @@ -2,6 +2,8 @@ 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.13](https://github.com/surveyjs/survey-library/compare/v1.12.12...v1.12.13) (2024-12-04) + ## [1.12.12](https://github.com/surveyjs/survey-library/compare/v1.12.11...v1.12.12) (2024-11-27) ## [1.12.11](https://github.com/surveyjs/survey-library/compare/v1.12.10...v1.12.11) (2024-11-20) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 3c39dd974a..60847240f0 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.12", + "version": "1.12.13", "scripts": { "dev": "vite", "preview": "vite preview",