@commercetools-uikit/password-field 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.
@@ -188,7 +188,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
188
188
  var PasswordField$1 = PasswordField;
189
189
 
190
190
  // NOTE: This string will be replaced on build time with the package version.
191
- var version = "15.14.2";
191
+ var version = "15.15.0";
192
192
 
193
193
  exports["default"] = PasswordField$1;
194
194
  exports.version = version;
@@ -160,7 +160,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
160
160
  var PasswordField$1 = PasswordField;
161
161
 
162
162
  // NOTE: This string will be replaced on build time with the package version.
163
- var version = "15.14.2";
163
+ var version = "15.15.0";
164
164
 
165
165
  exports["default"] = PasswordField$1;
166
166
  exports.version = version;
@@ -163,6 +163,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
163
163
  var PasswordField$1 = PasswordField;
164
164
 
165
165
  // NOTE: This string will be replaced on build time with the package version.
166
- var version = "15.14.2";
166
+ var version = "15.15.0";
167
167
 
168
168
  export { PasswordField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/password-field",
3
3
  "description": "A controlled text input component for passwords with validation states.",
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,17 +21,17 @@
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/field-errors": "15.14.2",
27
- "@commercetools-uikit/field-label": "15.14.2",
28
- "@commercetools-uikit/flat-button": "15.14.2",
29
- "@commercetools-uikit/hooks": "15.14.2",
30
- "@commercetools-uikit/icons": "15.14.2",
31
- "@commercetools-uikit/password-input": "15.14.2",
32
- "@commercetools-uikit/spacings-inline": "15.14.2",
33
- "@commercetools-uikit/spacings-stack": "15.14.2",
34
- "@commercetools-uikit/utils": "15.14.2",
24
+ "@commercetools-uikit/constraints": "15.15.0",
25
+ "@commercetools-uikit/design-system": "15.15.0",
26
+ "@commercetools-uikit/field-errors": "15.15.0",
27
+ "@commercetools-uikit/field-label": "15.15.0",
28
+ "@commercetools-uikit/flat-button": "15.15.0",
29
+ "@commercetools-uikit/hooks": "15.15.0",
30
+ "@commercetools-uikit/icons": "15.15.0",
31
+ "@commercetools-uikit/password-input": "15.15.0",
32
+ "@commercetools-uikit/spacings-inline": "15.15.0",
33
+ "@commercetools-uikit/spacings-stack": "15.15.0",
34
+ "@commercetools-uikit/utils": "15.15.0",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "prop-types": "15.8.1"