@commercetools-uikit/async-select-field 12.2.4 → 12.2.5

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.
@@ -450,8 +450,8 @@ AsyncSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
450
450
  iconLeft: PropTypes__default["default"].node
451
451
  } : {};
452
452
 
453
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
454
- var version = '12.2.4';
453
+ // NOTE: This string will be replaced on build time with the package version.
454
+ var version = "12.2.5";
455
455
 
456
456
  exports["default"] = AsyncSelectField;
457
457
  exports.version = version;
@@ -172,8 +172,8 @@ AsyncSelectField.getDerivedStateFromProps = function (props, state) {
172
172
  };
173
173
  AsyncSelectField.propTypes = {};
174
174
 
175
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
176
- var version = '12.2.4';
175
+ // NOTE: This string will be replaced on build time with the package version.
176
+ var version = "12.2.5";
177
177
 
178
178
  exports["default"] = AsyncSelectField;
179
179
  exports.version = version;
@@ -424,7 +424,7 @@ AsyncSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
424
424
  iconLeft: PropTypes.node
425
425
  } : {};
426
426
 
427
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
428
- var version = '12.2.4';
427
+ // NOTE: This string will be replaced on build time with the package version.
428
+ var version = "12.2.5";
429
429
 
430
430
  export { AsyncSelectField as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/async-select-field",
3
3
  "description": "A controlled input component with validation states and a label getting a selection from an asynchronously loaded list from the user.",
4
- "version": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,29 +9,32 @@
9
9
  "directory": "packages/components/fields/async-select-field"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-async-select-field.cjs.js",
20
24
  "module": "dist/commercetools-uikit-async-select-field.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/async-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",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/async-select-input": "12.2.5",
32
+ "@commercetools-uikit/constraints": "12.2.5",
33
+ "@commercetools-uikit/design-system": "12.2.5",
34
+ "@commercetools-uikit/field-errors": "12.2.5",
35
+ "@commercetools-uikit/field-label": "12.2.5",
36
+ "@commercetools-uikit/spacings": "12.2.5",
37
+ "@commercetools-uikit/utils": "12.2.5",
35
38
  "@emotion/react": "^11.4.0",
36
39
  "@emotion/styled": "^11.3.0",
37
40
  "prop-types": "15.7.2",