Skip to content

Commit ef1f669

Browse files
Update to 18.1.11 (#962)
1 parent af71194 commit ef1f669

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 18.1.11 (2019-04-18)
2+
3+
### Features
4+
- Update `devextreme` version to 18.1.11
5+
16
## 18.1.10 (2019-03-13)
27

38
### Features

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-angular",
3-
"version": "18.1.10",
3+
"version": "18.1.11",
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": "~18.1.10",
20+
"devextreme": "~18.1.11",
2121
"@angular/core": ">5.0.0",
2222
"@angular/common": ">5.0.0",
2323
"@angular/forms": ">5.0.0"
2424
},
2525
"devDependencies": {
26-
"devextreme": "~18.1.10",
26+
"devextreme": "~18.1.11",
2727
"zone.js": "^0.8.25",
2828
"@angular/animations": "^5.0.0",
2929
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)