From 8b0a5a51fec32ac6fd93a6a63680ad46c5735ff4 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 21 Nov 2023 13:22:31 +0000 Subject: [PATCH] Release: 1.9.118 [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 0d5798d4b4..74b61d3957 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.9.118](https://github.com/surveyjs/survey-library/compare/v1.9.117...v1.9.118) (2023-11-21) + ## [1.9.117](https://github.com/surveyjs/survey-library/compare/v1.9.116...v1.9.117) (2023-11-14) ## [1.9.116](https://github.com/surveyjs/survey-library/compare/v1.9.115...v1.9.116) (2023-11-07) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index a6bb4476d2..73cee9d41b 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.117", + "version": "1.9.118", "scripts": { "dev": "vite", "preview": "vite preview",