Skip to content

Commit dbc8a94

Browse files
committed
Update to 16.2.4
1 parent 0f1f697 commit dbc8a94

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 16.2.4 (2017-01-18)
2+
3+
### RTM version has been released!
4+
15
## 16.2.4-rc.5 (2017-01-18)
26

37
### Breaking changes

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# Angular 2 UI and Visualization Components Based on DevExtreme Widgets #
44

5-
Project status: **Release candidate**
6-
75
This project allows you to use [DevExtreme Widgets](http://js.devexpress.com/Demos/WidgetsGallery/) in [Angular 2](https://angular.io/) applications.
86

97
* [Getting started](#getting-started)
@@ -53,7 +51,7 @@ required to build the project and run tests.
5351
Install the **devextreme** and **devextreme-angular** npm packages:
5452

5553
```bash
56-
npm install --save devextreme@16.2 devextreme-angular@16.2-rc
54+
npm install --save devextreme devextreme-angular
5755
```
5856

5957
#### <a name="import-modules"></a>Import DevExtreme Modules ####

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": "16.2.4-rc.5",
3+
"version": "16.2.4",
44
"description": "Angular 2 UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -20,12 +20,12 @@
2020
"jquery": "^2.0.0 || ^3.0.0"
2121
},
2222
"peerDependencies": {
23-
"devextreme": "~16.2.4-0",
23+
"devextreme": "~16.2.4",
2424
"@angular/core": "^2.2.1",
2525
"@angular/common": "^2.2.1"
2626
},
2727
"devDependencies": {
28-
"devextreme": "~16.2.4-0",
28+
"devextreme": "~16.2.4",
2929
"jquery": "^2.0.0 || ^3.0.0",
3030
"zone.js": "^0.7.2",
3131
"@angular/core": "^2.2.1",

0 commit comments

Comments
 (0)