From 1909055b64e77e7f1d484ca071d47bd321bbc1be Mon Sep 17 00:00:00 2001 From: Riccardo Perra Date: Fri, 10 Jul 2026 16:42:00 +0200 Subject: [PATCH 1/2] fix(vue): use noop batch in reactivity instead of tanstack store fn (#6402) --- packages/vue-table/src/reactivity.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/vue-table/src/reactivity.ts b/packages/vue-table/src/reactivity.ts index 93ba3ec9e7..a79bc2937a 100644 --- a/packages/vue-table/src/reactivity.ts +++ b/packages/vue-table/src/reactivity.ts @@ -1,5 +1,4 @@ import { computed, shallowRef, watch } from 'vue' -import { batch } from '@tanstack/store' import type { TableAtomOptions, TableReactivityBindings, @@ -84,6 +83,6 @@ export function vueReactivity(): TableReactivityBindings { return refToWritableAtom(shallowRef(value) as ShallowRef) }, untrack: (fn) => fn(), - batch, + batch: (fn) => fn(), } } From dc20a6e83d87fc08998317d1a660348612370688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:48:18 -0500 Subject: [PATCH 2/2] release: version packages (#6403) release: v9.0.0-beta.40 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- examples/angular/basic-app-table/package.json | 2 +- examples/angular/basic-external-atoms/package.json | 2 +- examples/angular/basic-external-state/package.json | 2 +- examples/angular/basic-inject-table/package.json | 2 +- examples/angular/composable-tables/package.json | 2 +- examples/angular/kitchen-sink/package.json | 2 +- examples/angular/row-selection-signal/package.json | 2 +- examples/angular/row-selection/package.json | 2 +- examples/angular/with-tanstack-form/package.json | 2 +- examples/preact/basic-dynamic-columns/package.json | 2 +- examples/preact/basic-external-atoms/package.json | 2 +- examples/preact/basic-external-state/package.json | 2 +- examples/preact/basic-subscribe/package.json | 2 +- examples/preact/basic-use-app-table/package.json | 2 +- examples/preact/basic-use-table/package.json | 2 +- examples/preact/composable-tables/package.json | 2 +- examples/preact/kitchen-sink/package.json | 2 +- examples/preact/row-selection/package.json | 2 +- examples/preact/with-tanstack-form/package.json | 2 +- examples/react/basic-dynamic-columns/package.json | 2 +- examples/react/basic-external-atoms/package.json | 2 +- examples/react/basic-external-state/package.json | 2 +- examples/react/basic-subscribe/package.json | 2 +- examples/react/basic-use-app-table/package.json | 2 +- examples/react/basic-use-legacy-table/package.json | 2 +- examples/react/basic-use-table/package.json | 2 +- examples/react/composable-tables/package.json | 2 +- examples/react/kitchen-sink-chakra-ui/package.json | 2 +- examples/react/kitchen-sink-hero-ui/package.json | 2 +- examples/react/kitchen-sink-mantine/package.json | 2 +- examples/react/kitchen-sink-material-ui/package.json | 2 +- examples/react/kitchen-sink-react-aria/package.json | 2 +- examples/react/kitchen-sink-shadcn-base/package.json | 2 +- examples/react/kitchen-sink-shadcn-radix/package.json | 2 +- examples/react/kitchen-sink/package.json | 2 +- examples/react/row-selection/package.json | 2 +- examples/react/web-worker-row-models/package.json | 2 +- examples/react/with-tanstack-form/package.json | 2 +- examples/solid/basic-app-table/package.json | 2 +- examples/solid/basic-external-atoms/package.json | 2 +- examples/solid/basic-external-state/package.json | 2 +- examples/solid/basic-use-table/package.json | 2 +- examples/solid/composable-tables/package.json | 2 +- examples/solid/kitchen-sink/package.json | 2 +- examples/solid/row-selection/package.json | 2 +- examples/solid/with-tanstack-form/package.json | 2 +- examples/vue/basic-dynamic-columns/package.json | 4 ++-- examples/vue/basic-external-atoms/package.json | 4 ++-- examples/vue/basic-external-state/package.json | 4 ++-- examples/vue/basic-use-app-table/package.json | 4 ++-- examples/vue/basic-use-table/package.json | 4 ++-- examples/vue/column-groups/package.json | 2 +- examples/vue/column-ordering/package.json | 2 +- examples/vue/column-pinning-split/package.json | 2 +- examples/vue/column-pinning-sticky/package.json | 2 +- examples/vue/column-pinning/package.json | 2 +- examples/vue/column-resizing-performant/package.json | 2 +- examples/vue/column-resizing/package.json | 2 +- examples/vue/column-sizing/package.json | 2 +- examples/vue/column-visibility/package.json | 2 +- examples/vue/composable-tables/package.json | 4 ++-- examples/vue/expanding/package.json | 2 +- examples/vue/filters-faceted/package.json | 2 +- examples/vue/filters-fuzzy/package.json | 2 +- examples/vue/filters/package.json | 2 +- examples/vue/grouping/package.json | 2 +- examples/vue/kitchen-sink/package.json | 4 ++-- examples/vue/pagination/package.json | 2 +- examples/vue/row-pinning/package.json | 2 +- examples/vue/row-selection/package.json | 4 ++-- examples/vue/sorting/package.json | 2 +- examples/vue/sub-components/package.json | 2 +- examples/vue/virtualized-columns/package.json | 2 +- examples/vue/virtualized-infinite-scrolling/package.json | 2 +- examples/vue/virtualized-rows/package.json | 2 +- examples/vue/with-tanstack-form/package.json | 4 ++-- examples/vue/with-tanstack-query/package.json | 2 +- packages/angular-table-devtools/package.json | 2 +- packages/preact-table-devtools/package.json | 2 +- packages/react-table-devtools/package.json | 2 +- packages/solid-table-devtools/package.json | 2 +- packages/table-devtools/package.json | 2 +- packages/vue-table-devtools/package.json | 2 +- packages/vue-table/package.json | 2 +- 84 files changed, 93 insertions(+), 93 deletions(-) diff --git a/examples/angular/basic-app-table/package.json b/examples/angular/basic-app-table/package.json index e47645170d..0b0517f86e 100644 --- a/examples/angular/basic-app-table/package.json +++ b/examples/angular/basic-app-table/package.json @@ -21,7 +21,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-atoms/package.json b/examples/angular/basic-external-atoms/package.json index 72101869ea..a18af7b747 100644 --- a/examples/angular/basic-external-atoms/package.json +++ b/examples/angular/basic-external-atoms/package.json @@ -22,7 +22,7 @@ "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-store": "^0.11.0", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-state/package.json b/examples/angular/basic-external-state/package.json index e92a1994fa..22c157c5ef 100644 --- a/examples/angular/basic-external-state/package.json +++ b/examples/angular/basic-external-state/package.json @@ -22,7 +22,7 @@ "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-store": "^0.11.0", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-inject-table/package.json b/examples/angular/basic-inject-table/package.json index 025f18612a..0a28e49b5c 100644 --- a/examples/angular/basic-inject-table/package.json +++ b/examples/angular/basic-inject-table/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/composable-tables/package.json b/examples/angular/composable-tables/package.json index 5ac841f1ed..40881c5d41 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/kitchen-sink/package.json b/examples/angular/kitchen-sink/package.json index 08de72715a..40f0777ca3 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/row-selection-signal/package.json b/examples/angular/row-selection-signal/package.json index 001f0e4511..419bf18360 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -24,7 +24,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/row-selection/package.json b/examples/angular/row-selection/package.json index 44baed9b99..53d62b11c4 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -23,7 +23,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/with-tanstack-form/package.json b/examples/angular/with-tanstack-form/package.json index ac911a2adf..bbe9f8f344 100644 --- a/examples/angular/with-tanstack-form/package.json +++ b/examples/angular/with-tanstack-form/package.json @@ -23,7 +23,7 @@ "@tanstack/angular-devtools": "^0.0.7", "@tanstack/angular-form": "^1.33.1", "@tanstack/angular-table": "^9.0.0-beta.38", - "@tanstack/angular-table-devtools": "^9.0.0-beta.38", + "@tanstack/angular-table-devtools": "^9.0.0-beta.40", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zod": "^4.4.3" diff --git a/examples/preact/basic-dynamic-columns/package.json b/examples/preact/basic-dynamic-columns/package.json index f6d3983a0e..2dadb66281 100644 --- a/examples/preact/basic-dynamic-columns/package.json +++ b/examples/preact/basic-dynamic-columns/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index ab8f6a0631..a437c9ebb5 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-store": "^0.13.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index 2442704c59..dfc5262181 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-store": "^0.13.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 986db6f300..2354039b47 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-store": "^0.13.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index f925c6d041..f19cc7ea6e 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index 9fd14522f0..db0dfa06fd 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index 2e77cc98b1..51f8c82139 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-store": "^0.13.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index ea4056499b..bf29002032 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -16,7 +16,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index e40cd593b6..97e0559a62 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.8", "@tanstack/preact-store": "^0.13.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-form/package.json b/examples/preact/with-tanstack-form/package.json index 0a479311fc..926f32d62d 100644 --- a/examples/preact/with-tanstack-form/package.json +++ b/examples/preact/with-tanstack-form/package.json @@ -17,7 +17,7 @@ "@tanstack/preact-form": "^1.30.1", "@tanstack/preact-pacer": "^0.22.1", "@tanstack/preact-table": "^9.0.0-beta.38", - "@tanstack/preact-table-devtools": "^9.0.0-beta.38", + "@tanstack/preact-table-devtools": "^9.0.0-beta.40", "@tanstack/react-form-devtools": "^0.2.30", "preact": "^10.29.2", "zod": "^4.4.3" diff --git a/examples/react/basic-dynamic-columns/package.json b/examples/react/basic-dynamic-columns/package.json index 2028fadf27..b13d3ba47a 100644 --- a/examples/react/basic-dynamic-columns/package.json +++ b/examples/react/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-external-atoms/package.json b/examples/react/basic-external-atoms/package.json index 2503afed85..92344bb161 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -15,7 +15,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-external-state/package.json b/examples/react/basic-external-state/package.json index 5f6e934c8f..5f80921062 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -15,7 +15,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-subscribe/package.json b/examples/react/basic-subscribe/package.json index a66a2a35c9..e82e6e8d5b 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -16,7 +16,7 @@ "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-use-app-table/package.json b/examples/react/basic-use-app-table/package.json index 01f82d8ae1..48eb9b38d4 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -13,7 +13,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-use-legacy-table/package.json b/examples/react/basic-use-legacy-table/package.json index 597a25bba8..c189d389da 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -15,7 +15,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/basic-use-table/package.json b/examples/react/basic-use-table/package.json index c7ce349f27..83b2b2cb82 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -13,7 +13,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/composable-tables/package.json b/examples/react/composable-tables/package.json index 3423da1484..150f17a5e1 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -15,7 +15,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/kitchen-sink-chakra-ui/package.json b/examples/react/kitchen-sink-chakra-ui/package.json index e6b7aa873e..718c7d22be 100644 --- a/examples/react/kitchen-sink-chakra-ui/package.json +++ b/examples/react/kitchen-sink-chakra-ui/package.json @@ -23,7 +23,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "date-fns": "^4.4.0", "next-themes": "^0.4.6", "react": "^19.2.7", diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index 6f4f22c109..9050fcc4d6 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "date-fns": "^4.4.0", "react": "^19.2.7", "react-dom": "^19.2.7", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index e324564767..124e37d00c 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -23,7 +23,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "date-fns": "^4.4.0", "react": "^19.2.7", "react-dom": "^19.2.7" diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index f3b3c988bc..b51b24a4ff 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "date-fns": "^4.4.0", "react": "^19.2.7", "react-dom": "^19.2.7" diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index ece47356b9..656a0829d6 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -22,7 +22,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "date-fns": "^4.4.0", "react": "^19.2.7", "react-aria-components": "^1.19.0", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index a39904fc7e..483bca7a89 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink-shadcn-radix/package.json b/examples/react/kitchen-sink-shadcn-radix/package.json index 52cd15024f..8ab8f35ee5 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -23,7 +23,7 @@ "@tanstack/react-devtools": "^0.10.8", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 301dc1d61c..351fa04c0b 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -24,7 +24,7 @@ "@tanstack/react-start": "^1.168.27", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index cf19146ed9..e4b7ed6b36 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/web-worker-row-models/package.json b/examples/react/web-worker-row-models/package.json index 48ad400eef..42bfa6195c 100644 --- a/examples/react/web-worker-row-models/package.json +++ b/examples/react/web-worker-row-models/package.json @@ -18,7 +18,7 @@ "@tanstack/react-start": "^1.168.27", "@tanstack/react-store": "^0.11.0", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7" }, diff --git a/examples/react/with-tanstack-form/package.json b/examples/react/with-tanstack-form/package.json index 0a5f94305e..cad24948eb 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -17,7 +17,7 @@ "@tanstack/react-form-devtools": "^0.2.30", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-table": "^9.0.0-beta.38", - "@tanstack/react-table-devtools": "^9.0.0-beta.38", + "@tanstack/react-table-devtools": "^9.0.0-beta.40", "react": "^19.2.7", "react-dom": "^19.2.7", "zod": "^4.4.3" diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index 06d514ede5..43f251d548 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -20,7 +20,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index 6812669c2a..5a49c135fa 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -21,7 +21,7 @@ "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-store": "^0.11.0", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 904e606df8..0cd605d4bc 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -20,7 +20,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index 9989827f2c..1ba3d92b41 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -19,7 +19,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index f14c04e426..7762936b40 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -19,7 +19,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index 81671e17f0..ee1c6ab4b3 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -21,7 +21,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index b2f7df5ea7..623eadbd25 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -20,7 +20,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.8", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13" } } diff --git a/examples/solid/with-tanstack-form/package.json b/examples/solid/with-tanstack-form/package.json index ac1ec6b723..b8c3dd2f0f 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -22,7 +22,7 @@ "@tanstack/solid-form": "^1.33.1", "@tanstack/solid-form-devtools": "^0.2.30", "@tanstack/solid-table": "^9.0.0-beta.38", - "@tanstack/solid-table-devtools": "^9.0.0-beta.38", + "@tanstack/solid-table-devtools": "^9.0.0-beta.40", "solid-js": "^1.9.13", "zod": "^4.4.3" } diff --git a/examples/vue/basic-dynamic-columns/package.json b/examples/vue/basic-dynamic-columns/package.json index 9e724a364e..fcbac523b7 100644 --- a/examples/vue/basic-dynamic-columns/package.json +++ b/examples/vue/basic-dynamic-columns/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index 9cc3ead294..bcc7058d15 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.22", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index 35ea724dc0..91ff63874d 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index 9a57f332c2..2df0190a7f 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index 41b387d298..d4e7bd44ed 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-groups/package.json b/examples/vue/column-groups/package.json index fdf3421b3e..adbd8bd51b 100644 --- a/examples/vue/column-groups/package.json +++ b/examples/vue/column-groups/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 691152bf2f..e13d4abe10 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-pinning-split/package.json b/examples/vue/column-pinning-split/package.json index e6da768875..d825c3a2ba 100644 --- a/examples/vue/column-pinning-split/package.json +++ b/examples/vue/column-pinning-split/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-pinning-sticky/package.json b/examples/vue/column-pinning-sticky/package.json index 23fb73228f..f348165577 100644 --- a/examples/vue/column-pinning-sticky/package.json +++ b/examples/vue/column-pinning-sticky/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 3c8b8bfa2e..530df00e50 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-resizing-performant/package.json b/examples/vue/column-resizing-performant/package.json index 4e5f969974..a19d72a4e3 100644 --- a/examples/vue/column-resizing-performant/package.json +++ b/examples/vue/column-resizing-performant/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-resizing/package.json b/examples/vue/column-resizing/package.json index 28bb507536..8156948cb0 100644 --- a/examples/vue/column-resizing/package.json +++ b/examples/vue/column-resizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-sizing/package.json b/examples/vue/column-sizing/package.json index a55875e76c..21b481716b 100644 --- a/examples/vue/column-sizing/package.json +++ b/examples/vue/column-sizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/column-visibility/package.json b/examples/vue/column-visibility/package.json index 1e7741effd..a2a714a6e1 100644 --- a/examples/vue/column-visibility/package.json +++ b/examples/vue/column-visibility/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 24035fe744..ec2a78dc9e 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.22", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/expanding/package.json b/examples/vue/expanding/package.json index 496b2d0989..5621d1912e 100644 --- a/examples/vue/expanding/package.json +++ b/examples/vue/expanding/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/filters-faceted/package.json b/examples/vue/filters-faceted/package.json index 90698aead4..72635d1016 100644 --- a/examples/vue/filters-faceted/package.json +++ b/examples/vue/filters-faceted/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/filters-fuzzy/package.json b/examples/vue/filters-fuzzy/package.json index 5a532e9fc9..394b89daa6 100644 --- a/examples/vue/filters-fuzzy/package.json +++ b/examples/vue/filters-fuzzy/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.0.0-beta.37", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/filters/package.json b/examples/vue/filters/package.json index 6b34ede334..b4c2bca5b0 100644 --- a/examples/vue/filters/package.json +++ b/examples/vue/filters/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/grouping/package.json b/examples/vue/grouping/package.json index ccfe12bea7..56e1d1c689 100644 --- a/examples/vue/grouping/package.json +++ b/examples/vue/grouping/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index 490c8dc96b..a1f0af5a2f 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index 7ce0e8cdbf..3dd420a0c2 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/row-pinning/package.json b/examples/vue/row-pinning/package.json index 836fcc7ad5..f44a374a05 100644 --- a/examples/vue/row-pinning/package.json +++ b/examples/vue/row-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index 2cb2ae15e5..b4949b4df4 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.22", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index a62fea327d..d354c9afa3 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/sub-components/package.json b/examples/vue/sub-components/package.json index 5c295bf2c5..8a6d0f3304 100644 --- a/examples/vue/sub-components/package.json +++ b/examples/vue/sub-components/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/examples/vue/virtualized-columns/package.json b/examples/vue/virtualized-columns/package.json index ef30e138ff..eda5175335 100644 --- a/examples/vue/virtualized-columns/package.json +++ b/examples/vue/virtualized-columns/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "@tanstack/vue-virtual": "^3.13.31", "vue": "^3.5.38" }, diff --git a/examples/vue/virtualized-infinite-scrolling/package.json b/examples/vue/virtualized-infinite-scrolling/package.json index 4ac99572c6..ecca293cc1 100644 --- a/examples/vue/virtualized-infinite-scrolling/package.json +++ b/examples/vue/virtualized-infinite-scrolling/package.json @@ -14,7 +14,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "@tanstack/vue-query": "^5.101.2", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "@tanstack/vue-virtual": "^3.13.31", "vue": "^3.5.38" }, diff --git a/examples/vue/virtualized-rows/package.json b/examples/vue/virtualized-rows/package.json index 12f129d08b..3dbbb3b361 100644 --- a/examples/vue/virtualized-rows/package.json +++ b/examples/vue/virtualized-rows/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "@tanstack/vue-virtual": "^3.13.31", "vue": "^3.5.38" }, diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index 52ac64d30d..6748beae06 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.22", "@tanstack/vue-form": "^1.33.1", - "@tanstack/vue-table": "^9.0.0-beta.38", - "@tanstack/vue-table-devtools": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", + "@tanstack/vue-table-devtools": "^9.0.0-beta.40", "vue": "^3.5.38", "zod": "^4.4.3" }, diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index 3233a6d499..d421fd1b61 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -14,7 +14,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-beta.37", "@tanstack/vue-query": "^5.101.2", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-beta.38", + "@tanstack/vue-table": "^9.0.0-beta.40", "vue": "^3.5.38" }, "devDependencies": { diff --git a/packages/angular-table-devtools/package.json b/packages/angular-table-devtools/package.json index 67cb8413c7..fa828aeee3 100644 --- a/packages/angular-table-devtools/package.json +++ b/packages/angular-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table-devtools", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Angular devtools for TanStack Table.", "license": "MIT", "repository": { diff --git a/packages/preact-table-devtools/package.json b/packages/preact-table-devtools/package.json index afc1b704c0..acabda8492 100644 --- a/packages/preact-table-devtools/package.json +++ b/packages/preact-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table-devtools", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Preact devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index 6ba6c4f851..b2ffef6b8f 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": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "React devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table-devtools/package.json b/packages/solid-table-devtools/package.json index 435f57342b..6226160c18 100644 --- a/packages/solid-table-devtools/package.json +++ b/packages/solid-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table-devtools", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Solid devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-devtools/package.json b/packages/table-devtools/package.json index 9b5ff22419..4a0b393b2d 100644 --- a/packages/table-devtools/package.json +++ b/packages/table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-devtools", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table-devtools/package.json b/packages/vue-table-devtools/package.json index d28be05dd0..e49f993157 100644 --- a/packages/vue-table-devtools/package.json +++ b/packages/vue-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table-devtools", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Vue devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index afbfa2484c..704e856537 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.0.0-beta.38", + "version": "9.0.0-beta.40", "description": "Headless UI for building powerful tables & datagrids for Vue.", "author": "Tanner Linsley", "license": "MIT",