@commercetools-uikit/data-table 20.2.1 → 20.2.2

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.
@@ -917,7 +917,7 @@ DataTable.displayName = 'DataTable';
917
917
  var DataTable$1 = DataTable;
918
918
 
919
919
  // NOTE: This string will be replaced on build time with the package version.
920
- var version = "20.2.1";
920
+ var version = "20.2.2";
921
921
 
922
922
  Object.defineProperty(exports, 'useRowSelection', {
923
923
  enumerable: true,
@@ -792,7 +792,7 @@ DataTable.displayName = 'DataTable';
792
792
  var DataTable$1 = DataTable;
793
793
 
794
794
  // NOTE: This string will be replaced on build time with the package version.
795
- var version = "20.2.1";
795
+ var version = "20.2.2";
796
796
 
797
797
  Object.defineProperty(exports, 'useRowSelection', {
798
798
  enumerable: true,
@@ -895,6 +895,6 @@ DataTable.displayName = 'DataTable';
895
895
  var DataTable$1 = DataTable;
896
896
 
897
897
  // NOTE: This string will be replaced on build time with the package version.
898
- var version = "20.2.1";
898
+ var version = "20.2.2";
899
899
 
900
900
  export { DataTable$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table",
3
3
  "description": "A component for rendering tabular data.",
4
- "version": "20.2.1",
4
+ "version": "20.2.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.2.1",
25
- "@commercetools-uikit/data-table-manager": "20.2.1",
26
- "@commercetools-uikit/design-system": "20.2.1",
27
- "@commercetools-uikit/hooks": "20.2.1",
28
- "@commercetools-uikit/icons": "20.2.1",
29
- "@commercetools-uikit/secondary-icon-button": "20.2.1",
30
- "@commercetools-uikit/utils": "20.2.1",
24
+ "@commercetools-uikit/accessible-button": "20.2.2",
25
+ "@commercetools-uikit/data-table-manager": "20.2.2",
26
+ "@commercetools-uikit/design-system": "20.2.2",
27
+ "@commercetools-uikit/hooks": "20.2.2",
28
+ "@commercetools-uikit/icons": "20.2.2",
29
+ "@commercetools-uikit/secondary-icon-button": "20.2.2",
30
+ "@commercetools-uikit/utils": "20.2.2",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",