Skip to content

Commit

Permalink
Update to 17.1.14 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Feb 20, 2019
1 parent fe88f4a commit 4731ce2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 17.1.14 (2019-02-20)

### Features

- Update `devextreme` version to 17.1.14

## 17.1.13 (2018-11-02)

### Features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-angular",
"version": "17.1.13",
"version": "17.1.14",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
Expand All @@ -20,13 +20,13 @@
"jquery": "^2.0.0 || ^3.0.0"
},
"peerDependencies": {
"devextreme": "~17.1.13",
"devextreme": "~17.1.14",
"@angular/core": "^2.2.1 || ^4.0.0 || ^5.0.0",
"@angular/common": "^2.2.1 || ^4.0.0 || ^5.0.0",
"@angular/forms": "^2.2.1 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"devextreme": "~17.1.13",
"devextreme": "~17.1.14",
"zone.js": "^0.7.2",
"@angular/core": "^2.2.1",
"@angular/common": "^2.2.1",
Expand Down

0 comments on commit 4731ce2

Please sign in to comment.