From 295ccbddeab1a2e811c5dc2155c65d2f3070d115 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 25 Oct 2023 08:26:35 +0000 Subject: [PATCH] Release: 1.9.114 [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 d9624605fc..51336cf2a2 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.9.114](https://github.com/surveyjs/survey-library/compare/v1.9.113...v1.9.114) (2023-10-25) + ## [1.9.113](https://github.com/surveyjs/survey-library/compare/v1.9.112...v1.9.113) (2023-10-17) ## [1.9.112](https://github.com/surveyjs/survey-library/compare/v1.9.111...v1.9.112) (2023-10-10) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index aa76665963..f7563a4e11 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.9.113", + "version": "1.9.114", "scripts": { "dev": "vite", "preview": "vite preview",