From 3e6c2ebafe3e503d9b771e2cd7133c302247c3ed Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Thu, 6 Jun 2024 10:40:33 +0000 Subject: [PATCH] "Release: 1.11.1 [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 fef2ad88a2..fd437f7cb2 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.1](https://github.com/surveyjs/survey-creator/compare/v1.10.6...v1.11.1) (2024-06-06) + ### [1.10.6](https://github.com/surveyjs/survey-creator/compare/v1.10.5...v1.10.6) (2024-05-28) ### [1.10.5](https://github.com/surveyjs/survey-creator/compare/v1.10.4...v1.10.5) (2024-05-21) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 0997a42586..f780eb26de 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.10.6", + "version": "1.11.1", "scripts": { "dev": "vite", "preview": "vite preview",