@commercetools-uikit/hooks 19.22.3 → 19.22.4

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.
@@ -356,7 +356,7 @@ const useDataTableSortingState = function () {
356
356
  var useDataTableSortingState$1 = useDataTableSortingState;
357
357
 
358
358
  // NOTE: This string will be replaced on build time with the package version.
359
- var version = "19.22.3";
359
+ var version = "19.22.4";
360
360
 
361
361
  exports.useDataTableSortingState = useDataTableSortingState$1;
362
362
  exports.useFieldId = useFieldId$1;
@@ -356,7 +356,7 @@ const useDataTableSortingState = function () {
356
356
  var useDataTableSortingState$1 = useDataTableSortingState;
357
357
 
358
358
  // NOTE: This string will be replaced on build time with the package version.
359
- var version = "19.22.3";
359
+ var version = "19.22.4";
360
360
 
361
361
  exports.useDataTableSortingState = useDataTableSortingState$1;
362
362
  exports.useFieldId = useFieldId$1;
@@ -332,6 +332,6 @@ const useDataTableSortingState = function () {
332
332
  var useDataTableSortingState$1 = useDataTableSortingState;
333
333
 
334
334
  // NOTE: This string will be replaced on build time with the package version.
335
- var version = "19.22.3";
335
+ var version = "19.22.4";
336
336
 
337
337
  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": "19.22.3",
4
+ "version": "19.22.4",
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": "19.22.3",
27
+ "@commercetools-uikit/utils": "19.22.4",
28
28
  "@types/raf-schd": "^4.0.1",
29
29
  "lodash": "4.17.21",
30
30
  "raf-schd": "^4.0.3"