@commercetools-uikit/creatable-select-field 12.2.6 → 12.2.7

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.
@@ -470,7 +470,7 @@ CreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
470
470
  } : {};
471
471
 
472
472
  // NOTE: This string will be replaced on build time with the package version.
473
- var version = "12.2.6";
473
+ var version = "12.2.7";
474
474
 
475
475
  exports["default"] = CreatableSelectField;
476
476
  exports.version = version;
@@ -175,7 +175,7 @@ CreatableSelectField.getDerivedStateFromProps = function (props, state) {
175
175
  CreatableSelectField.propTypes = {};
176
176
 
177
177
  // NOTE: This string will be replaced on build time with the package version.
178
- var version = "12.2.6";
178
+ var version = "12.2.7";
179
179
 
180
180
  exports["default"] = CreatableSelectField;
181
181
  exports.version = version;
@@ -444,6 +444,6 @@ CreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
444
444
  } : {};
445
445
 
446
446
  // NOTE: This string will be replaced on build time with the package version.
447
- var version = "12.2.6";
447
+ var version = "12.2.7";
448
448
 
449
449
  export { CreatableSelectField as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/creatable-select-field",
3
3
  "description": "A controlled input component with validation states and a label getting a selection from the user, and where options can also be created by the user.",
4
- "version": "12.2.6",
4
+ "version": "12.2.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,10 +22,10 @@
22
22
  "@babel/runtime": "7.16.3",
23
23
  "@babel/runtime-corejs3": "7.16.3",
24
24
  "@commercetools-uikit/constraints": "12.2.5",
25
- "@commercetools-uikit/creatable-select-input": "12.2.6",
25
+ "@commercetools-uikit/creatable-select-input": "12.2.7",
26
26
  "@commercetools-uikit/design-system": "12.2.5",
27
27
  "@commercetools-uikit/field-errors": "12.2.5",
28
- "@commercetools-uikit/field-label": "12.2.6",
28
+ "@commercetools-uikit/field-label": "12.2.7",
29
29
  "@commercetools-uikit/spacings": "12.2.5",
30
30
  "@commercetools-uikit/utils": "12.2.5",
31
31
  "@emotion/react": "^11.4.0",