From fd277aa98264da8db22168a3551f990c9517c3ae Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 15 May 2024 18:55:53 +0000 Subject: [PATCH] "Release: 1.10.4 [azurepipelines skip]" --- packages/survey-creator-vue/CHANGELOG.md | 2 ++ packages/survey-creator-vue/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/survey-creator-vue/CHANGELOG.md b/packages/survey-creator-vue/CHANGELOG.md index 78dfb68d0..2fa53be69 100644 --- a/packages/survey-creator-vue/CHANGELOG.md +++ b/packages/survey-creator-vue/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.10.4](https://github.com/surveyjs/survey-creator/compare/v1.10.3...v1.10.4) (2024-05-15) + ### [1.10.3](https://github.com/surveyjs/survey-creator/compare/v1.10.2...v1.10.3) (2024-05-07) ### [1.10.2](https://github.com/surveyjs/survey-creator/compare/v1.10.1...v1.10.2) (2024-04-30) diff --git a/packages/survey-creator-vue/package.json b/packages/survey-creator-vue/package.json index 90ddecf78..d581583d4 100644 --- a/packages/survey-creator-vue/package.json +++ b/packages/survey-creator-vue/package.json @@ -1,6 +1,6 @@ { "name": "survey-creator-vue", - "version": "1.10.3", + "version": "1.10.4", "scripts": { "dev": "vite", "preview": "vite preview",