@commercetools-uikit/hooks 15.2.1 → 15.2.2
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.
|
@@ -353,7 +353,7 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
353
353
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
354
354
|
|
|
355
355
|
// NOTE: This string will be replaced on build time with the package version.
|
|
356
|
-
var version = "15.2.
|
|
356
|
+
var version = "15.2.2";
|
|
357
357
|
|
|
358
358
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
359
359
|
exports.useFieldId = useFieldId$1;
|
|
@@ -353,7 +353,7 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
353
353
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
354
354
|
|
|
355
355
|
// NOTE: This string will be replaced on build time with the package version.
|
|
356
|
-
var version = "15.2.
|
|
356
|
+
var version = "15.2.2";
|
|
357
357
|
|
|
358
358
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
359
359
|
exports.useFieldId = useFieldId$1;
|
|
@@ -333,6 +333,6 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
333
333
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
334
334
|
|
|
335
335
|
// NOTE: This string will be replaced on build time with the package version.
|
|
336
|
-
var version = "15.2.
|
|
336
|
+
var version = "15.2.2";
|
|
337
337
|
|
|
338
338
|
export { useDataTableSortingState$1 as useDataTableSortingState, useFieldId$1 as useFieldId, 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.2.
|
|
4
|
+
"version": "15.2.2",
|
|
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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
25
25
|
"lodash": "4.17.21"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|