@commercetools-uikit/hooks 16.6.1 → 16.7.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.
@@ -359,7 +359,7 @@ const useDataTableSortingState = function () {
359
359
  var useDataTableSortingState$1 = useDataTableSortingState;
360
360
 
361
361
  // NOTE: This string will be replaced on build time with the package version.
362
- var version = "16.6.1";
362
+ var version = "16.7.1";
363
363
 
364
364
  exports.useDataTableSortingState = useDataTableSortingState$1;
365
365
  exports.useFieldId = useFieldId$1;
@@ -359,7 +359,7 @@ const useDataTableSortingState = function () {
359
359
  var useDataTableSortingState$1 = useDataTableSortingState;
360
360
 
361
361
  // NOTE: This string will be replaced on build time with the package version.
362
- var version = "16.6.1";
362
+ var version = "16.7.1";
363
363
 
364
364
  exports.useDataTableSortingState = useDataTableSortingState$1;
365
365
  exports.useFieldId = useFieldId$1;
@@ -335,6 +335,6 @@ const useDataTableSortingState = function () {
335
335
  var useDataTableSortingState$1 = useDataTableSortingState;
336
336
 
337
337
  // NOTE: This string will be replaced on build time with the package version.
338
- var version = "16.6.1";
338
+ var version = "16.7.1";
339
339
 
340
340
  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": "16.6.1",
4
+ "version": "16.7.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/utils": "16.6.1",
27
+ "@commercetools-uikit/utils": "16.7.1",
28
28
  "@types/raf-schd": "^4.0.1",
29
29
  "lodash": "4.17.21",
30
30
  "raf-schd": "^4.0.3"