@commercetools-uikit/radio-input 15.4.0 → 15.5.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.
@@ -660,7 +660,7 @@ Group.defaultProps = defaultProps;
660
660
  var Group$1 = Group;
661
661
 
662
662
  // NOTE: This string will be replaced on build time with the package version.
663
- var version = "15.4.0";
663
+ var version = "15.5.0";
664
664
 
665
665
  var RadioInput = {
666
666
  Group: Group$1,
@@ -593,7 +593,7 @@ Group.defaultProps = defaultProps;
593
593
  var Group$1 = Group;
594
594
 
595
595
  // NOTE: This string will be replaced on build time with the package version.
596
- var version = "15.4.0";
596
+ var version = "15.5.0";
597
597
 
598
598
  var RadioInput = {
599
599
  Group: Group$1,
@@ -637,7 +637,7 @@ Group.defaultProps = defaultProps;
637
637
  var Group$1 = Group;
638
638
 
639
639
  // NOTE: This string will be replaced on build time with the package version.
640
- var version = "15.4.0";
640
+ var version = "15.5.0";
641
641
 
642
642
  var RadioInput = {
643
643
  Group: Group$1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/radio-input",
3
3
  "description": "A RadioInput represents a group of options where only one option can be selected at a time.",
4
- "version": "15.4.0",
4
+ "version": "15.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.19.0",
26
26
  "@babel/runtime-corejs3": "^7.19.1",
27
- "@commercetools-uikit/constraints": "15.4.0",
28
- "@commercetools-uikit/design-system": "15.4.0",
29
- "@commercetools-uikit/icons": "15.4.0",
30
- "@commercetools-uikit/input-utils": "15.4.0",
31
- "@commercetools-uikit/spacings-inline": "15.4.0",
32
- "@commercetools-uikit/spacings-inset": "15.4.0",
33
- "@commercetools-uikit/spacings-stack": "15.4.0",
34
- "@commercetools-uikit/utils": "15.4.0",
27
+ "@commercetools-uikit/constraints": "15.5.0",
28
+ "@commercetools-uikit/design-system": "15.5.0",
29
+ "@commercetools-uikit/icons": "15.5.0",
30
+ "@commercetools-uikit/input-utils": "15.5.0",
31
+ "@commercetools-uikit/spacings-inline": "15.5.0",
32
+ "@commercetools-uikit/spacings-inset": "15.5.0",
33
+ "@commercetools-uikit/spacings-stack": "15.5.0",
34
+ "@commercetools-uikit/utils": "15.5.0",
35
35
  "@emotion/react": "^11.4.0",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "prop-types": "15.8.1",