@commercetools-uikit/creatable-select-field 13.0.1 → 13.0.2

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.
@@ -214,7 +214,7 @@ CreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
214
214
  } : {};
215
215
 
216
216
  // NOTE: This string will be replaced on build time with the package version.
217
- var version = "13.0.1";
217
+ var version = "13.0.2";
218
218
 
219
219
  exports["default"] = CreatableSelectField;
220
220
  exports.version = version;
@@ -180,7 +180,7 @@ CreatableSelectField.getDerivedStateFromProps = function (props, state) {
180
180
  CreatableSelectField.propTypes = {};
181
181
 
182
182
  // NOTE: This string will be replaced on build time with the package version.
183
- var version = "13.0.1";
183
+ var version = "13.0.2";
184
184
 
185
185
  exports["default"] = CreatableSelectField;
186
186
  exports.version = version;
@@ -188,6 +188,6 @@ CreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
188
188
  } : {};
189
189
 
190
190
  // NOTE: This string will be replaced on build time with the package version.
191
- var version = "13.0.1";
191
+ var version = "13.0.2";
192
192
 
193
193
  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": "13.0.1",
4
+ "version": "13.0.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "7.17.2",
23
23
  "@babel/runtime-corejs3": "7.17.2",
24
- "@commercetools-uikit/constraints": "13.0.0",
25
- "@commercetools-uikit/creatable-select-input": "13.0.1",
24
+ "@commercetools-uikit/constraints": "13.0.2",
25
+ "@commercetools-uikit/creatable-select-input": "13.0.2",
26
26
  "@commercetools-uikit/design-system": "13.0.0",
27
- "@commercetools-uikit/field-errors": "13.0.0",
28
- "@commercetools-uikit/field-label": "13.0.1",
29
- "@commercetools-uikit/spacings": "13.0.1",
30
- "@commercetools-uikit/utils": "12.2.9",
27
+ "@commercetools-uikit/field-errors": "13.0.2",
28
+ "@commercetools-uikit/field-label": "13.0.2",
29
+ "@commercetools-uikit/spacings": "13.0.2",
30
+ "@commercetools-uikit/utils": "13.0.2",
31
31
  "@emotion/react": "^11.4.0",
32
32
  "@emotion/styled": "^11.3.0",
33
33
  "prop-types": "15.8.1",