@commercetools-uikit/localized-money-input 18.4.0 → 18.5.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.
@@ -268,7 +268,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
268
268
  var LocalizedMoneyInput$1 = LocalizedMoneyInput;
269
269
 
270
270
  // NOTE: This string will be replaced on build time with the package version.
271
- var version = "18.4.0";
271
+ var version = "18.5.0";
272
272
 
273
273
  exports["default"] = LocalizedMoneyInput$1;
274
274
  exports.version = version;
@@ -224,7 +224,7 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
224
224
  var LocalizedMoneyInput$1 = LocalizedMoneyInput;
225
225
 
226
226
  // NOTE: This string will be replaced on build time with the package version.
227
- var version = "18.4.0";
227
+ var version = "18.5.0";
228
228
 
229
229
  exports["default"] = LocalizedMoneyInput$1;
230
230
  exports.version = version;
@@ -245,6 +245,6 @@ LocalizedMoneyInput.getEmptyCurrencies = values => {
245
245
  var LocalizedMoneyInput$1 = LocalizedMoneyInput;
246
246
 
247
247
  // NOTE: This string will be replaced on build time with the package version.
248
- var version = "18.4.0";
248
+ var version = "18.5.0";
249
249
 
250
250
  export { LocalizedMoneyInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-money-input",
3
3
  "description": "A controlled input component for localized money values with validation states.",
4
- "version": "18.4.0",
4
+ "version": "18.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "18.4.0",
25
- "@commercetools-uikit/design-system": "18.4.0",
26
- "@commercetools-uikit/flat-button": "18.4.0",
27
- "@commercetools-uikit/hooks": "18.4.0",
28
- "@commercetools-uikit/icons": "18.4.0",
29
- "@commercetools-uikit/input-utils": "18.4.0",
30
- "@commercetools-uikit/localized-utils": "18.4.0",
31
- "@commercetools-uikit/messages": "18.4.0",
32
- "@commercetools-uikit/money-input": "18.4.0",
33
- "@commercetools-uikit/select-utils": "18.4.0",
34
- "@commercetools-uikit/spacings-stack": "18.4.0",
35
- "@commercetools-uikit/tooltip": "18.4.0",
36
- "@commercetools-uikit/utils": "18.4.0",
24
+ "@commercetools-uikit/constraints": "18.5.0",
25
+ "@commercetools-uikit/design-system": "18.5.0",
26
+ "@commercetools-uikit/flat-button": "18.5.0",
27
+ "@commercetools-uikit/hooks": "18.5.0",
28
+ "@commercetools-uikit/icons": "18.5.0",
29
+ "@commercetools-uikit/input-utils": "18.5.0",
30
+ "@commercetools-uikit/localized-utils": "18.5.0",
31
+ "@commercetools-uikit/messages": "18.5.0",
32
+ "@commercetools-uikit/money-input": "18.5.0",
33
+ "@commercetools-uikit/select-utils": "18.5.0",
34
+ "@commercetools-uikit/spacings-stack": "18.5.0",
35
+ "@commercetools-uikit/tooltip": "18.5.0",
36
+ "@commercetools-uikit/utils": "18.5.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "prop-types": "15.8.1",