@syncfusion/ej2-angular-dropdowns 20.4.40 → 20.4.42

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/README.md CHANGED
@@ -116,4 +116,4 @@ Check the license details [here.](https://github.com/syncfusion/ej2/blob/master/
116
116
  ## 8. Change log
117
117
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/dropdowns/CHANGELOG.md)
118
118
 
119
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
119
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/package.json CHANGED
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.40",
35
- "@syncfusion/ej2-base": "~20.4.40",
36
- "@syncfusion/ej2-dropdowns": "20.4.40",
34
+ "@syncfusion/ej2-angular-base": "~20.4.42",
35
+ "@syncfusion/ej2-base": "~20.4.42",
36
+ "@syncfusion/ej2-dropdowns": "20.4.42",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "fesm2015": "fesm2015/syncfusion-ej2-angular-dropdowns.mjs",
57
57
  "fesm2020": "fesm2020/syncfusion-ej2-angular-dropdowns.mjs",
58
- "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
58
+ "homepage": "https://www.syncfusion.com/angular-components",
59
59
  "keywords": [
60
60
  "angular",
61
61
  "ng",
@@ -77,5 +77,5 @@
77
77
  "schematics": "./schematics/collection.json",
78
78
  "sideEffects": false,
79
79
  "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
80
- "version": "20.4.40"
80
+ "version": "20.4.42"
81
81
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^20.4.40';
4
+ exports.pkgVer = '^20.4.42';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~20.4.40';
6
+ exports.themeVer = '~20.4.42';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.4.40';
2
+ export const pkgVer = '^20.4.42';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~20.4.40';
4
+ export const themeVer = '~20.4.42';