From fe35747219e04e33b1f9368237014f703c7aa580 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 15 Mar 2023 11:12:57 +0000 Subject: [PATCH] "Release: 1.9.78 [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 31999c5b..893b4469 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. +### [1.9.78](https://github.com/surveyjs/custom-widgets/compare/v1.9.77...v1.9.78) (2023-03-15) + ### [1.9.77](https://github.com/surveyjs/custom-widgets/compare/v1.9.76...v1.9.77) (2023-03-07) ### [1.9.76](https://github.com/surveyjs/custom-widgets/compare/v1.9.75...v1.9.76) (2023-02-28) diff --git a/package-lock.json b/package-lock.json index d6974b23..9a5b6416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.77", + "version": "1.9.78", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90d8bc32..f7c727f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.77", + "version": "1.9.78", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",