@commercetools-uikit/field-errors 20.1.0 → 20.2.1

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.
@@ -110,7 +110,7 @@ FieldErrors.errorTypes = {
110
110
  var FieldErrors$1 = FieldErrors;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "20.1.0";
113
+ var version = "20.2.1";
114
114
 
115
115
  exports["default"] = FieldErrors$1;
116
116
  exports.version = version;
@@ -110,7 +110,7 @@ FieldErrors.errorTypes = {
110
110
  var FieldErrors$1 = FieldErrors;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "20.1.0";
113
+ var version = "20.2.1";
114
114
 
115
115
  exports["default"] = FieldErrors$1;
116
116
  exports.version = version;
@@ -93,6 +93,6 @@ FieldErrors.errorTypes = {
93
93
  var FieldErrors$1 = FieldErrors;
94
94
 
95
95
  // NOTE: This string will be replaced on build time with the package version.
96
- var version = "20.1.0";
96
+ var version = "20.2.1";
97
97
 
98
98
  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.1.0",
4
+ "version": "20.2.1",
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.1.0",
24
+ "@commercetools-uikit/messages": "20.2.1",
25
25
  "@emotion/react": "^11.10.5",
26
26
  "@emotion/styled": "^11.10.5"
27
27
  },