From f40d2b4215880bf54891ddde91089049879dc5b6 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 26 Sep 2023 17:21:49 +0000 Subject: [PATCH] Release: 1.9.110 [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 a8e714370e..9afeb9a71b 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.110](https://github.com/surveyjs/survey-library/compare/v1.9.109...v1.9.110) (2023-09-26) + ## [1.9.109](https://github.com/surveyjs/survey-library/compare/v1.9.108...v1.9.109) (2023-09-19) ## [1.9.108](https://github.com/surveyjs/survey-library/compare/v1.9.107...v1.9.108) (2023-09-19) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index e689aee9f3..2012fb2cf9 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.109", + "version": "1.9.110", "scripts": { "dev": "vite", "preview": "vite preview",