@commercetools-uikit/password-field 12.2.6 → 12.2.7

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.
@@ -277,7 +277,7 @@ PasswordField.defaultProps = {
277
277
  var PasswordField$1 = PasswordField;
278
278
 
279
279
  // NOTE: This string will be replaced on build time with the package version.
280
- var version = "12.2.6";
280
+ var version = "12.2.7";
281
281
 
282
282
  exports["default"] = PasswordField$1;
283
283
  exports.version = version;
@@ -137,7 +137,7 @@ PasswordField.defaultProps = {
137
137
  var PasswordField$1 = PasswordField;
138
138
 
139
139
  // NOTE: This string will be replaced on build time with the package version.
140
- var version = "12.2.6";
140
+ var version = "12.2.7";
141
141
 
142
142
  exports["default"] = PasswordField$1;
143
143
  exports.version = version;
@@ -251,6 +251,6 @@ PasswordField.defaultProps = {
251
251
  var PasswordField$1 = PasswordField;
252
252
 
253
253
  // NOTE: This string will be replaced on build time with the package version.
254
- var version = "12.2.6";
254
+ var version = "12.2.7";
255
255
 
256
256
  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": "12.2.6",
4
+ "version": "12.2.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  "@commercetools-uikit/constraints": "12.2.5",
25
25
  "@commercetools-uikit/design-system": "12.2.5",
26
26
  "@commercetools-uikit/field-errors": "12.2.5",
27
- "@commercetools-uikit/field-label": "12.2.6",
27
+ "@commercetools-uikit/field-label": "12.2.7",
28
28
  "@commercetools-uikit/flat-button": "12.2.5",
29
29
  "@commercetools-uikit/hooks": "12.2.5",
30
- "@commercetools-uikit/icons": "12.2.6",
31
- "@commercetools-uikit/password-input": "12.2.6",
30
+ "@commercetools-uikit/icons": "12.2.7",
31
+ "@commercetools-uikit/password-input": "12.2.7",
32
32
  "@commercetools-uikit/spacings-inline": "12.2.5",
33
33
  "@commercetools-uikit/spacings-stack": "12.2.5",
34
34
  "@commercetools-uikit/utils": "12.2.5",