@commercetools-uikit/label 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.
@@ -74,8 +74,8 @@ Label.propTypes = process.env.NODE_ENV !== "production" ? {
74
74
  Label.displayName = 'Label';
75
75
  var Label$1 = Label;
76
76
 
77
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
78
- var version = '12.2.4';
77
+ // NOTE: This string will be replaced on build time with the package version.
78
+ var version = "12.2.5";
79
79
 
80
80
  exports["default"] = Label$1;
81
81
  exports.version = version;
@@ -63,8 +63,8 @@ Label.propTypes = {};
63
63
  Label.displayName = 'Label';
64
64
  var Label$1 = Label;
65
65
 
66
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
67
- var version = '12.2.4';
66
+ // NOTE: This string will be replaced on build time with the package version.
67
+ var version = "12.2.5";
68
68
 
69
69
  exports["default"] = Label$1;
70
70
  exports.version = version;
@@ -57,7 +57,7 @@ Label.propTypes = process.env.NODE_ENV !== "production" ? {
57
57
  Label.displayName = 'Label';
58
58
  var Label$1 = Label;
59
59
 
60
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
61
- var version = '12.2.4';
60
+ // NOTE: This string will be replaced on build time with the package version.
61
+ var version = "12.2.5";
62
62
 
63
63
  export { Label$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/label",
3
3
  "description": "The Label component represents the primitive label for a form field component.",
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,32 +9,35 @@
9
9
  "directory": "packages/components/label"
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-label.cjs.js",
20
24
  "module": "dist/commercetools-uikit-label.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/design-system": "12.2.4",
29
- "@commercetools-uikit/text": "12.2.4",
30
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/design-system": "12.2.5",
32
+ "@commercetools-uikit/text": "12.2.5",
33
+ "@commercetools-uikit/utils": "12.2.5",
31
34
  "@emotion/react": "^11.4.0",
32
35
  "@emotion/styled": "^11.3.0",
33
36
  "prop-types": "15.7.2"
34
37
  },
35
38
  "devDependencies": {
36
39
  "react": "17.0.2",
37
- "react-intl": "5.20.12"
40
+ "react-intl": "5.21.2"
38
41
  },
39
42
  "peerDependencies": {
40
43
  "react": "17.x",