@commercetools-uikit/field-label 19.0.0 → 19.1.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.
@@ -138,7 +138,7 @@ FieldLabel.defaultProps = {
138
138
  var FieldLabel$1 = FieldLabel;
139
139
 
140
140
  // NOTE: This string will be replaced on build time with the package version.
141
- var version = "19.0.0";
141
+ var version = "19.1.0";
142
142
 
143
143
  exports["default"] = FieldLabel$1;
144
144
  exports.version = version;
@@ -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 = "19.0.0";
116
+ var version = "19.1.0";
117
117
 
118
118
  exports["default"] = FieldLabel$1;
119
119
  exports.version = version;
@@ -123,6 +123,6 @@ FieldLabel.defaultProps = {
123
123
  var FieldLabel$1 = FieldLabel;
124
124
 
125
125
  // NOTE: This string will be replaced on build time with the package version.
126
- var version = "19.0.0";
126
+ var version = "19.1.0";
127
127
 
128
128
  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": "19.0.0",
4
+ "version": "19.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.0.0",
25
- "@commercetools-uikit/design-system": "19.0.0",
26
- "@commercetools-uikit/icon-button": "19.0.0",
27
- "@commercetools-uikit/icons": "19.0.0",
28
- "@commercetools-uikit/label": "19.0.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.0.0",
30
- "@commercetools-uikit/spacings-inline": "19.0.0",
31
- "@commercetools-uikit/spacings-stack": "19.0.0",
32
- "@commercetools-uikit/text": "19.0.0",
33
- "@commercetools-uikit/utils": "19.0.0",
24
+ "@commercetools-uikit/constraints": "19.1.0",
25
+ "@commercetools-uikit/design-system": "19.1.0",
26
+ "@commercetools-uikit/icon-button": "19.1.0",
27
+ "@commercetools-uikit/icons": "19.1.0",
28
+ "@commercetools-uikit/label": "19.1.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.1.0",
30
+ "@commercetools-uikit/spacings-inline": "19.1.0",
31
+ "@commercetools-uikit/spacings-stack": "19.1.0",
32
+ "@commercetools-uikit/text": "19.1.0",
33
+ "@commercetools-uikit/utils": "19.1.0",
34
34
  "@emotion/react": "^11.10.5",
35
35
  "@emotion/styled": "^11.10.5",
36
36
  "prop-types": "15.8.1",