From cc63c4e802f8f51842d7ea1ff4d9b20eef2f1385 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 10 Jul 2024 10:11:55 +0000 Subject: [PATCH] Release: 1.11.6 [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 000ec2d2ed..e3c680c990 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.6](https://github.com/surveyjs/survey-library/compare/v1.11.5...v1.11.6) (2024-07-10) + ## [1.11.5](https://github.com/surveyjs/survey-library/compare/v1.11.4...v1.11.5) (2024-07-03) ## [1.11.4](https://github.com/surveyjs/survey-library/compare/v1.11.3...v1.11.4) (2024-06-25) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index fb854c61d7..5b345de72f 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.5", + "version": "1.11.6", "scripts": { "dev": "vite", "preview": "vite preview",