From 2ffbc3006a2eb563ca72907ff143ee7210788eb2 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 23 Oct 2024 11:16:50 +0000 Subject: [PATCH] "Release: 1.12.7 [azurepipelines skip]" --- packages/survey-creator-vue/CHANGELOG.md | 2 ++ packages/survey-creator-vue/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 5918644aac..bba4cf2107 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.7](https://github.com/surveyjs/survey-creator/compare/v1.12.6...v1.12.7) (2024-10-23) + ### [1.12.6](https://github.com/surveyjs/survey-creator/compare/v1.12.5...v1.12.6) (2024-10-15) ### [1.12.5](https://github.com/surveyjs/survey-creator/compare/v1.12.4...v1.12.5) (2024-10-08) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index e445910162..77a6d5aad2 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.6", + "version": "1.12.7", "scripts": { "dev": "vite", "preview": "vite preview", @@ -52,4 +52,4 @@ "vue-tsc": "^1.0.8", "puppeteer": "23.5.3" } -} \ No newline at end of file +}