From a2e55f7f4601abadc0a1ba0577e314f5121406b8 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 25 Jun 2024 13:52:38 +0000 Subject: [PATCH] Release: 1.11.4 [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 7064b2e2b3..08af937ae3 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.4](https://github.com/surveyjs/survey-library/compare/v1.11.3...v1.11.4) (2024-06-25) + ## [1.11.3](https://github.com/surveyjs/survey-library/compare/v1.11.2...v1.11.3) (2024-06-19) ## [1.11.2](https://github.com/surveyjs/survey-library/compare/v1.11.1...v1.11.2) (2024-06-11) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index fecdcbef8f..86f8d466cf 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.3", + "version": "1.11.4", "scripts": { "dev": "vite", "preview": "vite preview",