From 20a39fd08c319ddcb5098265faef5c4ad86fba04 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 6 Aug 2024 21:29:25 +0000 Subject: [PATCH] Release: 1.11.10 [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 dd7f293042..065c923f0b 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.10](https://github.com/surveyjs/survey-library/compare/v1.11.9...v1.11.10) (2024-08-06) + ## [1.11.9](https://github.com/surveyjs/survey-library/compare/v1.11.8...v1.11.9) (2024-07-30) ## [1.11.8](https://github.com/surveyjs/survey-library/compare/v1.11.7...v1.11.8) (2024-07-23) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 3d5bc1fac4..73151b33af 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.9", + "version": "1.11.10", "scripts": { "dev": "vite", "preview": "vite preview",