@commercetools-uikit/multiline-text-input 20.2.1 → 20.2.2

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.
@@ -163,7 +163,7 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty__default["
163
163
  var MultilineTextInput$1 = MultilineTextInput;
164
164
 
165
165
  // NOTE: This string will be replaced on build time with the package version.
166
- var version = "20.2.1";
166
+ var version = "20.2.2";
167
167
 
168
168
  exports["default"] = MultilineTextInput$1;
169
169
  exports.version = version;
@@ -148,7 +148,7 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty__default["
148
148
  var MultilineTextInput$1 = MultilineTextInput;
149
149
 
150
150
  // NOTE: This string will be replaced on build time with the package version.
151
- var version = "20.2.1";
151
+ var version = "20.2.2";
152
152
 
153
153
  exports["default"] = MultilineTextInput$1;
154
154
  exports.version = version;
@@ -142,6 +142,6 @@ MultilineTextInput.isEmpty = value => !value || _trimInstanceProperty(value).cal
142
142
  var MultilineTextInput$1 = MultilineTextInput;
143
143
 
144
144
  // NOTE: This string will be replaced on build time with the package version.
145
- var version = "20.2.1";
145
+ var version = "20.2.2";
146
146
 
147
147
  export { MultilineTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/multiline-text-input",
3
3
  "description": "A controlled text input component for multi-line strings with validation states.",
4
- "version": "20.2.1",
4
+ "version": "20.2.2",
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.2.1",
25
- "@commercetools-uikit/design-system": "20.2.1",
26
- "@commercetools-uikit/flat-button": "20.2.1",
27
- "@commercetools-uikit/hooks": "20.2.1",
28
- "@commercetools-uikit/icons": "20.2.1",
29
- "@commercetools-uikit/input-utils": "20.2.1",
30
- "@commercetools-uikit/secondary-icon-button": "20.2.1",
31
- "@commercetools-uikit/spacings-inline": "20.2.1",
32
- "@commercetools-uikit/spacings-stack": "20.2.1",
33
- "@commercetools-uikit/tooltip": "20.2.1",
34
- "@commercetools-uikit/utils": "20.2.1",
24
+ "@commercetools-uikit/constraints": "20.2.2",
25
+ "@commercetools-uikit/design-system": "20.2.2",
26
+ "@commercetools-uikit/flat-button": "20.2.2",
27
+ "@commercetools-uikit/hooks": "20.2.2",
28
+ "@commercetools-uikit/icons": "20.2.2",
29
+ "@commercetools-uikit/input-utils": "20.2.2",
30
+ "@commercetools-uikit/secondary-icon-button": "20.2.2",
31
+ "@commercetools-uikit/spacings-inline": "20.2.2",
32
+ "@commercetools-uikit/spacings-stack": "20.2.2",
33
+ "@commercetools-uikit/tooltip": "20.2.2",
34
+ "@commercetools-uikit/utils": "20.2.2",
35
35
  "@emotion/react": "^11.10.5",
36
36
  "@emotion/styled": "^11.10.5",
37
37
  "downshift": "9.0.9",