Skip to content

Commit 796df08

Browse files
author
pipeline
committed
v15.4.21-preview is released
1 parent 1e1e088 commit 796df08

File tree

3 files changed

+23
-52
lines changed

3 files changed

+23
-52
lines changed

CHANGELOG.md

-33
This file was deleted.

ReadMe.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Essential JS 2 is a modern JavaScript UI toolkit that has been the built from th
77
* [Demos](http://ej2.syncfusion.com/demos/)
88
* [Documentation](http://ej2.syncfusion.com/documentation/)
99

10+
## Changelog
11+
12+
Check the changelog [here](https://github.com/syncfusion/ej2/blob/master/CHANGELOG.md)
13+
1014
## Installing
1115

1216
To install all dependent packages, use the below command

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "15.4.17",
3+
"version": "15.4.21",
44
"description": "Essential JS 2",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"dependencies": {
8-
"@syncfusion/ej2-base": "*",
9-
"@syncfusion/ej2-buttons": "*",
10-
"@syncfusion/ej2-calendars": "*",
11-
"@syncfusion/ej2-charts": "*",
12-
"@syncfusion/ej2-circulargauge": "*",
13-
"@syncfusion/ej2-compression": "*",
14-
"@syncfusion/ej2-data": "*",
15-
"@syncfusion/ej2-dropdowns": "*",
16-
"@syncfusion/ej2-excel-export": "*",
17-
"@syncfusion/ej2-file-utils": "*",
18-
"@syncfusion/ej2-grids": "*",
19-
"@syncfusion/ej2-inputs": "*",
20-
"@syncfusion/ej2-lineargauge": "*",
21-
"@syncfusion/ej2-lists": "*",
22-
"@syncfusion/ej2-navigations": "*",
23-
"@syncfusion/ej2-pdf-export": "*",
24-
"@syncfusion/ej2-popups": "*",
8+
"@syncfusion/ej2-base": "^15.4.21",
9+
"@syncfusion/ej2-buttons": "^15.4.21",
10+
"@syncfusion/ej2-calendars": "^15.4.21",
11+
"@syncfusion/ej2-charts": "^15.4.20",
12+
"@syncfusion/ej2-circulargauge": "^15.4.17",
13+
"@syncfusion/ej2-compression": "^15.4.20",
14+
"@syncfusion/ej2-data": "^15.4.20",
15+
"@syncfusion/ej2-dropdowns": "^15.4.21",
16+
"@syncfusion/ej2-excel-export": "^15.4.20",
17+
"@syncfusion/ej2-file-utils": "^15.4.20",
18+
"@syncfusion/ej2-grids": "^15.4.21",
19+
"@syncfusion/ej2-inputs": "^15.4.21",
20+
"@syncfusion/ej2-lineargauge": "^15.4.17",
21+
"@syncfusion/ej2-lists": "^15.4.20",
22+
"@syncfusion/ej2-navigations": "^15.4.21",
23+
"@syncfusion/ej2-pdf-export": "^15.4.21",
24+
"@syncfusion/ej2-popups": "^15.4.21",
2525
"tslib": "^1.8.0"
2626
},
2727
"devDependencies": {
@@ -36,7 +36,7 @@
3636
"gulp-sass": "^3.1.0",
3737
"gulp-typescript": "^3.1.6",
3838
"requirejs": "^2.3.3",
39-
"typescript": "2.3.4"
39+
"typescript": "2.6.2"
4040
},
4141
"keywords": [
4242
"ej2",

0 commit comments

Comments
 (0)