From 98c5839b88fd7ce6c09cead9011c3aa1ec59d64d Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 10 Oct 2023 15:08:06 +0000 Subject: [PATCH] Release: 1.9.112 [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 637095bf25..061853da38 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.112](https://github.com/surveyjs/survey-library/compare/v1.9.111...v1.9.112) (2023-10-10) + ## [1.9.111](https://github.com/surveyjs/survey-library/compare/v1.9.110...v1.9.111) (2023-10-04) ## [1.9.110](https://github.com/surveyjs/survey-library/compare/v1.9.109...v1.9.110) (2023-09-26) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 45425f88e4..415384ece2 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.111", + "version": "1.9.112", "scripts": { "dev": "vite", "preview": "vite preview",