@commercetools-uikit/money-input 15.11.1 → 15.11.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.
@@ -1480,7 +1480,7 @@ MoneyInput.defaultProps = defaultProps;
1480
1480
  var MoneyInput$1 = MoneyInput;
1481
1481
 
1482
1482
  // NOTE: This string will be replaced on build time with the package version.
1483
- var version = "15.11.1";
1483
+ var version = "15.11.2";
1484
1484
 
1485
1485
  exports["default"] = MoneyInput$1;
1486
1486
  exports.version = version;
@@ -1419,7 +1419,7 @@ MoneyInput.defaultProps = defaultProps;
1419
1419
  var MoneyInput$1 = MoneyInput;
1420
1420
 
1421
1421
  // NOTE: This string will be replaced on build time with the package version.
1422
- var version = "15.11.1";
1422
+ var version = "15.11.2";
1423
1423
 
1424
1424
  exports["default"] = MoneyInput$1;
1425
1425
  exports.version = version;
@@ -1449,6 +1449,6 @@ MoneyInput.defaultProps = defaultProps;
1449
1449
  var MoneyInput$1 = MoneyInput;
1450
1450
 
1451
1451
  // NOTE: This string will be replaced on build time with the package version.
1452
- var version = "15.11.1";
1452
+ var version = "15.11.2";
1453
1453
 
1454
1454
  export { MoneyInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/money-input",
3
3
  "description": "A controlled input component for money values with validation states.",
4
- "version": "15.11.1",
4
+ "version": "15.11.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/constraints": "15.11.1",
25
- "@commercetools-uikit/design-system": "15.11.1",
26
- "@commercetools-uikit/hooks": "15.11.1",
27
- "@commercetools-uikit/icons": "15.11.1",
28
- "@commercetools-uikit/input-utils": "15.11.1",
29
- "@commercetools-uikit/select-utils": "15.11.1",
30
- "@commercetools-uikit/tooltip": "15.11.1",
31
- "@commercetools-uikit/utils": "15.11.1",
24
+ "@commercetools-uikit/constraints": "15.11.2",
25
+ "@commercetools-uikit/design-system": "15.11.2",
26
+ "@commercetools-uikit/hooks": "15.11.2",
27
+ "@commercetools-uikit/icons": "15.11.2",
28
+ "@commercetools-uikit/input-utils": "15.11.2",
29
+ "@commercetools-uikit/select-utils": "15.11.2",
30
+ "@commercetools-uikit/tooltip": "15.11.2",
31
+ "@commercetools-uikit/utils": "15.11.2",
32
32
  "@emotion/react": "^11.4.0",
33
33
  "@emotion/styled": "^11.3.0",
34
34
  "lodash": "4.17.21",