@commercetools-uikit/number-input 19.1.0 → 19.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.
@@ -112,7 +112,7 @@ NumberInput.hasFractionDigits = number => {
112
112
  var NumberInput$1 = NumberInput;
113
113
 
114
114
  // NOTE: This string will be replaced on build time with the package version.
115
- var version = "19.1.0";
115
+ var version = "19.2.0";
116
116
 
117
117
  exports["default"] = NumberInput$1;
118
118
  exports.version = version;
@@ -88,7 +88,7 @@ NumberInput.hasFractionDigits = number => {
88
88
  var NumberInput$1 = NumberInput;
89
89
 
90
90
  // NOTE: This string will be replaced on build time with the package version.
91
- var version = "19.1.0";
91
+ var version = "19.2.0";
92
92
 
93
93
  exports["default"] = NumberInput$1;
94
94
  exports.version = version;
@@ -94,6 +94,6 @@ NumberInput.hasFractionDigits = number => {
94
94
  var NumberInput$1 = NumberInput;
95
95
 
96
96
  // NOTE: This string will be replaced on build time with the package version.
97
- var version = "19.1.0";
97
+ var version = "19.2.0";
98
98
 
99
99
  export { NumberInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/number-input",
3
3
  "description": "A controlled input component for numbers with validation states.",
4
- "version": "19.1.0",
4
+ "version": "19.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.1.0",
25
- "@commercetools-uikit/design-system": "19.1.0",
26
- "@commercetools-uikit/input-utils": "19.1.0",
27
- "@commercetools-uikit/utils": "19.1.0",
24
+ "@commercetools-uikit/constraints": "19.2.0",
25
+ "@commercetools-uikit/design-system": "19.2.0",
26
+ "@commercetools-uikit/input-utils": "19.2.0",
27
+ "@commercetools-uikit/utils": "19.2.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
30
  "prop-types": "15.8.1"