From c23dda28aaacfac3eed1887830a0461dde791585 Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 19 Jan 2021 13:31:29 +0000 Subject: [PATCH] "Release: 1.8.26 [skip ci]" --- 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 e8054fc1..391c3610 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.8.26](https://github.com/surveyjs/custom-widgets/compare/v1.8.25...v1.8.26) (2021-01-19) + ### [1.8.25](https://github.com/surveyjs/custom-widgets/compare/v1.8.24...v1.8.25) (2021-01-14) ### [1.8.24](https://github.com/surveyjs/custom-widgets/compare/v1.8.23...v1.8.24) (2021-01-13) diff --git a/package-lock.json b/package-lock.json index 2217c288..c4c1bb66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.25", + "version": "1.8.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 518e4270..9e1dc1a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.8.25", + "version": "1.8.26", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env.buildType dev --watch",