@commercetools-uikit/grid 15.15.1 → 16.0.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.
@@ -125,7 +125,7 @@ Grid.Item = GridItem;
125
125
  var Grid$1 = Grid;
126
126
 
127
127
  // NOTE: This string will be replaced on build time with the package version.
128
- var version = "15.15.1";
128
+ var version = "16.0.0";
129
129
 
130
130
  exports["default"] = Grid$1;
131
131
  exports.version = version;
@@ -89,7 +89,7 @@ Grid.Item = GridItem;
89
89
  var Grid$1 = Grid;
90
90
 
91
91
  // NOTE: This string will be replaced on build time with the package version.
92
- var version = "15.15.1";
92
+ var version = "16.0.0";
93
93
 
94
94
  exports["default"] = Grid$1;
95
95
  exports.version = version;
@@ -108,6 +108,6 @@ Grid.Item = GridItem;
108
108
  var Grid$1 = Grid;
109
109
 
110
110
  // NOTE: This string will be replaced on build time with the package version.
111
- var version = "15.15.1";
111
+ var version = "16.0.0";
112
112
 
113
113
  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": "15.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",