@commercetools-uikit/card 16.7.1 → 16.7.3

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.
@@ -68,7 +68,7 @@ Card.defaultProps = defaultProps;
68
68
  var Card$1 = Card;
69
69
 
70
70
  // NOTE: This string will be replaced on build time with the package version.
71
- var version = "16.7.1";
71
+ var version = "16.7.3";
72
72
 
73
73
  exports["default"] = Card$1;
74
74
  exports.version = version;
@@ -61,7 +61,7 @@ Card.defaultProps = defaultProps;
61
61
  var Card$1 = Card;
62
62
 
63
63
  // NOTE: This string will be replaced on build time with the package version.
64
- var version = "16.7.1";
64
+ var version = "16.7.3";
65
65
 
66
66
  exports["default"] = Card$1;
67
67
  exports.version = version;
@@ -51,6 +51,6 @@ Card.defaultProps = defaultProps;
51
51
  var Card$1 = Card;
52
52
 
53
53
  // NOTE: This string will be replaced on build time with the package version.
54
- var version = "16.7.1";
54
+ var version = "16.7.3";
55
55
 
56
56
  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": "16.7.1",
4
+ "version": "16.7.3",
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": "16.7.1",
25
- "@commercetools-uikit/spacings-inset": "16.7.1",
26
- "@commercetools-uikit/utils": "16.7.1",
24
+ "@commercetools-uikit/design-system": "16.7.3",
25
+ "@commercetools-uikit/spacings-inset": "16.7.3",
26
+ "@commercetools-uikit/utils": "16.7.3",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "prop-types": "15.8.1"