@commercetools-uikit/data-table 16.1.1 → 16.2.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.
@@ -909,7 +909,7 @@ DataTable.displayName = 'DataTable';
909
909
  var DataTable$1 = DataTable;
910
910
 
911
911
  // NOTE: This string will be replaced on build time with the package version.
912
- var version = "16.1.1";
912
+ var version = "16.2.1";
913
913
 
914
914
  Object.defineProperty(exports, 'useRowSelection', {
915
915
  enumerable: true,
@@ -716,7 +716,7 @@ DataTable.displayName = 'DataTable';
716
716
  var DataTable$1 = DataTable;
717
717
 
718
718
  // NOTE: This string will be replaced on build time with the package version.
719
- var version = "16.1.1";
719
+ var version = "16.2.1";
720
720
 
721
721
  Object.defineProperty(exports, 'useRowSelection', {
722
722
  enumerable: true,
@@ -885,6 +885,6 @@ DataTable.displayName = 'DataTable';
885
885
  var DataTable$1 = DataTable;
886
886
 
887
887
  // NOTE: This string will be replaced on build time with the package version.
888
- var version = "16.1.1";
888
+ var version = "16.2.1";
889
889
 
890
890
  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": "16.1.1",
4
+ "version": "16.2.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "16.1.1",
25
- "@commercetools-uikit/design-system": "16.1.1",
26
- "@commercetools-uikit/hooks": "16.1.1",
27
- "@commercetools-uikit/icons": "16.1.1",
28
- "@commercetools-uikit/secondary-icon-button": "16.1.1",
29
- "@commercetools-uikit/utils": "16.1.1",
24
+ "@commercetools-uikit/accessible-button": "16.2.1",
25
+ "@commercetools-uikit/design-system": "16.2.1",
26
+ "@commercetools-uikit/hooks": "16.2.1",
27
+ "@commercetools-uikit/icons": "16.2.1",
28
+ "@commercetools-uikit/secondary-icon-button": "16.2.1",
29
+ "@commercetools-uikit/utils": "16.2.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",