@commercetools-uikit/localized-text-input 18.1.0 → 18.2.0

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.
@@ -258,7 +258,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
258
258
  var LocalizedTextInput$1 = LocalizedTextInput;
259
259
 
260
260
  // NOTE: This string will be replaced on build time with the package version.
261
- var version = "18.1.0";
261
+ var version = "18.2.0";
262
262
 
263
263
  exports["default"] = LocalizedTextInput$1;
264
264
  exports.version = version;
@@ -198,7 +198,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
198
198
  var LocalizedTextInput$1 = LocalizedTextInput;
199
199
 
200
200
  // NOTE: This string will be replaced on build time with the package version.
201
- var version = "18.1.0";
201
+ var version = "18.2.0";
202
202
 
203
203
  exports["default"] = LocalizedTextInput$1;
204
204
  exports.version = version;
@@ -238,6 +238,6 @@ LocalizedTextInput.isTouched = isTouched;
238
238
  var LocalizedTextInput$1 = LocalizedTextInput;
239
239
 
240
240
  // NOTE: This string will be replaced on build time with the package version.
241
- var version = "18.1.0";
241
+ var version = "18.2.0";
242
242
 
243
243
  export { LocalizedTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-text-input",
3
3
  "description": "A controlled text input component for localized single-line strings with validation states.",
4
- "version": "18.1.0",
4
+ "version": "18.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,18 +21,18 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "18.1.0",
25
- "@commercetools-uikit/design-system": "18.1.0",
26
- "@commercetools-uikit/flat-button": "18.1.0",
27
- "@commercetools-uikit/hooks": "18.1.0",
28
- "@commercetools-uikit/icons": "18.1.0",
29
- "@commercetools-uikit/input-utils": "18.1.0",
30
- "@commercetools-uikit/localized-utils": "18.1.0",
31
- "@commercetools-uikit/messages": "18.1.0",
32
- "@commercetools-uikit/spacings-stack": "18.1.0",
33
- "@commercetools-uikit/text": "18.1.0",
34
- "@commercetools-uikit/text-input": "18.1.0",
35
- "@commercetools-uikit/utils": "18.1.0",
24
+ "@commercetools-uikit/constraints": "18.2.0",
25
+ "@commercetools-uikit/design-system": "18.2.0",
26
+ "@commercetools-uikit/flat-button": "18.2.0",
27
+ "@commercetools-uikit/hooks": "18.2.0",
28
+ "@commercetools-uikit/icons": "18.2.0",
29
+ "@commercetools-uikit/input-utils": "18.2.0",
30
+ "@commercetools-uikit/localized-utils": "18.2.0",
31
+ "@commercetools-uikit/messages": "18.2.0",
32
+ "@commercetools-uikit/spacings-stack": "18.2.0",
33
+ "@commercetools-uikit/text": "18.2.0",
34
+ "@commercetools-uikit/text-input": "18.2.0",
35
+ "@commercetools-uikit/utils": "18.2.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"