@commercetools-uikit/radio-field 14.0.2 → 14.0.6

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.
@@ -194,7 +194,7 @@ RadioField.propTypes = process.env.NODE_ENV !== "production" ? {
194
194
  var RadioField$1 = RadioField;
195
195
 
196
196
  // NOTE: This string will be replaced on build time with the package version.
197
- var version = "14.0.2";
197
+ var version = "14.0.6";
198
198
 
199
199
  exports["default"] = RadioField$1;
200
200
  exports.version = version;
@@ -166,7 +166,7 @@ RadioField.propTypes = {};
166
166
  var RadioField$1 = RadioField;
167
167
 
168
168
  // NOTE: This string will be replaced on build time with the package version.
169
- var version = "14.0.2";
169
+ var version = "14.0.6";
170
170
 
171
171
  exports["default"] = RadioField$1;
172
172
  exports.version = version;
@@ -169,6 +169,6 @@ RadioField.propTypes = process.env.NODE_ENV !== "production" ? {
169
169
  var RadioField$1 = RadioField;
170
170
 
171
171
  // NOTE: This string will be replaced on build time with the package version.
172
- var version = "14.0.2";
172
+ var version = "14.0.6";
173
173
 
174
174
  export { RadioField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/radio-field",
3
3
  "description": "A controlled radio input component with validation states and a label.",
4
- "version": "14.0.2",
4
+ "version": "14.0.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,9 +24,9 @@
24
24
  "@commercetools-uikit/constraints": "14.0.1",
25
25
  "@commercetools-uikit/design-system": "14.0.0",
26
26
  "@commercetools-uikit/field-errors": "14.0.1",
27
- "@commercetools-uikit/field-label": "14.0.2",
28
- "@commercetools-uikit/radio-input": "14.0.2",
29
- "@commercetools-uikit/spacings-stack": "14.0.1",
27
+ "@commercetools-uikit/field-label": "14.0.6",
28
+ "@commercetools-uikit/radio-input": "14.0.6",
29
+ "@commercetools-uikit/spacings-stack": "14.0.6",
30
30
  "@commercetools-uikit/utils": "14.0.1",
31
31
  "@emotion/react": "^11.4.0",
32
32
  "@emotion/styled": "^11.3.0",