@commercetools-uikit/localized-text-input 20.0.0 → 20.1.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.
@@ -220,7 +220,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
220
220
  var LocalizedTextInput$1 = LocalizedTextInput;
221
221
 
222
222
  // NOTE: This string will be replaced on build time with the package version.
223
- var version = "20.0.0";
223
+ var version = "20.1.0";
224
224
 
225
225
  exports["default"] = LocalizedTextInput$1;
226
226
  exports.version = version;
@@ -204,7 +204,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
204
204
  var LocalizedTextInput$1 = LocalizedTextInput;
205
205
 
206
206
  // NOTE: This string will be replaced on build time with the package version.
207
- var version = "20.0.0";
207
+ var version = "20.1.0";
208
208
 
209
209
  exports["default"] = LocalizedTextInput$1;
210
210
  exports.version = version;
@@ -201,6 +201,6 @@ LocalizedTextInput.isTouched = isTouched;
201
201
  var LocalizedTextInput$1 = LocalizedTextInput;
202
202
 
203
203
  // NOTE: This string will be replaced on build time with the package version.
204
- var version = "20.0.0";
204
+ var version = "20.1.0";
205
205
 
206
206
  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": "20.0.0",
4
+ "version": "20.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,23 +21,23 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.0.0",
25
- "@commercetools-uikit/design-system": "20.0.0",
26
- "@commercetools-uikit/flat-button": "20.0.0",
27
- "@commercetools-uikit/hooks": "20.0.0",
28
- "@commercetools-uikit/icons": "20.0.0",
29
- "@commercetools-uikit/input-utils": "20.0.0",
30
- "@commercetools-uikit/localized-utils": "20.0.0",
31
- "@commercetools-uikit/messages": "20.0.0",
32
- "@commercetools-uikit/spacings-stack": "20.0.0",
33
- "@commercetools-uikit/text": "20.0.0",
34
- "@commercetools-uikit/text-input": "20.0.0",
35
- "@commercetools-uikit/utils": "20.0.0",
24
+ "@commercetools-uikit/constraints": "20.1.0",
25
+ "@commercetools-uikit/design-system": "20.1.0",
26
+ "@commercetools-uikit/flat-button": "20.1.0",
27
+ "@commercetools-uikit/hooks": "20.1.0",
28
+ "@commercetools-uikit/icons": "20.1.0",
29
+ "@commercetools-uikit/input-utils": "20.1.0",
30
+ "@commercetools-uikit/localized-utils": "20.1.0",
31
+ "@commercetools-uikit/messages": "20.1.0",
32
+ "@commercetools-uikit/spacings-stack": "20.1.0",
33
+ "@commercetools-uikit/text": "20.1.0",
34
+ "@commercetools-uikit/text-input": "20.1.0",
35
+ "@commercetools-uikit/utils": "20.1.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5"
38
38
  },
39
39
  "devDependencies": {
40
- "react": "19.0.0",
40
+ "react": "19.1.0",
41
41
  "react-intl": "^7.1.4"
42
42
  },
43
43
  "peerDependencies": {