From 319bd2c475f3eac185a6c24e3a0be3e89b8cf599 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 1 Oct 2024 16:35:59 +0000 Subject: [PATCH] Release: 1.12.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 71e8c138fc..84fb79029c 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.12.4](https://github.com/surveyjs/survey-library/compare/v1.12.3...v1.12.4) (2024-10-01) + ## [1.12.3](https://github.com/surveyjs/survey-library/compare/v1.12.2...v1.12.3) (2024-09-24) ## [1.12.2](https://github.com/surveyjs/survey-library/compare/v1.12.1...v1.12.2) (2024-09-17) diff --git a/packages/survey-vue3-ui/package.json b/packages/survey-vue3-ui/package.json index 2e26ef5959..417ba0e4ac 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.12.3", + "version": "1.12.4", "scripts": { "dev": "vite", "preview": "vite preview",