@syncfusion/ej2-react-dropdowns 32.1.21 → 32.1.22

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
@@ -220,4 +220,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
220
220
 
221
221
  See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=dropdown) for more info.
222
222
 
223
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
223
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 32.1.21
3
+ * version : 32.1.22
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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-react-dropdowns.umd.min.js
3
- * version : 32.1.21
3
+ * version : 32.1.22
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-dropdowns",
3
- "version": "32.1.21",
3
+ "version": "32.1.22",
4
4
  "description": "Essential JS 2 DropDown Components for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -24,8 +24,8 @@
24
24
  "readme": "ReadMe.md",
25
25
  "dependencies": {
26
26
  "@syncfusion/ej2-base": "~32.1.19",
27
- "@syncfusion/ej2-react-base": "~32.1.21",
28
- "@syncfusion/ej2-dropdowns": "32.1.21"
27
+ "@syncfusion/ej2-react-base": "~32.1.22",
28
+ "@syncfusion/ej2-dropdowns": "32.1.22"
29
29
  },
30
30
  "devDependencies": {},
31
31
  "sideEffects": false,