@commercetools-uikit/grid 19.13.0 → 19.15.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.
@@ -118,7 +118,7 @@ Grid.Item = GridItem;
118
118
  var Grid$1 = Grid;
119
119
 
120
120
  // NOTE: This string will be replaced on build time with the package version.
121
- var version = "19.13.0";
121
+ var version = "19.15.0";
122
122
 
123
123
  exports["default"] = Grid$1;
124
124
  exports.version = version;
@@ -82,7 +82,7 @@ Grid.Item = GridItem;
82
82
  var Grid$1 = Grid;
83
83
 
84
84
  // NOTE: This string will be replaced on build time with the package version.
85
- var version = "19.13.0";
85
+ var version = "19.15.0";
86
86
 
87
87
  exports["default"] = Grid$1;
88
88
  exports.version = version;
@@ -101,6 +101,6 @@ Grid.Item = GridItem;
101
101
  var Grid$1 = Grid;
102
102
 
103
103
  // NOTE: This string will be replaced on build time with the package version.
104
- var version = "19.13.0";
104
+ var version = "19.15.0";
105
105
 
106
106
  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": "19.13.0",
4
+ "version": "19.15.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",