@commercetools-uikit/data-table 19.7.0 → 19.9.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.
@@ -956,7 +956,7 @@ DataTable.displayName = 'DataTable';
956
956
  var DataTable$1 = DataTable;
957
957
 
958
958
  // NOTE: This string will be replaced on build time with the package version.
959
- var version = "19.7.0";
959
+ var version = "19.9.0";
960
960
 
961
961
  Object.defineProperty(exports, 'useRowSelection', {
962
962
  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.7.0";
762
+ var version = "19.9.0";
763
763
 
764
764
  Object.defineProperty(exports, 'useRowSelection', {
765
765
  enumerable: true,
@@ -932,6 +932,6 @@ DataTable.displayName = 'DataTable';
932
932
  var DataTable$1 = DataTable;
933
933
 
934
934
  // NOTE: This string will be replaced on build time with the package version.
935
- var version = "19.7.0";
935
+ var version = "19.9.0";
936
936
 
937
937
  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.7.0",
4
+ "version": "19.9.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.7.0",
25
- "@commercetools-uikit/data-table-manager": "19.7.0",
26
- "@commercetools-uikit/design-system": "19.7.0",
27
- "@commercetools-uikit/hooks": "19.7.0",
28
- "@commercetools-uikit/icons": "19.7.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.7.0",
30
- "@commercetools-uikit/utils": "19.7.0",
24
+ "@commercetools-uikit/accessible-button": "19.9.0",
25
+ "@commercetools-uikit/data-table-manager": "19.9.0",
26
+ "@commercetools-uikit/design-system": "19.9.0",
27
+ "@commercetools-uikit/hooks": "19.9.0",
28
+ "@commercetools-uikit/icons": "19.9.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.9.0",
30
+ "@commercetools-uikit/utils": "19.9.0",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",