@commercetools-uikit/label 19.24.0 → 19.25.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.
@@ -87,7 +87,7 @@ Label.displayName = 'Label';
87
87
  var Label$1 = Label;
88
88
 
89
89
  // NOTE: This string will be replaced on build time with the package version.
90
- var version = "19.24.0";
90
+ var version = "19.25.0";
91
91
 
92
92
  exports["default"] = Label$1;
93
93
  exports.version = version;
@@ -68,7 +68,7 @@ Label.displayName = 'Label';
68
68
  var Label$1 = Label;
69
69
 
70
70
  // NOTE: This string will be replaced on build time with the package version.
71
- var version = "19.24.0";
71
+ var version = "19.25.0";
72
72
 
73
73
  exports["default"] = Label$1;
74
74
  exports.version = version;
@@ -70,6 +70,6 @@ Label.displayName = 'Label';
70
70
  var Label$1 = Label;
71
71
 
72
72
  // NOTE: This string will be replaced on build time with the package version.
73
- var version = "19.24.0";
73
+ var version = "19.25.0";
74
74
 
75
75
  export { Label$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/label",
3
3
  "description": "The Label component represents the primitive label for a form field component.",
4
- "version": "19.24.0",
4
+ "version": "19.25.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.24.0",
25
- "@commercetools-uikit/text": "19.24.0",
26
- "@commercetools-uikit/utils": "19.24.0",
24
+ "@commercetools-uikit/design-system": "19.25.0",
25
+ "@commercetools-uikit/text": "19.25.0",
26
+ "@commercetools-uikit/utils": "19.25.0",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "prop-types": "15.8.1"