@commercetools-uikit/card 20.2.0 → 20.2.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.
@@ -96,7 +96,7 @@ Card.displayName = 'Card';
96
96
  var Card$1 = Card;
97
97
 
98
98
  // NOTE: This string will be replaced on build time with the package version.
99
- var version = "20.2.0";
99
+ var version = "20.2.1";
100
100
 
101
101
  exports["default"] = Card$1;
102
102
  exports.version = version;
@@ -95,7 +95,7 @@ Card.displayName = 'Card';
95
95
  var Card$1 = Card;
96
96
 
97
97
  // NOTE: This string will be replaced on build time with the package version.
98
- var version = "20.2.0";
98
+ var version = "20.2.1";
99
99
 
100
100
  exports["default"] = Card$1;
101
101
  exports.version = version;
@@ -80,6 +80,6 @@ Card.displayName = 'Card';
80
80
  var Card$1 = Card;
81
81
 
82
82
  // NOTE: This string will be replaced on build time with the package version.
83
- var version = "20.2.0";
83
+ var version = "20.2.1";
84
84
 
85
85
  export { Card$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/card",
3
3
  "description": "Cards are used to display content and actions on a single topic.",
4
- "version": "20.2.0",
4
+ "version": "20.2.1",
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": "20.2.0",
25
- "@commercetools-uikit/spacings-inset": "20.2.0",
26
- "@commercetools-uikit/utils": "20.2.0",
24
+ "@commercetools-uikit/design-system": "20.2.1",
25
+ "@commercetools-uikit/spacings-inset": "20.2.1",
26
+ "@commercetools-uikit/utils": "20.2.1",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "@types/react-router-dom": "^5.3.3"