From 95eb0b0c50241588e2847bad31f377467967ef1c Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Thu, 25 Apr 2024 11:57:50 +0000 Subject: [PATCH] Release: 1.10.1 [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 fd75cc6b60..c9ef45fc8a 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.10.1](https://github.com/surveyjs/survey-library/compare/v1.9.139...v1.10.1) (2024-04-25) + ## [1.9.139](https://github.com/surveyjs/survey-library/compare/v1.9.138...v1.9.139) (2024-04-16) ## [1.9.138](https://github.com/surveyjs/survey-library/compare/v1.9.137...v1.9.138) (2024-04-09) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index c6d30294f2..2b90e55b10 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.139", + "version": "1.10.1", "scripts": { "dev": "vite", "preview": "vite preview",