@commercetools-uikit/card 19.16.0 → 19.17.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.
@@ -103,7 +103,7 @@ Card.defaultProps = defaultProps;
103
103
  var Card$1 = Card;
104
104
 
105
105
  // NOTE: This string will be replaced on build time with the package version.
106
- var version = "19.16.0";
106
+ var version = "19.17.0";
107
107
 
108
108
  exports["default"] = Card$1;
109
109
  exports.version = version;
@@ -91,7 +91,7 @@ Card.defaultProps = defaultProps;
91
91
  var Card$1 = Card;
92
92
 
93
93
  // NOTE: This string will be replaced on build time with the package version.
94
- var version = "19.16.0";
94
+ var version = "19.17.0";
95
95
 
96
96
  exports["default"] = Card$1;
97
97
  exports.version = version;
@@ -86,6 +86,6 @@ Card.defaultProps = defaultProps;
86
86
  var Card$1 = Card;
87
87
 
88
88
  // NOTE: This string will be replaced on build time with the package version.
89
- var version = "19.16.0";
89
+ var version = "19.17.0";
90
90
 
91
91
  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": "19.16.0",
4
+ "version": "19.17.0",
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": "19.16.0",
25
- "@commercetools-uikit/spacings-inset": "19.16.0",
26
- "@commercetools-uikit/utils": "19.16.0",
24
+ "@commercetools-uikit/design-system": "19.17.0",
25
+ "@commercetools-uikit/spacings-inset": "19.17.0",
26
+ "@commercetools-uikit/utils": "19.17.0",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "@types/react-router-dom": "^5.3.3",