Skip to content

Commit b1b7b96

Browse files
author
pipeline
committed
v23.2.5 is released
1 parent c288e3d commit b1b7b96

File tree

127 files changed

+158
-49
lines changed

Some content is hidden

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

127 files changed

+158
-49
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

components/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "23.1.36",
3+
"version": "23.2.4",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/chai": "^3.4.28",
3131
"@types/es6-promise": "0.0.28",
32-
"@types/jasmine": "^2.2.29",
32+
"@types/jasmine": "2.8.22",
3333
"@types/jasmine-ajax": "^3.1.27",
3434
"@types/react": "^15.0.24",
3535
"@types/react-dom": "^15.5.0",

components/buttons/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-vue-buttons",
3-
"version": "23.1.43",
3+
"version": "23.2.4",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "23.1.41",
3+
"version": "23.2.4",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/charts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions

components/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -37,7 +37,7 @@
3737
"source-map-loader": "^0.2.1",
3838
"@types/chai": "^3.4.28",
3939
"@types/es6-promise": "0.0.28",
40-
"@types/jasmine": "^2.2.29",
40+
"@types/jasmine": "2.8.22",
4141
"@types/jasmine-ajax": "^3.1.27",
4242
"@types/requirejs": "^2.1.26",
4343
"vue": "2.6.14",

components/circulargauge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "23.1.38",
3+
"version": "23.2.4",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -28,7 +28,7 @@
2828
"source-map-loader": "^0.2.1",
2929
"@types/chai": "^3.4.28",
3030
"@types/es6-promise": "0.0.28",
31-
"@types/jasmine": "^2.2.29",
31+
"@types/jasmine": "2.8.22",
3232
"@types/jasmine-ajax": "^3.1.27",
3333
"@types/requirejs": "^2.1.26",
3434
"vue": "2.6.14",

components/diagrams/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "23.1.44",
3+
"version": "23.2.4",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -27,7 +27,7 @@
2727
"source-map-loader": "^0.2.1",
2828
"@types/chai": "^3.4.28",
2929
"@types/es6-promise": "0.0.28",
30-
"@types/jasmine": "^2.2.29",
30+
"@types/jasmine": "2.8.22",
3131
"@types/jasmine-ajax": "^3.1.27",
3232
"@types/requirejs": "^2.1.26",
3333
"vue": "2.6.14",

components/documenteditor/CHANGELOG.md

Lines changed: 15 additions & 0 deletions

0 commit comments

Comments
 (0)