@commercetools-uikit/field-errors 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.
@@ -124,8 +124,8 @@ FieldErrors.errorTypes = {
124
124
  };
125
125
  var FieldErrors$1 = FieldErrors;
126
126
 
127
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
128
- var version = '12.2.4';
127
+ // NOTE: This string will be replaced on build time with the package version.
128
+ var version = "12.2.5";
129
129
 
130
130
  exports["default"] = FieldErrors$1;
131
131
  exports.version = version;
@@ -118,8 +118,8 @@ FieldErrors.errorTypes = {
118
118
  };
119
119
  var FieldErrors$1 = FieldErrors;
120
120
 
121
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
122
- var version = '12.2.4';
121
+ // NOTE: This string will be replaced on build time with the package version.
122
+ var version = "12.2.5";
123
123
 
124
124
  exports["default"] = FieldErrors$1;
125
125
  exports.version = version;
@@ -106,7 +106,7 @@ FieldErrors.errorTypes = {
106
106
  };
107
107
  var FieldErrors$1 = FieldErrors;
108
108
 
109
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
110
- var version = '12.2.4';
109
+ // NOTE: This string will be replaced on build time with the package version.
110
+ var version = "12.2.5";
111
111
 
112
112
  export { FieldErrors$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/field-errors",
3
3
  "description": "Renders errors based on configuration.",
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,30 +9,33 @@
9
9
  "directory": "packages/components/field-errors"
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-field-errors.cjs.js",
20
24
  "module": "dist/commercetools-uikit-field-errors.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/messages": "12.2.4",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/messages": "12.2.5",
29
32
  "@emotion/react": "^11.4.0",
30
33
  "@emotion/styled": "^11.3.0",
31
34
  "prop-types": "15.7.2"
32
35
  },
33
36
  "devDependencies": {
34
37
  "react": "17.0.2",
35
- "react-intl": "5.20.12"
38
+ "react-intl": "5.21.2"
36
39
  },
37
40
  "peerDependencies": {
38
41
  "react": "17.x",