From d38ef7b7248b10658c9b007a44ca197ac2e9ad5f Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 11 Jun 2024 10:55:22 +0000 Subject: [PATCH] Release: 1.11.2 [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 98ac14a56c..e31a5d8b88 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.11.2](https://github.com/surveyjs/survey-library/compare/v1.11.1...v1.11.2) (2024-06-11) + ## [1.11.1](https://github.com/surveyjs/survey-library/compare/v1.10.6...v1.11.1) (2024-06-06) ## [1.10.6](https://github.com/surveyjs/survey-library/compare/v1.10.5...v1.10.6) (2024-05-28) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index af0394aa7c..11938afdba 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.11.1", + "version": "1.11.2", "scripts": { "dev": "vite", "preview": "vite preview",