@commercetools-uikit/spacings-stack 0.0.0-canary-2021981046 → 12.2.4

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.
@@ -104,7 +104,7 @@ Stack.defaultProps = defaultProps;
104
104
  var Stack$1 = Stack;
105
105
 
106
106
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
107
- var version = '0.0.0-canary-2021981046';
107
+ var version = '12.2.4';
108
108
 
109
109
  exports["default"] = Stack$1;
110
110
  exports.version = version;
@@ -99,7 +99,7 @@ Stack.defaultProps = defaultProps;
99
99
  var Stack$1 = Stack;
100
100
 
101
101
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
102
- var version = '0.0.0-canary-2021981046';
102
+ var version = '12.2.4';
103
103
 
104
104
  exports["default"] = Stack$1;
105
105
  exports.version = version;
@@ -88,6 +88,6 @@ Stack.defaultProps = defaultProps;
88
88
  var Stack$1 = Stack;
89
89
 
90
90
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
91
- var version = '0.0.0-canary-2021981046';
91
+ var version = '12.2.4';
92
92
 
93
93
  export { Stack$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "0.0.0-canary-2021981046";
1
+ declare const _default: "12.2.4";
2
2
  export default _default;
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": "0.0.0-canary-2021981046",
4
+ "version": "12.2.4",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,12 +9,7 @@
9
9
  "directory": "packages/components/spacings/spacings-stack"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": [
13
- "javascript",
14
- "design system",
15
- "react",
16
- "uikit"
17
- ],
12
+ "keywords": ["javascript", "design system", "react", "uikit"],
18
13
  "license": "MIT",
19
14
  "private": false,
20
15
  "publishConfig": {
@@ -23,16 +18,14 @@
23
18
  "sideEffects": false,
24
19
  "main": "dist/commercetools-uikit-spacings-stack.cjs.js",
25
20
  "module": "dist/commercetools-uikit-spacings-stack.esm.js",
26
- "files": [
27
- "dist"
28
- ],
21
+ "files": ["dist"],
29
22
  "scripts": {
30
23
  "prepare": "../../../../scripts/version.js replace"
31
24
  },
32
25
  "dependencies": {
33
26
  "@babel/runtime": "7.15.4",
34
27
  "@babel/runtime-corejs3": "7.15.4",
35
- "@commercetools-uikit/design-system": "0.0.0-canary-2021981046",
28
+ "@commercetools-uikit/design-system": "12.2.4",
36
29
  "@commercetools-uikit/utils": "12.2.0",
37
30
  "@emotion/react": "^11.4.0",
38
31
  "prop-types": "15.7.2"