@commercetools-uikit/password-field 17.1.0 → 18.0.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.
@@ -195,7 +195,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
195
195
  var PasswordField$1 = PasswordField;
196
196
 
197
197
  // NOTE: This string will be replaced on build time with the package version.
198
- var version = "17.1.0";
198
+ var version = "18.0.0";
199
199
 
200
200
  exports["default"] = PasswordField$1;
201
201
  exports.version = version;
@@ -165,7 +165,7 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
165
165
  var PasswordField$1 = PasswordField;
166
166
 
167
167
  // NOTE: This string will be replaced on build time with the package version.
168
- var version = "17.1.0";
168
+ var version = "18.0.0";
169
169
 
170
170
  exports["default"] = PasswordField$1;
171
171
  exports.version = version;
@@ -169,6 +169,6 @@ PasswordField.toFieldErrors = function toFieldErrors(errors) {
169
169
  var PasswordField$1 = PasswordField;
170
170
 
171
171
  // NOTE: This string will be replaced on build time with the package version.
172
- var version = "17.1.0";
172
+ var version = "18.0.0";
173
173
 
174
174
  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": "17.1.0",
4
+ "version": "18.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,18 +21,18 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "17.1.0",
25
- "@commercetools-uikit/design-system": "17.1.0",
26
- "@commercetools-uikit/field-errors": "17.1.0",
27
- "@commercetools-uikit/field-label": "17.1.0",
28
- "@commercetools-uikit/field-warnings": "17.1.0",
29
- "@commercetools-uikit/flat-button": "17.1.0",
30
- "@commercetools-uikit/hooks": "17.1.0",
31
- "@commercetools-uikit/icons": "17.1.0",
32
- "@commercetools-uikit/password-input": "17.1.0",
33
- "@commercetools-uikit/spacings-inline": "17.1.0",
34
- "@commercetools-uikit/spacings-stack": "17.1.0",
35
- "@commercetools-uikit/utils": "17.1.0",
24
+ "@commercetools-uikit/constraints": "18.0.0",
25
+ "@commercetools-uikit/design-system": "18.0.0",
26
+ "@commercetools-uikit/field-errors": "18.0.0",
27
+ "@commercetools-uikit/field-label": "18.0.0",
28
+ "@commercetools-uikit/field-warnings": "18.0.0",
29
+ "@commercetools-uikit/flat-button": "18.0.0",
30
+ "@commercetools-uikit/hooks": "18.0.0",
31
+ "@commercetools-uikit/icons": "18.0.0",
32
+ "@commercetools-uikit/password-input": "18.0.0",
33
+ "@commercetools-uikit/spacings-inline": "18.0.0",
34
+ "@commercetools-uikit/spacings-stack": "18.0.0",
35
+ "@commercetools-uikit/utils": "18.0.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"