@commercetools-uikit/field-label 20.2.3 → 20.3.1

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.
@@ -114,7 +114,7 @@ FieldLabel.displayName = 'FieldLabel';
114
114
  var FieldLabel$1 = FieldLabel;
115
115
 
116
116
  // NOTE: This string will be replaced on build time with the package version.
117
- var version = "20.2.3";
117
+ var version = "20.3.1";
118
118
 
119
119
  exports["default"] = FieldLabel$1;
120
120
  exports.version = version;
@@ -103,7 +103,7 @@ FieldLabel.displayName = 'FieldLabel';
103
103
  var FieldLabel$1 = FieldLabel;
104
104
 
105
105
  // NOTE: This string will be replaced on build time with the package version.
106
- var version = "20.2.3";
106
+ var version = "20.3.1";
107
107
 
108
108
  exports["default"] = FieldLabel$1;
109
109
  exports.version = version;
@@ -101,6 +101,6 @@ FieldLabel.displayName = 'FieldLabel';
101
101
  var FieldLabel$1 = FieldLabel;
102
102
 
103
103
  // NOTE: This string will be replaced on build time with the package version.
104
- var version = "20.2.3";
104
+ var version = "20.3.1";
105
105
 
106
106
  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": "20.2.3",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,22 +21,22 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.2.3",
25
- "@commercetools-uikit/design-system": "20.2.3",
26
- "@commercetools-uikit/icon-button": "20.2.3",
27
- "@commercetools-uikit/icons": "20.2.3",
28
- "@commercetools-uikit/label": "20.2.3",
29
- "@commercetools-uikit/secondary-icon-button": "20.2.3",
30
- "@commercetools-uikit/spacings-inline": "20.2.3",
31
- "@commercetools-uikit/spacings-stack": "20.2.3",
32
- "@commercetools-uikit/text": "20.2.3",
33
- "@commercetools-uikit/utils": "20.2.3",
24
+ "@commercetools-uikit/constraints": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/icon-button": "20.3.1",
27
+ "@commercetools-uikit/icons": "20.3.1",
28
+ "@commercetools-uikit/label": "20.3.1",
29
+ "@commercetools-uikit/secondary-icon-button": "20.3.1",
30
+ "@commercetools-uikit/spacings-inline": "20.3.1",
31
+ "@commercetools-uikit/spacings-stack": "20.3.1",
32
+ "@commercetools-uikit/text": "20.3.1",
33
+ "@commercetools-uikit/utils": "20.3.1",
34
34
  "@emotion/react": "^11.10.5",
35
35
  "@emotion/styled": "^11.10.5",
36
36
  "react-intl": "^7.1.4"
37
37
  },
38
38
  "devDependencies": {
39
- "react": "19.1.0"
39
+ "react": "19.2.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "19.x"