Skip to content

Commit a0eca59

Browse files
authored
Prepare 18.1.9 (#940)
1 parent 9cbfb31 commit a0eca59

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 18.1.9 (2019-02-20)
2+
3+
### Features
4+
- Update `devextreme` version to 18.1.9
5+
6+
17
## 18.1.8 (2019-02-20)
28

39
### Features

metadata/NGMetaData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34239,7 +34239,7 @@
3423934239
"Function"
3424034240
],
3424134241
"IsFunc": true,
34242-
"Description": "Allows you to load nodes manually."
34242+
"Description": "Allows you to load nodes. Applies if the dataStructure is \"plain\" and the dataSource and items are undefined."
3424334243
},
3424434244
"dataSource": {
3424534245
"PrimitiveTypes": [

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": "18.1.8",
3+
"version": "18.1.9",
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.8",
20+
"devextreme": "~18.1.9",
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.8",
26+
"devextreme": "~18.1.9",
2727
"zone.js": "^0.8.25",
2828
"@angular/animations": "^5.0.0",
2929
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)