diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index ce8dd9b6e0..1863abff13 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", "@tanstack/router-plugin": "^1.81.9", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index b6058ea13d..a37d53cdc8 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", "@tanstack/router-plugin": "^1.81.9", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index 74b7060ba4..f9b34fe333 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.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "dotenv": "^16.4.5", "prisma": "^5.22.0", "react": "^18.3.1", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 4136666a2e..b6ff4dee74 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.81.10", "@tanstack/react-router-with-query": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "react": "^18.3.1", "react-dom": "^18.3.1", "redaxios": "^0.5.1", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index bb21d2ec26..e10902145e 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.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "redaxios": "^0.5.1", "tailwind-merge": "^2.5.4", "vinxi": "0.4.3" diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 2357cb619b..a98d4768be 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "react": "^18.3.1", "react-dom": "^18.3.1", "redaxios": "^0.5.1", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index afbd392e86..f44d5fe60e 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.4.25", "@tanstack/react-router": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "dotenv": "^16.4.5", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 99d7eb6b82..c3d7c20ebb 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.81.10", "@tanstack/react-router-with-query": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "@convex-dev/react-query": "0.0.0-alpha.8", "concurrently": "^8.2.2", "convex": "^1.17.0", diff --git a/examples/react/start-counter/package.json b/examples/react/start-counter/package.json index d11a66363d..6c85c03354 100644 --- a/examples/react/start-counter/package.json +++ b/examples/react/start-counter/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "react": "^18.3.1", "react-dom": "^18.3.1", "vinxi": "0.4.3" diff --git a/examples/react/start-supabase-basic/package.json b/examples/react/start-supabase-basic/package.json index 7ace3ec8e4..7a6cdaebfa 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.46.1", "@tanstack/react-router": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "react": "^18.3.1", "react-dom": "^18.3.1", "vinxi": "0.4.3" diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index b3e293c843..9cbcae4cf3 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.81.10", "@tanstack/react-router-with-query": "^1.81.10", "@tanstack/router-devtools": "^1.81.10", - "@tanstack/start": "^1.81.11", + "@tanstack/start": "^1.81.12", "ky": "^1.7.2", "msw": "^2.6.4", "react": "^18.3.1", diff --git a/packages/start/package.json b/packages/start/package.json index 4ba73c1650..73ff5fe4ea 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.81.11", + "version": "1.81.12", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",