Skip to content

Commit 5066f9e

Browse files
"Release: 1.8.69 [skip ci]"
1 parent 6e1c17a commit 5066f9e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.8.69](https://github.com/surveyjs/custom-widgets/compare/v1.8.68...v1.8.69) (2021-09-28)
6+
7+
8+
### Bug Fixes
9+
10+
* tagbox doesn't remove items if value is number [#273](https://github.com/surveyjs/custom-widgets/issues/273) ([6e1c17a](https://github.com/surveyjs/custom-widgets/commit/6e1c17a742b655b7918aa347d63840184b43a9d1))
11+
512
### [1.8.68](https://github.com/surveyjs/custom-widgets/compare/v1.8.67...v1.8.68) (2021-09-21)
613

714
### [1.8.67](https://github.com/surveyjs/custom-widgets/compare/v1.8.66...v1.8.67) (2021-09-17)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surveyjs-widgets",
3-
"version": "1.8.68",
3+
"version": "1.8.69",
44
"scripts": {
55
"start": "npm run build && live-server",
66
"watch": "webpack --env.buildType dev --watch",
@@ -9,7 +9,7 @@
99
"release": "standard-version --message \"Release: %s [skip ci]\"",
1010
"testcafe": "concurrently \"http-server --silent\" \"testcafe -c 4 chrome testcafe/ --selector-timeout 1500\"",
1111
"testcafe:ci": "http-server --silent & testcafe chrome:headless testcafe/ --selector-timeout 1500 ",
12-
"testcafe_file": "concurrently \"http-server --silent\" \"testcafe chrome testCafe/tagbox.ts --selector-timeout 1500 --reporter minimal\""
12+
"testcafe_file": "concurrently \"http-server --silent\" \"testcafe chrome testCafe/tagbox.ts --selector-timeout 1500 --reporter minimal\""
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)