@commercetools-uikit/localized-multiline-text-input 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.
@@ -606,7 +606,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
606
606
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
607
607
 
608
608
  // NOTE: This string will be replaced on build time with the package version.
609
- var version = "12.2.6";
609
+ var version = "12.2.7";
610
610
 
611
611
  exports["default"] = LocalizedMultilineTextInput$1;
612
612
  exports.version = version;
@@ -398,7 +398,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
398
398
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
399
399
 
400
400
  // NOTE: This string will be replaced on build time with the package version.
401
- var version = "12.2.6";
401
+ var version = "12.2.7";
402
402
 
403
403
  exports["default"] = LocalizedMultilineTextInput$1;
404
404
  exports.version = version;
@@ -581,6 +581,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
581
581
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
582
582
 
583
583
  // NOTE: This string will be replaced on build time with the package version.
584
- var version = "12.2.6";
584
+ var version = "12.2.7";
585
585
 
586
586
  export { LocalizedMultilineTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-multiline-text-input",
3
3
  "description": "A controlled text input component for localized multi-line strings 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",
@@ -25,8 +25,8 @@
25
25
  "@commercetools-uikit/design-system": "12.2.5",
26
26
  "@commercetools-uikit/flat-button": "12.2.5",
27
27
  "@commercetools-uikit/hooks": "12.2.5",
28
- "@commercetools-uikit/icons": "12.2.6",
29
- "@commercetools-uikit/input-utils": "12.2.6",
28
+ "@commercetools-uikit/icons": "12.2.7",
29
+ "@commercetools-uikit/input-utils": "12.2.7",
30
30
  "@commercetools-uikit/localized-utils": "12.2.5",
31
31
  "@commercetools-uikit/messages": "12.2.5",
32
32
  "@commercetools-uikit/spacings-stack": "12.2.5",