@syncfusion/ej2-angular-splitbuttons 30.1.37 → 30.1.39-ngcc

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.
package/package.json CHANGED
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~30.1.37",
35
- "@syncfusion/ej2-base": "~30.1.37",
36
- "@syncfusion/ej2-splitbuttons": "30.1.37"
35
+ "@syncfusion/ej2-base": "~30.1.38",
36
+ "@syncfusion/ej2-splitbuttons": "30.1.39"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
@@ -82,5 +82,5 @@
82
82
  "schematics": "./schematics/collection.json",
83
83
  "sideEffects": false,
84
84
  "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
85
- "version": "30.1.37"
85
+ "version": "30.1.39-ngcc"
86
86
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
- exports.pkgVer = '^30.1.37';
4
+ exports.pkgVer = '^30.1.39';
5
5
  exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
- exports.themeVer = '~30.1.37';
6
+ exports.themeVer = '~30.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^30.1.37';
2
+ export const pkgVer = '^30.1.39';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~30.1.37';
4
+ export const themeVer = '~30.1.39';