From fb0209a955f077285a156b88fe264f7374a3d863 Mon Sep 17 00:00:00 2001 From: surveyjsdeveloper Date: Sat, 22 Feb 2025 13:23:47 +0000 Subject: [PATCH] "Release: 2.0.0-rc.6 [azurepipelines skip]" --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2d8db..c596be7 100644 --- a/CHANGELOG.md +++ b/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. +## [2.0.0-rc.6](https://github.com/surveyjs/custom-widgets/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2025-02-22) + ## [2.0.0-rc.5](https://github.com/surveyjs/custom-widgets/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2025-02-20) ## [2.0.0-rc.4](https://github.com/surveyjs/custom-widgets/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2025-02-13) diff --git a/package-lock.json b/package-lock.json index d5250e6..3a709b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61b4295..bd931ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "2.0.0-rc.5", + "version": "2.0.0-rc.6", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",