From 3ea61a7682144432502ea9cb397a5b2b8b6ce762 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 16 Jul 2024 18:31:41 +0000 Subject: [PATCH] "Release: 1.11.7 [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 8a6e932087..6bdc2181aa 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.11.7](https://github.com/surveyjs/survey-creator/compare/v1.11.6...v1.11.7) (2024-07-16) + ### [1.11.6](https://github.com/surveyjs/survey-creator/compare/v1.11.5...v1.11.6) (2024-07-10) ### [1.11.5](https://github.com/surveyjs/survey-creator/compare/v1.11.4...v1.11.5) (2024-07-03) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index a982fcb260..355fd67475 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.11.6", + "version": "1.11.7", "scripts": { "dev": "vite", "preview": "vite preview",