diff --git a/packages/survey-vue3-ui/CHANGELOG.md b/packages/survey-vue3-ui/CHANGELOG.md new file mode 100644 index 0000000000..fffeb39a1e --- /dev/null +++ b/packages/survey-vue3-ui/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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.99](https://github.com/surveyjs/survey-library/compare/v1.9.98...v1.9.99) (2023-07-26) + + +### Bug Fixes + +* should be one instance of survey-core in example ([cd30e10](https://github.com/surveyjs/survey-library/commit/cd30e10887cc1d1b24dad0a7455df0b560045258)) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 6c151f5e85..30c4980e12 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.58", + "version": "1.9.99", "scripts": { "dev": "vite", "preview": "vite preview", @@ -35,4 +35,4 @@ "vue": "^3.2.41", "vue-tsc": "^1.0.8" } -} \ No newline at end of file +}