@commercetools-uikit/select-input 19.16.0 → 19.17.0

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.
@@ -282,7 +282,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
282
282
  var SelectInput$1 = SelectInput;
283
283
 
284
284
  // NOTE: This string will be replaced on build time with the package version.
285
- var version = "19.16.0";
285
+ var version = "19.17.0";
286
286
 
287
287
  exports["default"] = SelectInput$1;
288
288
  exports.version = version;
@@ -253,7 +253,7 @@ SelectInput.ValueContainer = Select.components.ValueContainer;
253
253
  var SelectInput$1 = SelectInput;
254
254
 
255
255
  // NOTE: This string will be replaced on build time with the package version.
256
- var version = "19.16.0";
256
+ var version = "19.17.0";
257
257
 
258
258
  exports["default"] = SelectInput$1;
259
259
  exports.version = version;
@@ -259,6 +259,6 @@ SelectInput.ValueContainer = components.ValueContainer;
259
259
  var SelectInput$1 = SelectInput;
260
260
 
261
261
  // NOTE: This string will be replaced on build time with the package version.
262
- var version = "19.16.0";
262
+ var version = "19.17.0";
263
263
 
264
264
  export { SelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-input",
3
3
  "description": "An input component getting a selection from the user.",
4
- "version": "19.16.0",
4
+ "version": "19.17.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.16.0",
25
- "@commercetools-uikit/design-system": "19.16.0",
26
- "@commercetools-uikit/icons": "19.16.0",
27
- "@commercetools-uikit/select-utils": "19.16.0",
28
- "@commercetools-uikit/utils": "19.16.0",
24
+ "@commercetools-uikit/constraints": "19.17.0",
25
+ "@commercetools-uikit/design-system": "19.17.0",
26
+ "@commercetools-uikit/icons": "19.17.0",
27
+ "@commercetools-uikit/select-utils": "19.17.0",
28
+ "@commercetools-uikit/utils": "19.17.0",
29
29
  "@emotion/is-prop-valid": "1.3.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",