@commercetools-uikit/data-table 19.10.0 → 19.11.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.
@@ -982,7 +982,7 @@ DataTable.displayName = 'DataTable';
982
982
  var DataTable$1 = DataTable;
983
983
 
984
984
  // NOTE: This string will be replaced on build time with the package version.
985
- var version = "19.10.0";
985
+ var version = "19.11.0";
986
986
 
987
987
  Object.defineProperty(exports, 'useRowSelection', {
988
988
  enumerable: true,
@@ -759,7 +759,7 @@ DataTable.displayName = 'DataTable';
759
759
  var DataTable$1 = DataTable;
760
760
 
761
761
  // NOTE: This string will be replaced on build time with the package version.
762
- var version = "19.10.0";
762
+ var version = "19.11.0";
763
763
 
764
764
  Object.defineProperty(exports, 'useRowSelection', {
765
765
  enumerable: true,
@@ -958,6 +958,6 @@ DataTable.displayName = 'DataTable';
958
958
  var DataTable$1 = DataTable;
959
959
 
960
960
  // NOTE: This string will be replaced on build time with the package version.
961
- var version = "19.10.0";
961
+ var version = "19.11.0";
962
962
 
963
963
  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": "19.10.0",
4
+ "version": "19.11.0",
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": "19.10.0",
25
- "@commercetools-uikit/data-table-manager": "19.10.0",
26
- "@commercetools-uikit/design-system": "19.10.0",
27
- "@commercetools-uikit/hooks": "19.10.0",
28
- "@commercetools-uikit/icons": "19.10.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.10.0",
30
- "@commercetools-uikit/utils": "19.10.0",
24
+ "@commercetools-uikit/accessible-button": "19.11.0",
25
+ "@commercetools-uikit/data-table-manager": "19.11.0",
26
+ "@commercetools-uikit/design-system": "19.11.0",
27
+ "@commercetools-uikit/hooks": "19.11.0",
28
+ "@commercetools-uikit/icons": "19.11.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.11.0",
30
+ "@commercetools-uikit/utils": "19.11.0",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",