From cdcd118478124eba5af827b621e1c446b220ad25 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 13 Nov 2024 11:55:38 +0000 Subject: [PATCH] "Release: 1.12.10 [azurepipelines skip]" --- packages/survey-creator-vue/CHANGELOG.md | 2 ++ packages/survey-creator-vue/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 6b8862b81f..91db20a5b1 100644 --- a/packages/survey-creator-vue/CHANGELOG.md +++ b/packages/survey-creator-vue/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.12.10](https://github.com/surveyjs/survey-creator/compare/v1.12.9...v1.12.10) (2024-11-13) + ### [1.12.9](https://github.com/surveyjs/survey-creator/compare/v1.12.8...v1.12.9) (2024-11-07) ### [1.12.8](https://github.com/surveyjs/survey-creator/compare/v1.12.7...v1.12.8) (2024-10-31) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 6f0b521d7c..2dd55a0788 100644 --- a/packages/survey-creator-vue/package.json +++ b/packages/survey-creator-vue/package.json @@ -1,6 +1,6 @@ { "name": "survey-creator-vue", - "version": "1.12.9", + "version": "1.12.10", "scripts": { "dev": "vite", "preview": "vite preview",