@commercetools-uikit/async-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.
@@ -500,7 +500,7 @@ AsyncCreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
500
500
  } : {};
501
501
 
502
502
  // NOTE: This string will be replaced on build time with the package version.
503
- var version = "12.2.6";
503
+ var version = "12.2.7";
504
504
 
505
505
  exports["default"] = AsyncCreatableSelectField;
506
506
  exports.version = version;
@@ -180,7 +180,7 @@ AsyncCreatableSelectField.getDerivedStateFromProps = function (props, state) {
180
180
  AsyncCreatableSelectField.propTypes = {};
181
181
 
182
182
  // NOTE: This string will be replaced on build time with the package version.
183
- var version = "12.2.6";
183
+ var version = "12.2.7";
184
184
 
185
185
  exports["default"] = AsyncCreatableSelectField;
186
186
  exports.version = version;
@@ -474,6 +474,6 @@ AsyncCreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
474
474
  } : {};
475
475
 
476
476
  // NOTE: This string will be replaced on build time with the package version.
477
- var version = "12.2.6";
477
+ var version = "12.2.7";
478
478
 
479
479
  export { AsyncCreatableSelectField as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-creatable-select-field",
3
3
  "description": "An input component with validation states and a label getting a selection from an asynchronously loaded list from the user, and where options can 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",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "7.16.3",
23
23
  "@babel/runtime-corejs3": "7.16.3",
24
- "@commercetools-uikit/async-creatable-select-input": "12.2.6",
24
+ "@commercetools-uikit/async-creatable-select-input": "12.2.7",
25
25
  "@commercetools-uikit/constraints": "12.2.5",
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",