From b63320961bed4c3b9beb2719c33d3a4abf6a7eb3 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 21 May 2024 10:08:30 +0000 Subject: [PATCH] Release: 1.10.5 [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 3880c9a7b1..5708b5e41a 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.5](https://github.com/surveyjs/survey-library/compare/v1.10.4...v1.10.5) (2024-05-21) + ## [1.10.4](https://github.com/surveyjs/survey-library/compare/v1.10.3...v1.10.4) (2024-05-15) ## [1.10.3](https://github.com/surveyjs/survey-library/compare/v1.10.2...v1.10.3) (2024-05-07) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index f329fb6a27..34846e5da7 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.10.4", + "version": "1.10.5", "scripts": { "dev": "vite", "preview": "vite preview",