@commercetools-uikit/constraints 20.3.0 → 20.3.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.
@@ -74,7 +74,7 @@ const Horizontal = props => jsxRuntime.jsx("div", _objectSpread(_objectSpread({
74
74
  var Horizontal$1 = Horizontal;
75
75
 
76
76
  // NOTE: This string will be replaced on build time with the package version.
77
- var version = "20.3.0";
77
+ var version = "20.3.1";
78
78
 
79
79
  // eslint-disable-next-line import/prefer-default-export
80
80
  const Constraints = {
@@ -69,7 +69,7 @@ const Horizontal = props => jsxRuntime.jsx("div", _objectSpread(_objectSpread({
69
69
  var Horizontal$1 = Horizontal;
70
70
 
71
71
  // NOTE: This string will be replaced on build time with the package version.
72
- var version = "20.3.0";
72
+ var version = "20.3.1";
73
73
 
74
74
  // eslint-disable-next-line import/prefer-default-export
75
75
  const Constraints = {
@@ -57,7 +57,7 @@ const Horizontal = props => jsx("div", _objectSpread(_objectSpread({
57
57
  var Horizontal$1 = Horizontal;
58
58
 
59
59
  // NOTE: This string will be replaced on build time with the package version.
60
- var version = "20.3.0";
60
+ var version = "20.3.1";
61
61
 
62
62
  // eslint-disable-next-line import/prefer-default-export
63
63
  const Constraints = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/constraints",
3
3
  "description": "Constraints are container elements with a configurable constraint size, like width or height.",
4
- "version": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.3.0",
25
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/design-system": "20.3.1",
25
+ "@commercetools-uikit/utils": "20.3.1",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5"
28
28
  },