From 15eff2fcf4b2d67b6ba32ab2a5e6bd17dc24f078 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sun, 26 Jan 2025 02:54:45 +0000 Subject: [PATCH] release: v1.97.22 --- examples/react/authenticated-routes/package.json | 2 +- examples/react/basic-file-based-codesplitting/package.json | 2 +- examples/react/basic-file-based/package.json | 2 +- examples/react/basic-react-query-file-based/package.json | 2 +- examples/react/basic-ssr-file-based/package.json | 4 ++-- examples/react/basic-ssr-streaming-file-based/package.json | 4 ++-- examples/react/basic-virtual-file-based/package.json | 2 +- examples/react/basic-virtual-inside-file-based/package.json | 2 +- examples/react/kitchen-sink-file-based/package.json | 2 +- .../react/kitchen-sink-react-query-file-based/package.json | 2 +- examples/react/large-file-based/package.json | 2 +- examples/react/quickstart-esbuild-file-based/package.json | 2 +- examples/react/quickstart-file-based/package.json | 2 +- examples/react/quickstart-rspack-file-based/package.json | 2 +- examples/react/quickstart-webpack-file-based/package.json | 2 +- examples/react/router-monorepo-react-query/package.json | 2 +- .../router-monorepo-react-query/packages/router/package.json | 2 +- examples/react/router-monorepo-simple/package.json | 2 +- .../react/router-monorepo-simple/packages/router/package.json | 2 +- examples/react/search-validator-adapters/package.json | 2 +- examples/react/start-basic-auth/package.json | 2 +- examples/react/start-basic-react-query/package.json | 2 +- examples/react/start-basic-rsc/package.json | 2 +- examples/react/start-basic/package.json | 2 +- examples/react/start-clerk-basic/package.json | 2 +- examples/react/start-convex-trellaux/package.json | 2 +- examples/react/start-counter/package.json | 2 +- examples/react/start-large/package.json | 2 +- examples/react/start-supabase-basic/package.json | 2 +- examples/react/start-trellaux/package.json | 2 +- examples/react/with-trpc-react-query/package.json | 4 ++-- examples/react/with-trpc/package.json | 4 ++-- packages/create-router/package.json | 2 +- packages/create-start/package.json | 2 +- packages/router-plugin/package.json | 2 +- packages/router-vite-plugin/package.json | 2 +- packages/start-config/package.json | 2 +- packages/start/package.json | 2 +- 38 files changed, 42 insertions(+), 42 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 8264f7af97..f50f4303b9 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-file-based-codesplitting/package.json b/examples/react/basic-file-based-codesplitting/package.json index a38f02301a..77052be63c 100644 --- a/examples/react/basic-file-based-codesplitting/package.json +++ b/examples/react/basic-file-based-codesplitting/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 584cee5be4..973064e1cf 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index b56647806e..98ebcddaf5 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query-devtools": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index 2e382525ca..80abd7e28c 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", + "@tanstack/start": "^1.97.22", "get-port": "^7.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index 6a4250dad4..fdf608e892 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", + "@tanstack/start": "^1.97.22", "get-port": "^7.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/basic-virtual-file-based/package.json b/examples/react/basic-virtual-file-based/package.json index a6900dd8e1..cde278f7b9 100644 --- a/examples/react/basic-virtual-file-based/package.json +++ b/examples/react/basic-virtual-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@tanstack/virtual-file-routes": "^1.97.8", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/basic-virtual-inside-file-based/package.json b/examples/react/basic-virtual-inside-file-based/package.json index 05c1a5e705..0d1a87fa60 100644 --- a/examples/react/basic-virtual-inside-file-based/package.json +++ b/examples/react/basic-virtual-inside-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@tanstack/virtual-file-routes": "^1.97.8", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index 430b95fdea..517dfd51fc 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "immer": "^10.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/kitchen-sink-react-query-file-based/package.json b/examples/react/kitchen-sink-react-query-file-based/package.json index 8f89fe344e..5b29e4ce51 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query-devtools": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "immer": "^10.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index c454e1ed4c..65061bbf0a 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/quickstart-esbuild-file-based/package.json b/examples/react/quickstart-esbuild-file-based/package.json index cb98f3dfc0..b14b5e9672 100644 --- a/examples/react/quickstart-esbuild-file-based/package.json +++ b/examples/react/quickstart-esbuild-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index 2b25fc654b..8d6c298a05 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index 7c4172ee77..420cd9e4af 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@rsbuild/core": "1.2.2", "@rsbuild/plugin-react": "1.1.0", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "typescript": "^5.6.2" diff --git a/examples/react/quickstart-webpack-file-based/package.json b/examples/react/quickstart-webpack-file-based/package.json index 96624d11a0..2543246db7 100644 --- a/examples/react/quickstart-webpack-file-based/package.json +++ b/examples/react/quickstart-webpack-file-based/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@swc/core": "^1.10.9", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "html-webpack-plugin": "^5.6.3", diff --git a/examples/react/router-monorepo-react-query/package.json b/examples/react/router-monorepo-react-query/package.json index cd4d2c853c..93534a818b 100644 --- a/examples/react/router-monorepo-react-query/package.json +++ b/examples/react/router-monorepo-react-query/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query-devtools": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1" diff --git a/examples/react/router-monorepo-react-query/packages/router/package.json b/examples/react/router-monorepo-react-query/packages/router/package.json index 142612353e..bcb7d7d3fa 100644 --- a/examples/react/router-monorepo-react-query/packages/router/package.json +++ b/examples/react/router-monorepo-react-query/packages/router/package.json @@ -11,7 +11,7 @@ "@tanstack/history": "^1.97.8", "@tanstack/react-query": "^5.64.2", "@tanstack/react-router": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@router-mono-react-query/post-query": "workspace:*", "redaxios": "^0.5.1", "zod": "^3.24.1", diff --git a/examples/react/router-monorepo-simple/package.json b/examples/react/router-monorepo-simple/package.json index aff709a30e..36e6db2b07 100644 --- a/examples/react/router-monorepo-simple/package.json +++ b/examples/react/router-monorepo-simple/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1" diff --git a/examples/react/router-monorepo-simple/packages/router/package.json b/examples/react/router-monorepo-simple/packages/router/package.json index 65090983e0..f73e99a39a 100644 --- a/examples/react/router-monorepo-simple/packages/router/package.json +++ b/examples/react/router-monorepo-simple/packages/router/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/history": "^1.97.8", "@tanstack/react-router": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "redaxios": "^0.5.1", "zod": "^3.24.1", "react": "^19.0.0", diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index f12a14f89f..a4da276115 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.97.21", "@tanstack/arktype-adapter": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", "@tanstack/valibot-adapter": "^1.97.21", "@tanstack/zod-adapter": "^1.97.21", "arktype": "^2.0.2", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index 57dd404df7..3c4fccde72 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -13,7 +13,7 @@ "@prisma/client": "5.22.0", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "prisma": "^5.22.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index f7a979de7e..2aa6b9d504 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.97.21", "@tanstack/react-router-with-query": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index c2bfa131d4..9c491ce3db 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -12,7 +12,7 @@ "@babel/plugin-syntax-typescript": "^7.25.9", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "redaxios": "^0.5.1", "tailwind-merge": "^2.6.0", "vinxi": "0.5.1", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 4692d2f606..7027c59b0f 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index ed5eaf016b..3f1978cb7b 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -12,7 +12,7 @@ "@clerk/tanstack-start": "0.8.16", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index e40b80bcd5..92c40b9a3e 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -16,7 +16,7 @@ "@tanstack/react-router": "^1.97.21", "@tanstack/react-router-with-query": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "@convex-dev/react-query": "0.0.0-alpha.8", "concurrently": "^8.2.2", "convex": "^1.18.2", diff --git a/examples/react/start-counter/package.json b/examples/react/start-counter/package.json index 24b7175fad..98968c9546 100644 --- a/examples/react/start-counter/package.json +++ b/examples/react/start-counter/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "vinxi": "0.5.1" diff --git a/examples/react/start-large/package.json b/examples/react/start-large/package.json index 208b8f1da0..5bbb1a1c3c 100644 --- a/examples/react/start-large/package.json +++ b/examples/react/start-large/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "redaxios": "^0.5.1", diff --git a/examples/react/start-supabase-basic/package.json b/examples/react/start-supabase-basic/package.json index d098b198a7..4b17a96086 100644 --- a/examples/react/start-supabase-basic/package.json +++ b/examples/react/start-supabase-basic/package.json @@ -17,7 +17,7 @@ "@supabase/supabase-js": "^2.48.1", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "react": "^19.0.0", "react-dom": "^19.0.0", "vinxi": "0.5.1" diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index eb486f9027..6e4f0c6604 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.97.21", "@tanstack/react-router-with-query": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/start": "^1.97.22", "ky": "^1.7.4", "msw": "^2.7.0", "react": "^19.0.0", diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index 98e15cda85..f22e1ff0c3 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -12,8 +12,8 @@ "@tanstack/react-query-devtools": "^5.64.2", "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", + "@tanstack/start": "^1.97.22", "@trpc/client": "11.0.0-rc.724", "@trpc/react-query": "11.0.0-rc.724", "@trpc/server": "11.0.0-rc.724", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index 21b7b88ac1..585932f66a 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/react-router": "^1.97.21", "@tanstack/router-devtools": "^1.97.21", - "@tanstack/router-plugin": "^1.97.21", - "@tanstack/start": "^1.97.21", + "@tanstack/router-plugin": "^1.97.22", + "@tanstack/start": "^1.97.22", "@trpc/client": "11.0.0-rc.724", "@trpc/server": "11.0.0-rc.724", "react": "^19.0.0", diff --git a/packages/create-router/package.json b/packages/create-router/package.json index 84d54aeb32..b38ceafa87 100644 --- a/packages/create-router/package.json +++ b/packages/create-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-router", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/create-start/package.json b/packages/create-start/package.json index 2b2ee7c08d..a7e2e65314 100644 --- a/packages/create-start/package.json +++ b/packages/create-start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-start", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tim O'Connell", "license": "MIT", diff --git a/packages/router-plugin/package.json b/packages/router-plugin/package.json index 68efff63ad..0f8d2f5c37 100644 --- a/packages/router-plugin/package.json +++ b/packages/router-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-plugin", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-vite-plugin/package.json b/packages/router-vite-plugin/package.json index 40e6ec729e..91270d67b1 100644 --- a/packages/router-vite-plugin/package.json +++ b/packages/router-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-vite-plugin", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/start-config/package.json b/packages/start-config/package.json index 88bbfb31ee..5283e072c8 100644 --- a/packages/start-config/package.json +++ b/packages/start-config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start-config", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/start/package.json b/packages/start/package.json index aca5d2693d..656613d237 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.97.21", + "version": "1.97.22", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",