Skip to content

Commit 2cc74b7

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Merge branch 'master' of https://github.com/surveyjs/widgets
2 parents 8027444 + 65315a7 commit 2cc74b7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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.4"></a>
6+
## [1.1.4](https://github.com/surveyjs/widgets/compare/v1.1.3...v1.1.4) (2019-08-12)
7+
8+
9+
510
<a name="1.1.3"></a>
611
## [1.1.3](https://github.com/surveyjs/widgets/compare/v1.1.2...v1.1.3) (2019-08-06)
712

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "surveyjs-widgets",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"scripts": {
55
"start": "npm run build && live-server",
66
"watch": "webpack --env.buildType dev --watch",
@@ -25,15 +25,15 @@
2525
"nouislider": "^10.1.0",
2626
"pretty-checkbox": "^3.0.3",
2727
"recordrtc": "^5.5.8",
28-
"select2": "^4.0.7",
28+
"select2": "^4.0.8",
2929
"signature_pad": "^2.3.2",
3030
"sortablejs": "^1.9.0",
3131
"standard-version": "4.0.0",
32-
"survey-angular": "^1.1.0",
33-
"survey-jquery": "^1.1.0",
34-
"survey-knockout": "^1.1.0",
35-
"survey-react": "^1.1.0",
36-
"survey-vue": "^1.1.0",
32+
"survey-angular": "^1.1.4",
33+
"survey-jquery": "^1.1.4",
34+
"survey-knockout": "^1.1.4",
35+
"survey-react": "^1.1.4",
36+
"survey-vue": "^1.1.4",
3737
"virtual-module-webpack-plugin": "^0.3.0",
3838
"webpack": "^3.6.0"
3939
}

0 commit comments

Comments
 (0)