From 4a4073f080106a7ec4039b44e63716d16a2fa41d Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Thu, 15 Feb 2024 09:29:40 +0000 Subject: [PATCH] Release: 1.9.130 [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 58cf3b312f..cf31adceab 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.130](https://github.com/surveyjs/survey-library/compare/v1.9.129...v1.9.130) (2024-02-15) + ## [1.9.129](https://github.com/surveyjs/survey-library/compare/v1.9.128...v1.9.129) (2024-02-06) ## [1.9.128](https://github.com/surveyjs/survey-library/compare/v1.9.127...v1.9.128) (2024-01-31) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 1de37d0bb3..5693d75fff 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.129", + "version": "1.9.130", "scripts": { "dev": "vite", "preview": "vite preview",