@commercetools-uikit/select-input 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.
@@ -440,8 +440,8 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
440
440
  }));
441
441
  var SelectInput$1 = SelectInput;
442
442
 
443
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
444
- var version = '12.2.4';
443
+ // NOTE: This string will be replaced on build time with the package version.
444
+ var version = "12.2.5";
445
445
 
446
446
  exports["default"] = SelectInput$1;
447
447
  exports.version = version;
@@ -199,8 +199,8 @@ utils.addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({},
199
199
  }));
200
200
  var SelectInput$1 = SelectInput;
201
201
 
202
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
203
- var version = '12.2.4';
202
+ // NOTE: This string will be replaced on build time with the package version.
203
+ var version = "12.2.5";
204
204
 
205
205
  exports["default"] = SelectInput$1;
206
206
  exports.version = version;
@@ -417,7 +417,7 @@ addStaticFields(SelectInput, _objectSpread(_objectSpread(_objectSpread({}, compo
417
417
  }));
418
418
  var SelectInput$1 = SelectInput;
419
419
 
420
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
421
- var version = '12.2.4';
420
+ // NOTE: This string will be replaced on build time with the package version.
421
+ var version = "12.2.5";
422
422
 
423
423
  export { SelectInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/select-input",
3
3
  "description": "An input component getting a selection 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,28 +9,31 @@
9
9
  "directory": "packages/components/inputs/select-input"
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-select-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-select-input.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/constraints": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/icons": "12.2.4",
31
- "@commercetools-uikit/select-utils": "12.2.4",
32
- "@commercetools-uikit/utils": "12.2.0",
33
- "@emotion/is-prop-valid": "1.1.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/constraints": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/icons": "12.2.5",
34
+ "@commercetools-uikit/select-utils": "12.2.5",
35
+ "@commercetools-uikit/utils": "12.2.5",
36
+ "@emotion/is-prop-valid": "1.1.1",
34
37
  "@emotion/react": "^11.4.0",
35
38
  "@emotion/styled": "^11.3.0",
36
39
  "lodash": "4.17.21",
@@ -39,7 +42,7 @@
39
42
  },
40
43
  "devDependencies": {
41
44
  "react": "17.0.2",
42
- "react-intl": "5.20.12"
45
+ "react-intl": "5.21.2"
43
46
  },
44
47
  "peerDependencies": {
45
48
  "react": "17.x",