@commercetools-uikit/spacings-stack 19.22.6 → 19.22.7

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.
@@ -101,7 +101,7 @@ Stack.displayName = 'Stack';
101
101
  var Stack$1 = Stack;
102
102
 
103
103
  // NOTE: This string will be replaced on build time with the package version.
104
- var version = "19.22.6";
104
+ var version = "19.22.7";
105
105
 
106
106
  exports["default"] = Stack$1;
107
107
  exports.version = version;
@@ -96,7 +96,7 @@ Stack.displayName = 'Stack';
96
96
  var Stack$1 = Stack;
97
97
 
98
98
  // NOTE: This string will be replaced on build time with the package version.
99
- var version = "19.22.6";
99
+ var version = "19.22.7";
100
100
 
101
101
  exports["default"] = Stack$1;
102
102
  exports.version = version;
@@ -85,6 +85,6 @@ Stack.displayName = 'Stack';
85
85
  var Stack$1 = Stack;
86
86
 
87
87
  // NOTE: This string will be replaced on build time with the package version.
88
- var version = "19.22.6";
88
+ var version = "19.22.7";
89
89
 
90
90
  export { Stack$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/spacings-stack",
3
3
  "description": "A stack spacing component renders its children vertically with a consistent spacing between them.",
4
- "version": "19.22.6",
4
+ "version": "19.22.7",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "19.22.6",
25
- "@commercetools-uikit/utils": "19.22.6",
24
+ "@commercetools-uikit/design-system": "19.22.7",
25
+ "@commercetools-uikit/utils": "19.22.7",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "prop-types": "15.8.1"
28
28
  },