@commercetools-uikit/grid 20.3.1 → 20.5.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.
@@ -86,7 +86,7 @@ Grid.Item = GridItem;
86
86
  var Grid$1 = Grid;
87
87
 
88
88
  // NOTE: This string will be replaced on build time with the package version.
89
- var version = "20.3.1";
89
+ var version = "20.5.0";
90
90
 
91
91
  exports["default"] = Grid$1;
92
92
  exports.version = version;
@@ -83,7 +83,7 @@ Grid.Item = GridItem;
83
83
  var Grid$1 = Grid;
84
84
 
85
85
  // NOTE: This string will be replaced on build time with the package version.
86
- var version = "20.3.1";
86
+ var version = "20.5.0";
87
87
 
88
88
  exports["default"] = Grid$1;
89
89
  exports.version = version;
@@ -70,6 +70,6 @@ Grid.Item = GridItem;
70
70
  var Grid$1 = Grid;
71
71
 
72
72
  // NOTE: This string will be replaced on build time with the package version.
73
- var version = "20.3.1";
73
+ var version = "20.5.0";
74
74
 
75
75
  export { Grid$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/grid",
3
3
  "description": "The Grid component can be used to implement layouts using CSS-Grid.",
4
- "version": "20.3.1",
4
+ "version": "20.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",