@commercetools-uikit/field-errors 20.3.1 → 20.5.0

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.
@@ -116,7 +116,7 @@ FieldErrors.errorTypes = {
116
116
  var FieldErrors$1 = FieldErrors;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "20.3.1";
119
+ var version = "20.5.0";
120
120
 
121
121
  exports["default"] = FieldErrors$1;
122
122
  exports.version = version;
@@ -116,7 +116,7 @@ FieldErrors.errorTypes = {
116
116
  var FieldErrors$1 = FieldErrors;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "20.3.1";
119
+ var version = "20.5.0";
120
120
 
121
121
  exports["default"] = FieldErrors$1;
122
122
  exports.version = version;
@@ -99,6 +99,6 @@ FieldErrors.errorTypes = {
99
99
  var FieldErrors$1 = FieldErrors;
100
100
 
101
101
  // NOTE: This string will be replaced on build time with the package version.
102
- var version = "20.3.1";
102
+ var version = "20.5.0";
103
103
 
104
104
  export { FieldErrors$1 as default, version };
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": "20.3.1",
4
+ "version": "20.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/messages": "20.3.1",
24
+ "@commercetools-uikit/messages": "20.5.0",
25
25
  "@emotion/react": "^11.10.5",
26
26
  "@emotion/styled": "^11.10.5"
27
27
  },