Skip to content

Commit 3f3c7b0

Browse files
Update to 17.1.12 (#814)
1 parent 8cb1196 commit 3f3c7b0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 17.1.12 (2018-06-21)
2+
3+
### Features
4+
5+
- DevExtreme dependency has been updated to the 17.1.12
6+
17
## 17.1.10 (2018-03-05)
28

39
### Features

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-angular",
3-
"version": "17.1.10",
3+
"version": "17.1.12",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -20,13 +20,13 @@
2020
"jquery": "^2.0.0 || ^3.0.0"
2121
},
2222
"peerDependencies": {
23-
"devextreme": "~17.1.10",
23+
"devextreme": "~17.1.12",
2424
"@angular/core": "^2.2.1 || ^4.0.0 || ^5.0.0",
2525
"@angular/common": "^2.2.1 || ^4.0.0 || ^5.0.0",
2626
"@angular/forms": "^2.2.1 || ^4.0.0 || ^5.0.0"
2727
},
2828
"devDependencies": {
29-
"devextreme": "~17.1.10",
29+
"devextreme": "~17.1.12",
3030
"zone.js": "^0.7.2",
3131
"@angular/core": "^2.2.1",
3232
"@angular/common": "^2.2.1",

0 commit comments

Comments
 (0)