@commercetools-uikit/multiline-text-input 16.2.0 → 16.2.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.
@@ -142,7 +142,7 @@ MultilineTextInput.defaultProps = defaultProps;
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 = "16.2.0";
145
+ var version = "16.2.1";
146
146
 
147
147
  exports["default"] = MultilineTextInput$1;
148
148
  exports.version = version;
@@ -117,7 +117,7 @@ MultilineTextInput.defaultProps = defaultProps;
117
117
  var MultilineTextInput$1 = MultilineTextInput;
118
118
 
119
119
  // NOTE: This string will be replaced on build time with the package version.
120
- var version = "16.2.0";
120
+ var version = "16.2.1";
121
121
 
122
122
  exports["default"] = MultilineTextInput$1;
123
123
  exports.version = version;
@@ -122,6 +122,6 @@ MultilineTextInput.defaultProps = defaultProps;
122
122
  var MultilineTextInput$1 = MultilineTextInput;
123
123
 
124
124
  // NOTE: This string will be replaced on build time with the package version.
125
- var version = "16.2.0";
125
+ var version = "16.2.1";
126
126
 
127
127
  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": "16.2.0",
4
+ "version": "16.2.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "16.2.0",
25
- "@commercetools-uikit/design-system": "16.2.0",
26
- "@commercetools-uikit/flat-button": "16.2.0",
27
- "@commercetools-uikit/hooks": "16.2.0",
28
- "@commercetools-uikit/icons": "16.2.0",
29
- "@commercetools-uikit/input-utils": "16.2.0",
30
- "@commercetools-uikit/spacings-inline": "16.2.0",
31
- "@commercetools-uikit/spacings-stack": "16.2.0",
32
- "@commercetools-uikit/tooltip": "16.2.0",
33
- "@commercetools-uikit/utils": "16.2.0",
24
+ "@commercetools-uikit/constraints": "16.2.1",
25
+ "@commercetools-uikit/design-system": "16.2.1",
26
+ "@commercetools-uikit/flat-button": "16.2.1",
27
+ "@commercetools-uikit/hooks": "16.2.1",
28
+ "@commercetools-uikit/icons": "16.2.1",
29
+ "@commercetools-uikit/input-utils": "16.2.1",
30
+ "@commercetools-uikit/spacings-inline": "16.2.1",
31
+ "@commercetools-uikit/spacings-stack": "16.2.1",
32
+ "@commercetools-uikit/tooltip": "16.2.1",
33
+ "@commercetools-uikit/utils": "16.2.1",
34
34
  "@emotion/react": "^11.10.5",
35
35
  "@emotion/styled": "^11.10.5",
36
36
  "downshift": "6.1.12",