@commercetools-uikit/password-input 15.14.2 → 15.15.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.
@@ -102,7 +102,7 @@ PasswordInput.isEmpty = function (value) {
102
102
  var PasswordInput$1 = PasswordInput;
103
103
 
104
104
  // NOTE: This string will be replaced on build time with the package version.
105
- var version = "15.14.2";
105
+ var version = "15.15.0";
106
106
 
107
107
  exports["default"] = PasswordInput$1;
108
108
  exports.version = version;
@@ -81,7 +81,7 @@ PasswordInput.isEmpty = function (value) {
81
81
  var PasswordInput$1 = PasswordInput;
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "15.14.2";
84
+ var version = "15.15.0";
85
85
 
86
86
  exports["default"] = PasswordInput$1;
87
87
  exports.version = version;
@@ -84,6 +84,6 @@ PasswordInput.isEmpty = function (value) {
84
84
  var PasswordInput$1 = PasswordInput;
85
85
 
86
86
  // NOTE: This string will be replaced on build time with the package version.
87
- var version = "15.14.2";
87
+ var version = "15.15.0";
88
88
 
89
89
  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": "15.14.2",
4
+ "version": "15.15.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": "15.14.2",
25
- "@commercetools-uikit/design-system": "15.14.2",
26
- "@commercetools-uikit/input-utils": "15.14.2",
27
- "@commercetools-uikit/utils": "15.14.2",
24
+ "@commercetools-uikit/constraints": "15.15.0",
25
+ "@commercetools-uikit/design-system": "15.15.0",
26
+ "@commercetools-uikit/input-utils": "15.15.0",
27
+ "@commercetools-uikit/utils": "15.15.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"