@commercetools-uikit/async-creatable-select-field 12.2.4 → 12.2.9

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.
@@ -499,8 +499,8 @@ AsyncCreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
499
499
  iconLeft: PropTypes__default["default"].node
500
500
  } : {};
501
501
 
502
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
503
- var version = '12.2.4';
502
+ // NOTE: This string will be replaced on build time with the package version.
503
+ var version = "12.2.9";
504
504
 
505
505
  exports["default"] = AsyncCreatableSelectField;
506
506
  exports.version = version;
@@ -179,8 +179,8 @@ AsyncCreatableSelectField.getDerivedStateFromProps = function (props, state) {
179
179
  };
180
180
  AsyncCreatableSelectField.propTypes = {};
181
181
 
182
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
183
- var version = '12.2.4';
182
+ // NOTE: This string will be replaced on build time with the package version.
183
+ var version = "12.2.9";
184
184
 
185
185
  exports["default"] = AsyncCreatableSelectField;
186
186
  exports.version = version;
@@ -473,7 +473,7 @@ AsyncCreatableSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
473
473
  iconLeft: PropTypes.node
474
474
  } : {};
475
475
 
476
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
477
- var version = '12.2.4';
476
+ // NOTE: This string will be replaced on build time with the package version.
477
+ var version = "12.2.9";
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.4",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://uikit.commercetools.com",
12
12
  "keywords": ["javascript", "design system", "react", "uikit"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -19,19 +18,16 @@
19
18
  "main": "dist/commercetools-uikit-async-creatable-select-field.cjs.js",
20
19
  "module": "dist/commercetools-uikit-async-creatable-select-field.esm.js",
21
20
  "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
21
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/async-creatable-select-input": "12.2.4",
29
- "@commercetools-uikit/constraints": "12.2.4",
30
- "@commercetools-uikit/design-system": "12.2.4",
31
- "@commercetools-uikit/field-errors": "12.2.4",
32
- "@commercetools-uikit/field-label": "12.2.4",
33
- "@commercetools-uikit/spacings": "12.2.4",
34
- "@commercetools-uikit/utils": "12.2.0",
22
+ "@babel/runtime": "7.16.5",
23
+ "@babel/runtime-corejs3": "7.16.5",
24
+ "@commercetools-uikit/async-creatable-select-input": "12.2.9",
25
+ "@commercetools-uikit/constraints": "12.2.9",
26
+ "@commercetools-uikit/design-system": "12.2.9",
27
+ "@commercetools-uikit/field-errors": "12.2.9",
28
+ "@commercetools-uikit/field-label": "12.2.9",
29
+ "@commercetools-uikit/spacings": "12.2.9",
30
+ "@commercetools-uikit/utils": "12.2.9",
35
31
  "@emotion/react": "^11.4.0",
36
32
  "@emotion/styled": "^11.3.0",
37
33
  "prop-types": "15.7.2",