Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 47a2118

Browse files
Update to 17.2.10 (#850)
1 parent fc89f0e commit 47a2118

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 17.2.10 (2018-09-05)
2+
3+
### Features
4+
- Update `devextreme` version to 17.2.10
5+
16
## 17.2.9 (2018-07-13)
27

38
### Bug Fixes

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.2.9",
3+
"version": "17.2.10",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -17,13 +17,13 @@
1717
"author": "Developer Express Inc.",
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"devextreme": "~17.2.9",
20+
"devextreme": "~17.2.10",
2121
"@angular/core": ">2.4.2",
2222
"@angular/common": ">2.4.2",
2323
"@angular/forms": ">2.4.2"
2424
},
2525
"devDependencies": {
26-
"devextreme": "~17.2.9",
26+
"devextreme": "~17.2.10",
2727
"zone.js": "^0.8.17",
2828
"@angular/core": "~4.4.5",
2929
"@angular/common": "~4.4.5",

0 commit comments

Comments
 (0)