@commercetools-uikit/hooks 15.15.1 → 16.0.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.
@@ -434,7 +434,7 @@ const useDataTableSortingState = function () {
434
434
  var useDataTableSortingState$1 = useDataTableSortingState;
435
435
 
436
436
  // NOTE: This string will be replaced on build time with the package version.
437
- var version = "15.15.1";
437
+ var version = "16.0.0";
438
438
 
439
439
  exports.useDataTableSortingState = useDataTableSortingState$1;
440
440
  exports.useFieldId = useFieldId$1;
@@ -434,7 +434,7 @@ const useDataTableSortingState = function () {
434
434
  var useDataTableSortingState$1 = useDataTableSortingState;
435
435
 
436
436
  // NOTE: This string will be replaced on build time with the package version.
437
- var version = "15.15.1";
437
+ var version = "16.0.0";
438
438
 
439
439
  exports.useDataTableSortingState = useDataTableSortingState$1;
440
440
  exports.useFieldId = useFieldId$1;
@@ -410,6 +410,6 @@ const useDataTableSortingState = function () {
410
410
  var useDataTableSortingState$1 = useDataTableSortingState;
411
411
 
412
412
  // NOTE: This string will be replaced on build time with the package version.
413
- var version = "15.15.1";
413
+ var version = "16.0.0";
414
414
 
415
415
  export { useDataTableSortingState$1 as useDataTableSortingState, useFieldId$1 as useFieldId, useMutationObserver, usePaginationState$1 as usePaginationState, usePrevious$1 as usePrevious, useRowSelection$1 as useRowSelection, useSorting$1 as useSorting, useToggleState$1 as useToggleState, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/hooks",
3
3
  "description": "A collection of React hooks used across some of the UI-Kit components.",
4
- "version": "15.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/utils": "16.0.0",
25
25
  "@types/raf-schd": "^4.0.1",
26
26
  "lodash": "4.17.21",
27
27
  "raf-schd": "^4.0.3"