@syncfusion/ej2-vue-base 26.2.4 → 26.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-base.umd.min.js
3
- * version : 26.2.4
3
+ * version : 26.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-base.min.js
3
- * version : 26.2.4
3
+ * version : 26.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 26.2.4
3
+ * version : 26.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "bundleDependencies": false,
68
68
  "dependencies": {
69
- "@syncfusion/ej2-base": "~26.2.4"
69
+ "@syncfusion/ej2-base": "~26.2.5"
70
70
  },
71
71
  "deprecated": false,
72
72
  "description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
@@ -99,6 +99,6 @@
99
99
  "test": "gulp ci-test"
100
100
  },
101
101
  "typings": "index.d.ts",
102
- "version": "26.2.4",
102
+ "version": "26.2.5",
103
103
  "sideEffects": true
104
104
  }