diff --git a/packages/survey-vue3-ui/CHANGELOG.md b/packages/survey-vue3-ui/CHANGELOG.md index 266e37e065..4c3b7c1ff9 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.11.8](https://github.com/surveyjs/survey-library/compare/v1.11.7...v1.11.8) (2024-07-23) + ## [1.11.7](https://github.com/surveyjs/survey-library/compare/v1.11.6...v1.11.7) (2024-07-16) ## [1.11.6](https://github.com/surveyjs/survey-library/compare/v1.11.5...v1.11.6) (2024-07-10) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 14cefa5f78..fdae5ab514 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.11.7", + "version": "1.11.8", "scripts": { "dev": "vite", "preview": "vite preview",