@commercetools-uikit/spacings-inset-squish 20.0.0 → 20.1.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.
@@ -62,7 +62,7 @@ InsetSquish.displayName = 'InsetSquish';
62
62
  var InsetSquish$1 = InsetSquish;
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "20.0.0";
65
+ var version = "20.1.0";
66
66
 
67
67
  exports["default"] = InsetSquish$1;
68
68
  exports.version = version;
@@ -62,7 +62,7 @@ InsetSquish.displayName = 'InsetSquish';
62
62
  var InsetSquish$1 = InsetSquish;
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "20.0.0";
65
+ var version = "20.1.0";
66
66
 
67
67
  exports["default"] = InsetSquish$1;
68
68
  exports.version = version;
@@ -47,6 +47,6 @@ InsetSquish.displayName = 'InsetSquish';
47
47
  var InsetSquish$1 = InsetSquish;
48
48
 
49
49
  // NOTE: This string will be replaced on build time with the package version.
50
- var version = "20.0.0";
50
+ var version = "20.1.0";
51
51
 
52
52
  export { InsetSquish$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/spacings-inset-squish",
3
3
  "description": "An inset squish spacing component provides a consistent padding to the inner component, with horizontal padding being proportionally bigger than the vertical padding.",
4
- "version": "20.0.0",
4
+ "version": "20.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.0.0",
25
- "@commercetools-uikit/utils": "20.0.0",
24
+ "@commercetools-uikit/design-system": "20.1.0",
25
+ "@commercetools-uikit/utils": "20.1.0",
26
26
  "@emotion/react": "^11.10.5"
27
27
  },
28
28
  "devDependencies": {
29
- "react": "19.0.0"
29
+ "react": "19.1.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "19.x"