@commercetools-uikit/data-table 19.17.0 → 19.17.1

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.
@@ -987,7 +987,7 @@ DataTable.displayName = 'DataTable';
987
987
  var DataTable$1 = DataTable;
988
988
 
989
989
  // NOTE: This string will be replaced on build time with the package version.
990
- var version = "19.17.0";
990
+ var version = "19.17.1";
991
991
 
992
992
  Object.defineProperty(exports, 'useRowSelection', {
993
993
  enumerable: true,
@@ -764,7 +764,7 @@ DataTable.displayName = 'DataTable';
764
764
  var DataTable$1 = DataTable;
765
765
 
766
766
  // NOTE: This string will be replaced on build time with the package version.
767
- var version = "19.17.0";
767
+ var version = "19.17.1";
768
768
 
769
769
  Object.defineProperty(exports, 'useRowSelection', {
770
770
  enumerable: true,
@@ -964,6 +964,6 @@ DataTable.displayName = 'DataTable';
964
964
  var DataTable$1 = DataTable;
965
965
 
966
966
  // NOTE: This string will be replaced on build time with the package version.
967
- var version = "19.17.0";
967
+ var version = "19.17.1";
968
968
 
969
969
  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.17.0",
4
+ "version": "19.17.1",
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.17.0",
25
- "@commercetools-uikit/data-table-manager": "19.17.0",
26
- "@commercetools-uikit/design-system": "19.17.0",
27
- "@commercetools-uikit/hooks": "19.17.0",
28
- "@commercetools-uikit/icons": "19.17.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.17.0",
30
- "@commercetools-uikit/utils": "19.17.0",
24
+ "@commercetools-uikit/accessible-button": "19.17.1",
25
+ "@commercetools-uikit/data-table-manager": "19.17.1",
26
+ "@commercetools-uikit/design-system": "19.17.1",
27
+ "@commercetools-uikit/hooks": "19.17.1",
28
+ "@commercetools-uikit/icons": "19.17.1",
29
+ "@commercetools-uikit/secondary-icon-button": "19.17.1",
30
+ "@commercetools-uikit/utils": "19.17.1",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",