From d2c9527fc31c9d5d905eae91e4add47d2d377d2a Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 4 Sep 2024 14:39:07 +0000 Subject: [PATCH] Release: 1.11.14 [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 76bfa41b22..e5e1685192 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.14](https://github.com/surveyjs/survey-library/compare/v1.11.13...v1.11.14) (2024-09-04) + ## [1.11.13](https://github.com/surveyjs/survey-library/compare/v1.11.12...v1.11.13) (2024-08-27) ## [1.11.12](https://github.com/surveyjs/survey-library/compare/v1.11.11...v1.11.12) (2024-08-20) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index a8fe1503b0..59dc3360d2 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.13", + "version": "1.11.14", "scripts": { "dev": "vite", "preview": "vite preview",