Skip to content

Commit 7660f47

Browse files
authored
Prepare 17.2.12 (#937)
1 parent 949413c commit 7660f47

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.2.12 (2019-02-20)
2+
3+
### Features
4+
- Update `devextreme` version to 17.2.12
5+
6+
17
## 17.2.11 (2018-11-02)
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.2.11",
3+
"version": "17.2.12",
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.11",
20+
"devextreme": "~17.2.12",
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.11",
26+
"devextreme": "~17.2.12",
2727
"zone.js": "^0.8.17",
2828
"@angular/core": "~4.4.5",
2929
"@angular/common": "~4.4.5",

0 commit comments

Comments
 (0)