@commercetools-uikit/grid 19.22.2 → 19.22.3

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.
@@ -123,7 +123,7 @@ Grid.Item = GridItem;
123
123
  var Grid$1 = Grid;
124
124
 
125
125
  // NOTE: This string will be replaced on build time with the package version.
126
- var version = "19.22.2";
126
+ var version = "19.22.3";
127
127
 
128
128
  exports["default"] = Grid$1;
129
129
  exports.version = version;
@@ -87,7 +87,7 @@ Grid.Item = GridItem;
87
87
  var Grid$1 = Grid;
88
88
 
89
89
  // NOTE: This string will be replaced on build time with the package version.
90
- var version = "19.22.2";
90
+ var version = "19.22.3";
91
91
 
92
92
  exports["default"] = Grid$1;
93
93
  exports.version = version;
@@ -106,6 +106,6 @@ Grid.Item = GridItem;
106
106
  var Grid$1 = Grid;
107
107
 
108
108
  // NOTE: This string will be replaced on build time with the package version.
109
- var version = "19.22.2";
109
+ var version = "19.22.3";
110
110
 
111
111
  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.22.2",
4
+ "version": "19.22.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",