@commercetools-uikit/radio-input 16.2.1 → 16.3.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.
@@ -336,7 +336,7 @@ Group.defaultProps = defaultProps;
336
336
  var Group$1 = Group;
337
337
 
338
338
  // NOTE: This string will be replaced on build time with the package version.
339
- var version = "16.2.1";
339
+ var version = "16.3.0";
340
340
 
341
341
  const RadioInput = {
342
342
  Group: Group$1,
@@ -265,7 +265,7 @@ Group.defaultProps = defaultProps;
265
265
  var Group$1 = Group;
266
266
 
267
267
  // NOTE: This string will be replaced on build time with the package version.
268
- var version = "16.2.1";
268
+ var version = "16.3.0";
269
269
 
270
270
  const RadioInput = {
271
271
  Group: Group$1,
@@ -313,7 +313,7 @@ Group.defaultProps = defaultProps;
313
313
  var Group$1 = Group;
314
314
 
315
315
  // NOTE: This string will be replaced on build time with the package version.
316
- var version = "16.2.1";
316
+ var version = "16.3.0";
317
317
 
318
318
  const RadioInput = {
319
319
  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": "16.2.1",
4
+ "version": "16.3.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "16.2.1",
25
- "@commercetools-uikit/design-system": "16.2.1",
26
- "@commercetools-uikit/icons": "16.2.1",
27
- "@commercetools-uikit/input-utils": "16.2.1",
28
- "@commercetools-uikit/spacings-inline": "16.2.1",
29
- "@commercetools-uikit/spacings-inset": "16.2.1",
30
- "@commercetools-uikit/spacings-stack": "16.2.1",
31
- "@commercetools-uikit/utils": "16.2.1",
24
+ "@commercetools-uikit/constraints": "16.3.0",
25
+ "@commercetools-uikit/design-system": "16.3.0",
26
+ "@commercetools-uikit/icons": "16.3.0",
27
+ "@commercetools-uikit/input-utils": "16.3.0",
28
+ "@commercetools-uikit/spacings-inline": "16.3.0",
29
+ "@commercetools-uikit/spacings-inset": "16.3.0",
30
+ "@commercetools-uikit/spacings-stack": "16.3.0",
31
+ "@commercetools-uikit/utils": "16.3.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",