@commercetools-uikit/checkbox-input 19.3.0 → 19.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.
@@ -430,7 +430,7 @@ CheckboxInput.defaultProps = defaultProps;
430
430
  var CheckboxInput$1 = CheckboxInput;
431
431
 
432
432
  // NOTE: This string will be replaced on build time with the package version.
433
- var version = "19.3.0";
433
+ var version = "19.4.0";
434
434
 
435
435
  exports["default"] = CheckboxInput$1;
436
436
  exports.version = version;
@@ -406,7 +406,7 @@ CheckboxInput.defaultProps = defaultProps;
406
406
  var CheckboxInput$1 = CheckboxInput;
407
407
 
408
408
  // NOTE: This string will be replaced on build time with the package version.
409
- var version = "19.3.0";
409
+ var version = "19.4.0";
410
410
 
411
411
  exports["default"] = CheckboxInput$1;
412
412
  exports.version = version;
@@ -412,6 +412,6 @@ CheckboxInput.defaultProps = defaultProps;
412
412
  var CheckboxInput$1 = CheckboxInput;
413
413
 
414
414
  // NOTE: This string will be replaced on build time with the package version.
415
- var version = "19.3.0";
415
+ var version = "19.4.0";
416
416
 
417
417
  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": "19.3.0",
4
+ "version": "19.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": "19.3.0",
28
- "@commercetools-uikit/icons": "19.3.0",
29
- "@commercetools-uikit/input-utils": "19.3.0",
30
- "@commercetools-uikit/select-utils": "19.3.0",
31
- "@commercetools-uikit/utils": "19.3.0",
27
+ "@commercetools-uikit/design-system": "19.4.0",
28
+ "@commercetools-uikit/icons": "19.4.0",
29
+ "@commercetools-uikit/input-utils": "19.4.0",
30
+ "@commercetools-uikit/select-utils": "19.4.0",
31
+ "@commercetools-uikit/utils": "19.4.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",