diff --git a/packages/survey-vue3-ui/CHANGELOG.md b/packages/survey-vue3-ui/CHANGELOG.md index 62a5df163a..3880c9a7b1 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.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) ## [1.10.2](https://github.com/surveyjs/survey-library/compare/v1.10.1...v1.10.2) (2024-04-30) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index f09ec0fe88..f329fb6a27 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.3", + "version": "1.10.4", "scripts": { "dev": "vite", "preview": "vite preview",