@commercetools-uikit/localized-multiline-text-input 20.3.0 → 20.3.1

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.
@@ -436,7 +436,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
436
436
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
437
437
 
438
438
  // NOTE: This string will be replaced on build time with the package version.
439
- var version = "20.3.0";
439
+ var version = "20.3.1";
440
440
 
441
441
  exports["default"] = LocalizedMultilineTextInput$1;
442
442
  exports.version = version;
@@ -387,7 +387,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
387
387
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
388
388
 
389
389
  // NOTE: This string will be replaced on build time with the package version.
390
- var version = "20.3.0";
390
+ var version = "20.3.1";
391
391
 
392
392
  exports["default"] = LocalizedMultilineTextInput$1;
393
393
  exports.version = version;
@@ -415,6 +415,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
415
415
  var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
416
416
 
417
417
  // NOTE: This string will be replaced on build time with the package version.
418
- var version = "20.3.0";
418
+ var version = "20.3.1";
419
419
 
420
420
  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": "20.3.0",
4
+ "version": "20.3.1",
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": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/flat-button": "20.3.0",
27
- "@commercetools-uikit/hooks": "20.3.0",
28
- "@commercetools-uikit/icons": "20.3.0",
29
- "@commercetools-uikit/input-utils": "20.3.0",
30
- "@commercetools-uikit/localized-utils": "20.3.0",
31
- "@commercetools-uikit/messages": "20.3.0",
32
- "@commercetools-uikit/spacings-stack": "20.3.0",
33
- "@commercetools-uikit/text": "20.3.0",
34
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/flat-button": "20.3.1",
27
+ "@commercetools-uikit/hooks": "20.3.1",
28
+ "@commercetools-uikit/icons": "20.3.1",
29
+ "@commercetools-uikit/input-utils": "20.3.1",
30
+ "@commercetools-uikit/localized-utils": "20.3.1",
31
+ "@commercetools-uikit/messages": "20.3.1",
32
+ "@commercetools-uikit/spacings-stack": "20.3.1",
33
+ "@commercetools-uikit/text": "20.3.1",
34
+ "@commercetools-uikit/utils": "20.3.1",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "react-select": "5.10.2",