@commercetools-uikit/checkbox-input 18.2.0 → 18.4.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.
@@ -427,7 +427,7 @@ CheckboxInput.defaultProps = defaultProps;
427
427
  var CheckboxInput$1 = CheckboxInput;
428
428
 
429
429
  // NOTE: This string will be replaced on build time with the package version.
430
- var version = "18.2.0";
430
+ var version = "18.4.0";
431
431
 
432
432
  exports["default"] = CheckboxInput$1;
433
433
  exports.version = version;
@@ -403,7 +403,7 @@ CheckboxInput.defaultProps = defaultProps;
403
403
  var CheckboxInput$1 = CheckboxInput;
404
404
 
405
405
  // NOTE: This string will be replaced on build time with the package version.
406
- var version = "18.2.0";
406
+ var version = "18.4.0";
407
407
 
408
408
  exports["default"] = CheckboxInput$1;
409
409
  exports.version = version;
@@ -409,6 +409,6 @@ CheckboxInput.defaultProps = defaultProps;
409
409
  var CheckboxInput$1 = CheckboxInput;
410
410
 
411
411
  // NOTE: This string will be replaced on build time with the package version.
412
- var version = "18.2.0";
412
+ var version = "18.4.0";
413
413
 
414
414
  export { CheckboxInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/checkbox-input",
3
3
  "description": "An input component that works as checkbox input.",
4
- "version": "18.2.0",
4
+ "version": "18.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,11 +24,11 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/design-system": "18.2.0",
28
- "@commercetools-uikit/icons": "18.2.0",
29
- "@commercetools-uikit/input-utils": "18.2.0",
30
- "@commercetools-uikit/select-utils": "18.2.0",
31
- "@commercetools-uikit/utils": "18.2.0",
27
+ "@commercetools-uikit/design-system": "18.4.0",
28
+ "@commercetools-uikit/icons": "18.4.0",
29
+ "@commercetools-uikit/input-utils": "18.4.0",
30
+ "@commercetools-uikit/select-utils": "18.4.0",
31
+ "@commercetools-uikit/utils": "18.4.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",