diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index fcbcc73a55..ebbeba0f8f 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.76.1", "@tanstack/router-devtools": "^1.76.1", "@tanstack/router-plugin": "^1.76.0", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 664a430856..bad510e8f5 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.76.1", "@tanstack/router-devtools": "^1.76.1", "@tanstack/router-plugin": "^1.76.0", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 c96a50f0cd..965cd1cb72 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -13,7 +13,7 @@ "@prisma/client": "5.21.1", "@tanstack/react-router": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "dotenv": "^16.4.5", "prisma": "^5.21.1", "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 c049f585ef..284f33e988 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.76.1", "@tanstack/react-router-with-query": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 1c24dcc90c..6ae94d6c82 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.7", "@tanstack/react-router": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 fc727ded8c..727cfd4923 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 3f1108335d..9ff266de1a 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.15", "@tanstack/react-router": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 8c7733aa55..cf52a75d30 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.76.1", "@tanstack/react-router-with-query": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "@convex-dev/react-query": "0.0.0-alpha.5", "concurrently": "^8.2.2", "convex": "^1.16.6", diff --git a/examples/react/start-counter/package.json b/examples/react/start-counter/package.json index 3ecdc0a2aa..48d7360700 100644 --- a/examples/react/start-counter/package.json +++ b/examples/react/start-counter/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "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 2473d63b16..c469167443 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.45.6", "@tanstack/react-router": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "@vitejs/plugin-react": "^4.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index fe3adf5931..72a51f474f 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -14,7 +14,7 @@ "@tanstack/react-router": "^1.76.1", "@tanstack/react-router-with-query": "^1.76.1", "@tanstack/router-devtools": "^1.76.1", - "@tanstack/start": "^1.76.1", + "@tanstack/start": "^1.76.2", "ky": "^1.7.2", "msw": "^2.4.11", "react": "^18.3.1", diff --git a/packages/start/package.json b/packages/start/package.json index 214e627556..7875664a03 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.76.1", + "version": "1.76.2", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",