@commercetools-uikit/card 19.22.2 → 19.22.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.
@@ -110,7 +110,7 @@ Card.displayName = 'Card';
110
110
  var Card$1 = Card;
111
111
 
112
112
  // NOTE: This string will be replaced on build time with the package version.
113
- var version = "19.22.2";
113
+ var version = "19.22.3";
114
114
 
115
115
  exports["default"] = Card$1;
116
116
  exports.version = version;
@@ -98,7 +98,7 @@ Card.displayName = 'Card';
98
98
  var Card$1 = Card;
99
99
 
100
100
  // NOTE: This string will be replaced on build time with the package version.
101
- var version = "19.22.2";
101
+ var version = "19.22.3";
102
102
 
103
103
  exports["default"] = Card$1;
104
104
  exports.version = version;
@@ -93,6 +93,6 @@ Card.displayName = 'Card';
93
93
  var Card$1 = Card;
94
94
 
95
95
  // NOTE: This string will be replaced on build time with the package version.
96
- var version = "19.22.2";
96
+ var version = "19.22.3";
97
97
 
98
98
  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.22.2",
4
+ "version": "19.22.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": "19.22.2",
25
- "@commercetools-uikit/spacings-inset": "19.22.2",
26
- "@commercetools-uikit/utils": "19.22.2",
24
+ "@commercetools-uikit/design-system": "19.22.3",
25
+ "@commercetools-uikit/spacings-inset": "19.22.3",
26
+ "@commercetools-uikit/utils": "19.22.3",
27
27
  "@emotion/react": "^11.10.5",
28
28
  "@emotion/styled": "^11.10.5",
29
29
  "@types/react-router-dom": "^5.3.3",