From 76107ef23dba20eaae59235829e82ce320ba9f63 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 27 Dec 2023 08:59:35 +0000 Subject: [PATCH] Release: 1.9.123 [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 24f041b411..31a0e1e2cf 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.123](https://github.com/surveyjs/survey-library/compare/v1.9.122...v1.9.123) (2023-12-27) + ## [1.9.122](https://github.com/surveyjs/survey-library/compare/v1.9.121...v1.9.122) (2023-12-20) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 2f3d72739b..6f1c6ec079 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.122", + "version": "1.9.123", "scripts": { "dev": "vite", "preview": "vite preview",