Skip to content

Commit dccb4a6

Browse files
author
pipeline
committed
v18.2.59 is released
1 parent 1f93d4f commit dccb4a6

File tree

158 files changed

+1473
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1473
-225
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### CheckBox
88

components/buttons/dist/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### CheckBox
88

components/charts/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "18.2.56",
3+
"version": "18.2.58",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-charts';
4-
exports.pkgVer = '^18.2.56';
4+
exports.pkgVer = '^18.2.58';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.2.56';
6+
exports.themeVer = '~18.2.58';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-charts';
2-
export const pkgVer = '^18.2.56';
2+
export const pkgVer = '^18.2.58';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.2.56';
4+
export const themeVer = '~18.2.58';

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "18.2.56",
3+
"version": "18.2.58",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-charts';
2-
export const pkgVer = '^18.2.56';
2+
export const pkgVer = '^18.2.58';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.2.56';
4+
export const themeVer = '~18.2.58';

components/circulargauge/dist/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-circulargauge",
3-
"version": "18.2.54",
3+
"version": "18.2.57",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -9,7 +9,8 @@
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
1111
"@syncfusion/ej2-circulargauge": "*",
12-
"@types/lodash": "4.14.159"
12+
"@types/lodash": "4.14.159",
13+
"@types/node": "11.15.20"
1314
},
1415
"devDependencies": {
1516
"@syncfusion/ej2-build": "*",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-circulargauge';
4-
exports.pkgVer = '^18.2.54';
4+
exports.pkgVer = '^18.2.57';
55
exports.moduleName = 'CircularGaugeModule';
6-
exports.themeVer = '~18.2.54';
6+
exports.themeVer = '~18.2.57';

0 commit comments

Comments
 (0)