From ea1465524923a283ee49cd8a6cc8df7fdca4e1ae Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 22 Mar 2024 01:03:59 +0000 Subject: [PATCH] release: v8.15.0 --- examples/qwik/basic/package.json | 2 +- examples/qwik/filters/package.json | 2 +- examples/qwik/row-selection/package.json | 2 +- examples/qwik/sorting/package.json | 2 +- examples/react/basic/package.json | 2 +- examples/react/bootstrap/package.json | 2 +- examples/react/column-dnd/package.json | 2 +- examples/react/column-groups/package.json | 2 +- examples/react/column-ordering/package.json | 2 +- .../react/column-pinning-sticky/package.json | 2 +- examples/react/column-pinning/package.json | 2 +- .../column-resizing-performant/package.json | 2 +- examples/react/column-sizing/package.json | 2 +- examples/react/column-visibility/package.json | 2 +- examples/react/custom-features/package.json | 2 +- examples/react/editable-data/package.json | 2 +- examples/react/expanding/package.json | 2 +- examples/react/filters/package.json | 2 +- .../full-width-resizable-table/package.json | 2 +- examples/react/full-width-table/package.json | 2 +- examples/react/fully-controlled/package.json | 2 +- examples/react/grouping/package.json | 2 +- examples/react/kitchen-sink/package.json | 2 +- .../react/material-ui-pagination/package.json | 2 +- .../react/pagination-controlled/package.json | 2 +- examples/react/pagination/package.json | 2 +- examples/react/row-dnd/package.json | 2 +- examples/react/row-pinning/package.json | 2 +- examples/react/row-selection/package.json | 2 +- examples/react/sorting/package.json | 2 +- examples/react/sub-components/package.json | 2 +- .../react/virtualized-columns/package.json | 2 +- .../package.json | 2 +- examples/react/virtualized-rows/package.json | 2 +- examples/solid/basic/package.json | 2 +- examples/solid/bootstrap/package.json | 2 +- examples/solid/column-groups/package.json | 2 +- examples/solid/column-ordering/package.json | 2 +- examples/solid/column-visibility/package.json | 2 +- examples/solid/filters/package.json | 2 +- examples/solid/sorting/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/column-ordering/package.json | 2 +- examples/vue/column-pinning/package.json | 2 +- .../vue/pagination-controlled/package.json | 2 +- examples/vue/pagination/package.json | 2 +- examples/vue/row-selection/package.json | 2 +- examples/vue/sorting/package.json | 2 +- packages/qwik-table/package.json | 2 +- packages/react-table-devtools/package.json | 2 +- packages/react-table/package.json | 2 +- packages/solid-table/package.json | 2 +- packages/vue-table/package.json | 2 +- pnpm-lock.yaml | 96 +++++++++---------- 54 files changed, 101 insertions(+), 101 deletions(-) diff --git a/examples/qwik/basic/package.json b/examples/qwik/basic/package.json index a30793271f..53a29afd28 100644 --- a/examples/qwik/basic/package.json +++ b/examples/qwik/basic/package.json @@ -15,6 +15,6 @@ "vite": "^5.2.2" }, "dependencies": { - "@tanstack/qwik-table": "^8.14.0" + "@tanstack/qwik-table": "^8.15.0" } } diff --git a/examples/qwik/filters/package.json b/examples/qwik/filters/package.json index 801a057849..e2b6f6fab4 100644 --- a/examples/qwik/filters/package.json +++ b/examples/qwik/filters/package.json @@ -15,7 +15,7 @@ "vite": "^5.2.2" }, "dependencies": { - "@tanstack/qwik-table": "^8.14.0", + "@tanstack/qwik-table": "^8.15.0", "@tanstack/match-sorter-utils": "^8.11.8" } } diff --git a/examples/qwik/row-selection/package.json b/examples/qwik/row-selection/package.json index fd4bf6463b..e0fbe47c83 100644 --- a/examples/qwik/row-selection/package.json +++ b/examples/qwik/row-selection/package.json @@ -15,6 +15,6 @@ "vite": "^5.2.2" }, "dependencies": { - "@tanstack/qwik-table": "^8.14.0" + "@tanstack/qwik-table": "^8.15.0" } } diff --git a/examples/qwik/sorting/package.json b/examples/qwik/sorting/package.json index ed1fc03fa3..72e0146433 100644 --- a/examples/qwik/sorting/package.json +++ b/examples/qwik/sorting/package.json @@ -15,6 +15,6 @@ "vite": "^5.2.2" }, "dependencies": { - "@tanstack/qwik-table": "^8.14.0" + "@tanstack/qwik-table": "^8.15.0" } } diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 9dbe69397a..5b1f6c1f4d 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/bootstrap/package.json b/examples/react/bootstrap/package.json index c67c615ad6..8320648d0c 100644 --- a/examples/react/bootstrap/package.json +++ b/examples/react/bootstrap/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "bootstrap": "^5.3.3", "react": "^18.2.0", "react-bootstrap": "2.10.2", diff --git a/examples/react/column-dnd/package.json b/examples/react/column-dnd/package.json index 9d2ba29aa3..f7f9b47006 100644 --- a/examples/react/column-dnd/package.json +++ b/examples/react/column-dnd/package.json @@ -14,7 +14,7 @@ "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-groups/package.json b/examples/react/column-groups/package.json index 636b7b0af6..c78227a169 100644 --- a/examples/react/column-groups/package.json +++ b/examples/react/column-groups/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-ordering/package.json b/examples/react/column-ordering/package.json index 076cbdf713..d61f53fa36 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-pinning-sticky/package.json b/examples/react/column-pinning-sticky/package.json index 80c39aafb8..c8ab92502b 100644 --- a/examples/react/column-pinning-sticky/package.json +++ b/examples/react/column-pinning-sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-pinning/package.json b/examples/react/column-pinning/package.json index 3e3138b9ce..b2bae829a5 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-resizing-performant/package.json b/examples/react/column-resizing-performant/package.json index dd05595fe0..d2e53f54bb 100644 --- a/examples/react/column-resizing-performant/package.json +++ b/examples/react/column-resizing-performant/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-sizing/package.json b/examples/react/column-sizing/package.json index a835192fce..ead3135ec5 100644 --- a/examples/react/column-sizing/package.json +++ b/examples/react/column-sizing/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/column-visibility/package.json b/examples/react/column-visibility/package.json index ecc32a2343..79871f34f5 100644 --- a/examples/react/column-visibility/package.json +++ b/examples/react/column-visibility/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/custom-features/package.json b/examples/react/custom-features/package.json index 9e79a4058a..ffb02c1b1a 100644 --- a/examples/react/custom-features/package.json +++ b/examples/react/custom-features/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/editable-data/package.json b/examples/react/editable-data/package.json index 782b7bbcc3..2309d4a82e 100644 --- a/examples/react/editable-data/package.json +++ b/examples/react/editable-data/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 9bd1d6a85f..2ecea17c1e 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 0936c76e8e..eb9d0eaab6 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/match-sorter-utils": "^8.11.8", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/full-width-resizable-table/package.json b/examples/react/full-width-resizable-table/package.json index 76711ab609..69745099fd 100755 --- a/examples/react/full-width-resizable-table/package.json +++ b/examples/react/full-width-resizable-table/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/full-width-table/package.json b/examples/react/full-width-table/package.json index 649ec2d8b7..d642ce40bb 100755 --- a/examples/react/full-width-table/package.json +++ b/examples/react/full-width-table/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/fully-controlled/package.json b/examples/react/fully-controlled/package.json index 845e3e4292..42ddd24c4d 100644 --- a/examples/react/fully-controlled/package.json +++ b/examples/react/fully-controlled/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index f3320facc0..b70ede7366 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index d2508c847b..6ff8ae602e 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@tanstack/match-sorter-utils": "^8.11.8", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/material-ui-pagination/package.json b/examples/react/material-ui-pagination/package.json index 49342d7d4f..c4cc3b0483 100644 --- a/examples/react/material-ui-pagination/package.json +++ b/examples/react/material-ui-pagination/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.14", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/pagination-controlled/package.json b/examples/react/pagination-controlled/package.json index 5712e21ddc..bdb4de5e28 100644 --- a/examples/react/pagination-controlled/package.json +++ b/examples/react/pagination-controlled/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/react-query": "^5.28.4", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 44622dfb3c..974c422cb5 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/row-dnd/package.json b/examples/react/row-dnd/package.json index 473a258e26..11d0fa3806 100644 --- a/examples/react/row-dnd/package.json +++ b/examples/react/row-dnd/package.json @@ -14,7 +14,7 @@ "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/row-pinning/package.json b/examples/react/row-pinning/package.json index fa3632a189..790911b355 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index 446b428391..2194a44df9 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index c02e432c42..a7dfedf135 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/sub-components/package.json b/examples/react/sub-components/package.json index 97b497d162..ec78edf411 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/virtualized-columns/package.json b/examples/react/virtualized-columns/package.json index a29a837abf..74c2c2806b 100644 --- a/examples/react/virtualized-columns/package.json +++ b/examples/react/virtualized-columns/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "@tanstack/react-virtual": "^3.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/virtualized-infinite-scrolling/package.json b/examples/react/virtualized-infinite-scrolling/package.json index d565fcaa58..b3cd2e006a 100644 --- a/examples/react/virtualized-infinite-scrolling/package.json +++ b/examples/react/virtualized-infinite-scrolling/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/react-query": "^5.28.4", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "@tanstack/react-virtual": "^3.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/virtualized-rows/package.json b/examples/react/virtualized-rows/package.json index 6740b0f70a..8ebe856e5c 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.14.0", + "@tanstack/react-table": "^8.15.0", "@tanstack/react-virtual": "^3.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 00edfd01d0..3e83e6807f 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/solid/bootstrap/package.json b/examples/solid/bootstrap/package.json index 6e357b6cef..3ab3c37637 100644 --- a/examples/solid/bootstrap/package.json +++ b/examples/solid/bootstrap/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "bootstrap": "^5.3.3", "solid-bootstrap": "^1.0.19", "solid-js": "^1.8.16" diff --git a/examples/solid/column-groups/package.json b/examples/solid/column-groups/package.json index 24a0af42b6..6eb3cfcb5b 100644 --- a/examples/solid/column-groups/package.json +++ b/examples/solid/column-groups/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 61bd5a3f75..48ede66b2f 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index 61ed03c187..fedf23cc3f 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index 23a8126dfd..45746abedb 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@solid-primitives/scheduled": "^1.4.3", - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index 1869d71498..8d0d89af13 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.10.2" }, "dependencies": { - "@tanstack/solid-table": "^8.14.0", + "@tanstack/solid-table": "^8.15.0", "solid-js": "^1.8.16" } } diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index e7e2f93eab..aa2e03b998 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "vue": "^3.4.21", - "@tanstack/vue-table": "^8.14.0" + "@tanstack/vue-table": "^8.15.0" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index bf4dd0fa27..db4c7e467d 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -9,7 +9,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.21", - "@tanstack/vue-table": "^8.14.0" + "@tanstack/vue-table": "^8.15.0" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index ef8cf76ce7..f0bfdf649c 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^8.14.0", + "@tanstack/vue-table": "^8.15.0", "vue": "^3.4.21" }, "devDependencies": { diff --git a/examples/vue/pagination-controlled/package.json b/examples/vue/pagination-controlled/package.json index 0fa3250f3c..9ca9771c23 100644 --- a/examples/vue/pagination-controlled/package.json +++ b/examples/vue/pagination-controlled/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.21", - "@tanstack/vue-table": "^8.14.0" + "@tanstack/vue-table": "^8.15.0" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index f4df30b33d..ba5158e4b9 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -11,7 +11,7 @@ "dependencies": { "vue": "^3.4.21", "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^8.14.0" + "@tanstack/vue-table": "^8.15.0" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index 8202bd7e64..38f961133f 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-table": "^8.14.0", + "@tanstack/vue-table": "^8.15.0", "vue": "^3.4.21" }, "devDependencies": { diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index 6157c3edc5..e44d2ba8de 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "vue": "^3.4.21", - "@tanstack/vue-table": "^8.14.0" + "@tanstack/vue-table": "^8.15.0" }, "devDependencies": { "@types/node": "^20.11.30", diff --git a/packages/qwik-table/package.json b/packages/qwik-table/package.json index 9eb4c2c1f4..15a7108e5d 100644 --- a/packages/qwik-table/package.json +++ b/packages/qwik-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/qwik-table", - "version": "8.14.0", + "version": "8.15.0", "description": "Headless UI for building powerful tables & datagrids for Qwik.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index 6732b02fcf..10eca19897 100644 --- a/packages/react-table-devtools/package.json +++ b/packages/react-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table-devtools", - "version": "8.14.0", + "version": "8.15.0", "description": "Devtools for React Table", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table/package.json b/packages/react-table/package.json index ab584407bd..6ac1c23fd8 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "8.14.0", + "version": "8.15.0", "description": "Headless UI for building powerful tables & datagrids for React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index 7bd011e81a..221ebc6ad6 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "8.14.0", + "version": "8.15.0", "description": "Headless UI for building powerful tables & datagrids for Solid.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index c2a300ed0c..3a4d4190cf 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "8.14.0", + "version": "8.15.0", "description": "Headless UI for building powerful tables & datagrids for Vue.", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71806caa1d..817b128254 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,7 +120,7 @@ importers: examples/qwik/basic: dependencies: '@tanstack/qwik-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -142,7 +142,7 @@ importers: specifier: ^8.11.8 version: link:../../../packages/match-sorter-utils '@tanstack/qwik-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -161,7 +161,7 @@ importers: examples/qwik/row-selection: dependencies: '@tanstack/qwik-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -180,7 +180,7 @@ importers: examples/qwik/sorting: dependencies: '@tanstack/qwik-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/qwik-table devDependencies: '@builder.io/qwik': @@ -199,7 +199,7 @@ importers: examples/react/basic: dependencies: '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -227,7 +227,7 @@ importers: examples/react/bootstrap: dependencies: '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table bootstrap: specifier: ^5.3.3 @@ -285,7 +285,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -313,7 +313,7 @@ importers: examples/react/column-groups: dependencies: '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -344,7 +344,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -375,7 +375,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -406,7 +406,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -437,7 +437,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -465,7 +465,7 @@ importers: examples/react/column-sizing: dependencies: '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -493,7 +493,7 @@ importers: examples/react/column-visibility: dependencies: '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -524,7 +524,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -555,7 +555,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -586,7 +586,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -620,7 +620,7 @@ importers: specifier: ^8.11.8 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -651,7 +651,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -682,7 +682,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -713,7 +713,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -744,7 +744,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -781,7 +781,7 @@ importers: specifier: ^8.11.8 version: link:../../../packages/match-sorter-utils '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -830,7 +830,7 @@ importers: specifier: ^5.15.14 version: 5.15.14(@emotion/react@11.11.4)(@emotion/styled@11.11.0)(@types/react@18.2.67)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -864,7 +864,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -898,7 +898,7 @@ importers: specifier: ^5.28.4 version: 5.28.4(react@18.2.0) '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -941,7 +941,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -972,7 +972,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -1003,7 +1003,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -1034,7 +1034,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -1065,7 +1065,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table react: specifier: ^18.2.0 @@ -1096,7 +1096,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.2.0 @@ -1133,7 +1133,7 @@ importers: specifier: ^5.28.4 version: 5.28.4(react@18.2.0) '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.2.0 @@ -1167,7 +1167,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/react-table '@tanstack/react-virtual': specifier: ^3.2.0 @@ -1198,7 +1198,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1217,7 +1217,7 @@ importers: examples/solid/bootstrap: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table bootstrap: specifier: ^5.3.3 @@ -1245,7 +1245,7 @@ importers: examples/solid/column-groups: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1264,7 +1264,7 @@ importers: examples/solid/column-ordering: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1286,7 +1286,7 @@ importers: examples/solid/column-visibility: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1308,7 +1308,7 @@ importers: specifier: ^1.4.3 version: 1.4.3(solid-js@1.8.16) '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1330,7 +1330,7 @@ importers: examples/solid/sorting: dependencies: '@tanstack/solid-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/solid-table solid-js: specifier: ^1.8.16 @@ -1556,7 +1556,7 @@ importers: examples/vue/basic: dependencies: '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1584,7 +1584,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1612,7 +1612,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1640,7 +1640,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1668,7 +1668,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1696,7 +1696,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21 @@ -1727,7 +1727,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-table': - specifier: ^8.14.0 + specifier: ^8.15.0 version: link:../../../packages/vue-table vue: specifier: ^3.4.21