@commercetools-uikit/checkbox-input 18.0.0 → 18.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.
@@ -421,7 +421,7 @@ CheckboxInput.defaultProps = defaultProps;
421
421
  var CheckboxInput$1 = CheckboxInput;
422
422
 
423
423
  // NOTE: This string will be replaced on build time with the package version.
424
- var version = "18.0.0";
424
+ var version = "18.1.0";
425
425
 
426
426
  exports["default"] = CheckboxInput$1;
427
427
  exports.version = version;
@@ -397,7 +397,7 @@ CheckboxInput.defaultProps = defaultProps;
397
397
  var CheckboxInput$1 = CheckboxInput;
398
398
 
399
399
  // NOTE: This string will be replaced on build time with the package version.
400
- var version = "18.0.0";
400
+ var version = "18.1.0";
401
401
 
402
402
  exports["default"] = CheckboxInput$1;
403
403
  exports.version = version;
@@ -403,6 +403,6 @@ 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.0.0";
406
+ var version = "18.1.0";
407
407
 
408
408
  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.0.0",
4
+ "version": "18.1.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.0.0",
28
- "@commercetools-uikit/icons": "18.0.0",
29
- "@commercetools-uikit/input-utils": "18.0.0",
30
- "@commercetools-uikit/select-utils": "18.0.0",
31
- "@commercetools-uikit/utils": "18.0.0",
27
+ "@commercetools-uikit/design-system": "18.1.0",
28
+ "@commercetools-uikit/icons": "18.1.0",
29
+ "@commercetools-uikit/input-utils": "18.1.0",
30
+ "@commercetools-uikit/select-utils": "18.1.0",
31
+ "@commercetools-uikit/utils": "18.1.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",