Skip to content

Commit 68da1a9

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Release: 1.1.17
1 parent a6da9bf commit 68da1a9

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
<a name="1.1.17"></a>
6+
## [1.1.17](https://github.com/surveyjs/widgets/compare/v1.1.16...v1.1.17) (2019-10-22)
7+
8+
9+
510
<a name="1.1.16"></a>
611
## [1.1.16](https://github.com/surveyjs/widgets/compare/v1.1.15...v1.1.16) (2019-10-16)
712

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surveyjs-widgets",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"scripts": {
55
"start": "npm run build && live-server",
66
"watch": "webpack --env.buildType dev --watch",
@@ -29,11 +29,11 @@
2929
"signature_pad": "^2.3.2",
3030
"sortablejs": "^1.9.0",
3131
"standard-version": "4.0.0",
32-
"survey-angular": "^1.1.12",
33-
"survey-jquery": "^1.1.12",
34-
"survey-knockout": "^1.1.12",
35-
"survey-react": "^1.1.12",
36-
"survey-vue": "^1.1.12",
32+
"survey-angular": "^1.1.17",
33+
"survey-jquery": "^1.1.17",
34+
"survey-knockout": "^1.1.17",
35+
"survey-react": "^1.1.17",
36+
"survey-vue": "^1.1.17",
3737
"virtual-module-webpack-plugin": "^0.3.0",
3838
"webpack": "^3.6.0"
3939
}

0 commit comments

Comments
 (0)