From e4ddee60d3d49c5f313dad89a834c63a315dc1a0 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 7 Oct 2023 22:39:50 +0000 Subject: [PATCH] release: v8.10.6 --- 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 +- examples/react/column-pinning/package.json | 2 +- examples/react/column-sizing/package.json | 2 +- examples/react/column-visibility/package.json | 2 +- examples/react/editable-data/package.json | 2 +- examples/react/expanding/package.json | 2 +- examples/react/filters/package.json | 2 +- examples/react/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 +- examples/react/material-ui-pagination/package.json | 2 +- examples/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 +- examples/react/virtualized-infinite-scrolling/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/sorting/package.json | 2 +- examples/svelte/basic/package.json | 2 +- examples/svelte/column-groups/package.json | 2 +- examples/svelte/column-ordering/package.json | 2 +- examples/svelte/column-pinning/package.json | 2 +- examples/svelte/column-visibility/package.json | 2 +- examples/svelte/sorting/package.json | 2 +- examples/vue/basic/package.json | 2 +- examples/vue/column-ordering/package.json | 2 +- examples/vue/column-pinning/package.json | 2 +- examples/vue/pagination-controlled/package.json | 2 +- examples/vue/pagination/package.json | 2 +- examples/vue/sorting/package.json | 2 +- packages/react-table/package.json | 4 ++-- packages/solid-table/package.json | 4 ++-- packages/svelte-table/package.json | 4 ++-- packages/table-core/package.json | 2 +- packages/vue-table/package.json | 4 ++-- 49 files changed, 53 insertions(+), 53 deletions(-) diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 916232e191..5f6d1db749 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/bootstrap/package.json b/examples/react/bootstrap/package.json index 567e407f97..7244feb2af 100644 --- a/examples/react/bootstrap/package.json +++ b/examples/react/bootstrap/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "bootstrap": "^5.2.3", "react": "^18.2.0", "react-bootstrap": "2.6.0", diff --git a/examples/react/column-dnd/package.json b/examples/react/column-dnd/package.json index bd9a4d64b9..b5a5fa12a2 100644 --- a/examples/react/column-dnd/package.json +++ b/examples/react/column-dnd/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", diff --git a/examples/react/column-groups/package.json b/examples/react/column-groups/package.json index 5bc606474c..2313ce83c3 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.10.5", + "@tanstack/react-table": "8.10.6", "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 cbb7b79d4a..980a55273f 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 672110fbb5..7f96ce8349 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 9e15e2ab0f..ccb07c3862 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.10.5", + "@tanstack/react-table": "8.10.6", "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 ef7676b396..e6367b53bf 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.10.5", + "@tanstack/react-table": "8.10.6", "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 1f4f7c8cf3..9a4787445b 100644 --- a/examples/react/editable-data/package.json +++ b/examples/react/editable-data/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 2804885293..e64bd9dc82 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 804950964e..fba180ee53 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.0.2", "@tanstack/match-sorter-utils": "8.7.6", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 28a19e580f..3e1f8f562a 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.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 a7dcabbc7c..467dedf229 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.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 ebbaecd5cf..e1c31ecc6d 100644 --- a/examples/react/fully-controlled/package.json +++ b/examples/react/fully-controlled/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index 587714e0be..60efe75e97 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 3d70e8ba6c..b581c69e7c 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@tanstack/match-sorter-utils": "8.7.6", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "react": "^18.2.0", diff --git a/examples/react/material-ui-pagination/package.json b/examples/react/material-ui-pagination/package.json index 45732612ac..bf38775927 100644 --- a/examples/react/material-ui-pagination/package.json +++ b/examples/react/material-ui-pagination/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.9.3", "@mui/icons-material": "^5.8.4", "@mui/material": "^5.8.6", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 3bbf954bba..05cb22f27a 100644 --- a/examples/react/pagination-controlled/package.json +++ b/examples/react/pagination-controlled/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-query": "^3.39.0" diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index f76620154a..a58b648bad 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 bd1618f258..99b4475265 100644 --- a/examples/react/row-dnd/package.json +++ b/examples/react/row-dnd/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", diff --git a/examples/react/row-pinning/package.json b/examples/react/row-pinning/package.json index 9688c422c2..38d0916e4f 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 036de5cf09..2a96ef7bd0 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index d834f97055..589a4b7827 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 60c4f672b8..f9317f0721 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "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 dda2785a93..0be6265d2a 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.0.2", "@tanstack/react-query": "4.16.1", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-virtual": "^2.10.4" diff --git a/examples/react/virtualized-rows/package.json b/examples/react/virtualized-rows/package.json index fb1a8913c1..f2d1a945c1 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/react-table": "8.10.5", + "@tanstack/react-table": "8.10.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-virtual": "^2.10.4" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index fb4a3cfb6a..7b271973e6 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.2.6" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "solid-js": "^1.6.2" } } diff --git a/examples/solid/bootstrap/package.json b/examples/solid/bootstrap/package.json index 8d444cce96..2da5af7f35 100644 --- a/examples/solid/bootstrap/package.json +++ b/examples/solid/bootstrap/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.4.0" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "bootstrap": "^5.2.2", "solid-bootstrap": "^1.0.8", "solid-js": "^1.6.2" diff --git a/examples/solid/column-groups/package.json b/examples/solid/column-groups/package.json index 7638793d26..3f586a3e81 100644 --- a/examples/solid/column-groups/package.json +++ b/examples/solid/column-groups/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.2.6" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "solid-js": "^1.6.2" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index b0bf1566fe..d2296dfc54 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.2.6" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "solid-js": "^1.6.2" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index b9d9f3616a..3b4d22c598 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.2.6" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "solid-js": "^1.6.2" } } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index 18937e8a3e..b3d3f5f282 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.2.6" }, "dependencies": { - "@tanstack/solid-table": "8.10.5", + "@tanstack/solid-table": "8.10.6", "solid-js": "^1.6.2" } } diff --git a/examples/svelte/basic/package.json b/examples/svelte/basic/package.json index c4b6e44a4e..454b18f9de 100644 --- a/examples/svelte/basic/package.json +++ b/examples/svelte/basic/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/svelte/column-groups/package.json b/examples/svelte/column-groups/package.json index 8613754799..4b119eb70b 100644 --- a/examples/svelte/column-groups/package.json +++ b/examples/svelte/column-groups/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/svelte/column-ordering/package.json b/examples/svelte/column-ordering/package.json index 90999f2250..32e6201565 100644 --- a/examples/svelte/column-ordering/package.json +++ b/examples/svelte/column-ordering/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^8.0.2", "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/svelte/column-pinning/package.json b/examples/svelte/column-pinning/package.json index 2f3b746962..21876a5faf 100644 --- a/examples/svelte/column-pinning/package.json +++ b/examples/svelte/column-pinning/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^8.0.2", "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/svelte/column-visibility/package.json b/examples/svelte/column-visibility/package.json index d7472106da..bc27503272 100644 --- a/examples/svelte/column-visibility/package.json +++ b/examples/svelte/column-visibility/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/svelte/sorting/package.json b/examples/svelte/sorting/package.json index 5a3eb08212..d02682375f 100644 --- a/examples/svelte/sorting/package.json +++ b/examples/svelte/sorting/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^8.0.2", "@rollup/plugin-replace": "^5.0.1", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", - "@tanstack/svelte-table": "8.10.5", + "@tanstack/svelte-table": "8.10.6", "@tsconfig/svelte": "^3.0.0", "svelte": "^3.44.0", "svelte-check": "^2.2.7", diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index b6da4614ec..316b3b152f 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^3.2.33", - "@tanstack/vue-table": "8.10.5" + "@tanstack/vue-table": "8.10.6" }, "devDependencies": { "@types/node": "^16.11.27", diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 74934ee006..f7b5588849 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -10,7 +10,7 @@ "dependencies": { "@faker-js/faker": "^8.0.2", "vue": "^3.2.33", - "@tanstack/vue-table": "8.10.5" + "@tanstack/vue-table": "8.10.6" }, "devDependencies": { "@types/node": "^16.11.27", diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index bc77692067..d87227cfb5 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.0.2", - "@tanstack/vue-table": "8.10.5", + "@tanstack/vue-table": "8.10.6", "vue": "^3.2.33" }, "devDependencies": { diff --git a/examples/vue/pagination-controlled/package.json b/examples/vue/pagination-controlled/package.json index 0b9005400d..0a09822e76 100644 --- a/examples/vue/pagination-controlled/package.json +++ b/examples/vue/pagination-controlled/package.json @@ -10,7 +10,7 @@ "dependencies": { "@faker-js/faker": "^8.0.2", "vue": "^3.2.33", - "@tanstack/vue-table": "8.10.5" + "@tanstack/vue-table": "8.10.6" }, "devDependencies": { "@types/node": "^16.11.27", diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index 10e1ca298f..ac5c9e6401 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -10,7 +10,7 @@ "dependencies": { "vue": "^3.2.33", "@faker-js/faker": "^8.0.2", - "@tanstack/vue-table": "8.10.5" + "@tanstack/vue-table": "8.10.6" }, "devDependencies": { "@types/node": "^16.11.27", diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index bca4a2232a..a089c42ce7 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -10,7 +10,7 @@ "dependencies": { "@faker-js/faker": "^8.0.2", "vue": "^3.2.33", - "@tanstack/vue-table": "8.10.5" + "@tanstack/vue-table": "8.10.6" }, "devDependencies": { "@types/node": "^16.11.27", diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 6ade2d923a..7993d49fb3 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/react-table", "author": "Tanner Linsley", - "version": "8.10.5", + "version": "8.10.6", "description": "Headless UI for building powerful tables & datagrids for React.", "license": "MIT", "homepage": "https://github.com/tanstack/table#readme", @@ -43,7 +43,7 @@ "src" ], "dependencies": { - "@tanstack/table-core": "8.10.5" + "@tanstack/table-core": "8.10.6" }, "peerDependencies": { "react": ">=16", diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index d30f0e762b..c8a43b7b76 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/solid-table", "author": "Tanner Linsley", - "version": "8.10.5", + "version": "8.10.6", "description": "Headless UI for building powerful tables & datagrids for Solid.", "license": "MIT", "homepage": "https://github.com/tanstack/table#readme", @@ -44,7 +44,7 @@ "src" ], "dependencies": { - "@tanstack/table-core": "8.10.5" + "@tanstack/table-core": "8.10.6" }, "peerDependencies": { "solid-js": "^1.3.13" diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index 662af8a4d4..31adf47b59 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/svelte-table", "author": "Tanner Linsley", - "version": "8.10.5", + "version": "8.10.6", "description": "Headless UI for building powerful tables & datagrids for Svelte.", "license": "MIT", "homepage": "https://github.com/tanstack/table#readme", @@ -42,7 +42,7 @@ "src" ], "dependencies": { - "@tanstack/table-core": "8.10.5" + "@tanstack/table-core": "8.10.6" }, "peerDependencies": { "svelte": "^4.0.0 || ^3.49.0" diff --git a/packages/table-core/package.json b/packages/table-core/package.json index 26bd5cacf9..bc13a22915 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/table-core", "author": "Tanner Linsley", - "version": "8.10.5", + "version": "8.10.6", "description": "Headless UI for building powerful tables & datagrids for TS/JS.", "license": "MIT", "homepage": "https://github.com/tanstack/table#readme", diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index 2e02d2659b..6157c3aa47 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/vue-table", "author": "Tanner Linsley", - "version": "8.10.5", + "version": "8.10.6", "description": "Headless UI for building powerful tables & datagrids for Vue.", "license": "MIT", "homepage": "https://github.com/tanstack/table#readme", @@ -43,7 +43,7 @@ "src" ], "dependencies": { - "@tanstack/table-core": "8.10.5" + "@tanstack/table-core": "8.10.6" }, "peerDependencies": { "vue": "^3.2.33"