@commercetools-uikit/password-input 20.4.0 → 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.
@@ -80,7 +80,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
80
80
  var PasswordInput$1 = PasswordInput;
81
81
 
82
82
  // NOTE: This string will be replaced on build time with the package version.
83
- var version = "20.4.0";
83
+ var version = "20.5.0";
84
84
 
85
85
  exports["default"] = PasswordInput$1;
86
86
  exports.version = version;
@@ -77,7 +77,7 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty__default["defau
77
77
  var PasswordInput$1 = PasswordInput;
78
78
 
79
79
  // NOTE: This string will be replaced on build time with the package version.
80
- var version = "20.4.0";
80
+ var version = "20.5.0";
81
81
 
82
82
  exports["default"] = PasswordInput$1;
83
83
  exports.version = version;
@@ -63,6 +63,6 @@ PasswordInput.isEmpty = value => !value || _trimInstanceProperty(value).call(val
63
63
  var PasswordInput$1 = PasswordInput;
64
64
 
65
65
  // NOTE: This string will be replaced on build time with the package version.
66
- var version = "20.4.0";
66
+ var version = "20.5.0";
67
67
 
68
68
  export { PasswordInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/password-input",
3
3
  "description": "A controlled password input component.",
4
- "version": "20.4.0",
4
+ "version": "20.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.4.0",
25
- "@commercetools-uikit/design-system": "20.4.0",
26
- "@commercetools-uikit/input-utils": "20.4.0",
27
- "@commercetools-uikit/utils": "20.4.0",
24
+ "@commercetools-uikit/constraints": "20.5.0",
25
+ "@commercetools-uikit/design-system": "20.5.0",
26
+ "@commercetools-uikit/input-utils": "20.5.0",
27
+ "@commercetools-uikit/utils": "20.5.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5"
30
30
  },