@commercetools-uikit/field-label 15.1.2 → 15.2.2

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.
@@ -113,7 +113,7 @@ FieldLabel.defaultProps = {
113
113
  var FieldLabel$1 = FieldLabel;
114
114
 
115
115
  // NOTE: This string will be replaced on build time with the package version.
116
- var version = "15.1.2";
116
+ var version = "15.2.2";
117
117
 
118
118
  exports["default"] = FieldLabel$1;
119
119
  exports.version = version;
@@ -90,7 +90,7 @@ FieldLabel.defaultProps = {
90
90
  var FieldLabel$1 = FieldLabel;
91
91
 
92
92
  // NOTE: This string will be replaced on build time with the package version.
93
- var version = "15.1.2";
93
+ var version = "15.2.2";
94
94
 
95
95
  exports["default"] = FieldLabel$1;
96
96
  exports.version = version;
@@ -99,6 +99,6 @@ FieldLabel.defaultProps = {
99
99
  var FieldLabel$1 = FieldLabel;
100
100
 
101
101
  // NOTE: This string will be replaced on build time with the package version.
102
- var version = "15.1.2";
102
+ var version = "15.2.2";
103
103
 
104
104
  export { FieldLabel$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/field-label",
3
3
  "description": "The FieldLabel component represents the label for a field in a form.",
4
- "version": "15.1.2",
4
+ "version": "15.2.2",
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.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/constraints": "15.1.2",
25
- "@commercetools-uikit/icon-button": "15.1.2",
26
- "@commercetools-uikit/icons": "15.1.2",
27
- "@commercetools-uikit/label": "15.1.2",
28
- "@commercetools-uikit/spacings-inline": "15.1.2",
29
- "@commercetools-uikit/spacings-stack": "15.1.2",
30
- "@commercetools-uikit/text": "15.1.2",
31
- "@commercetools-uikit/utils": "15.1.2",
24
+ "@commercetools-uikit/constraints": "15.2.2",
25
+ "@commercetools-uikit/icon-button": "15.2.2",
26
+ "@commercetools-uikit/icons": "15.2.2",
27
+ "@commercetools-uikit/label": "15.2.2",
28
+ "@commercetools-uikit/spacings-inline": "15.2.2",
29
+ "@commercetools-uikit/spacings-stack": "15.2.2",
30
+ "@commercetools-uikit/text": "15.2.2",
31
+ "@commercetools-uikit/utils": "15.2.2",
32
32
  "@emotion/react": "^11.4.0",
33
33
  "@emotion/styled": "^11.3.0",
34
34
  "prop-types": "15.8.1",