From 4fa7ad8c502e389ba6bb5426c705f00227ed252d Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 27 Aug 2024 20:36:33 +0000 Subject: [PATCH] release: v1.51.1 --- examples/react/authenticated-routes/package.json | 4 ++-- .../react/basic-default-search-params/package.json | 4 ++-- .../react/basic-file-based-codesplitting/package.json | 4 ++-- examples/react/basic-file-based/package.json | 4 ++-- .../react/basic-react-query-file-based/package.json | 4 ++-- examples/react/basic-react-query/package.json | 4 ++-- examples/react/basic-ssr-file-based/package.json | 6 +++--- .../react/basic-ssr-streaming-file-based/package.json | 6 +++--- examples/react/basic/package.json | 4 ++-- examples/react/deferred-data/package.json | 4 ++-- examples/react/kitchen-sink-file-based/package.json | 4 ++-- .../kitchen-sink-react-query-file-based/package.json | 4 ++-- examples/react/kitchen-sink-react-query/package.json | 4 ++-- examples/react/kitchen-sink/package.json | 4 ++-- examples/react/large-file-based/package.json | 4 ++-- examples/react/location-masking/package.json | 4 ++-- examples/react/navigation-blocking/package.json | 4 ++-- examples/react/quickstart-file-based/package.json | 4 ++-- .../react/quickstart-rspack-file-based/package.json | 4 ++-- .../react/quickstart-webpack-file-based/package.json | 4 ++-- examples/react/quickstart/package.json | 4 ++-- examples/react/scroll-restoration/package.json | 4 ++-- examples/react/search-validator-adapters/package.json | 10 +++++----- examples/react/start-basic-auth/package.json | 6 +++--- examples/react/start-basic-counter/package.json | 4 ++-- examples/react/start-basic-react-query/package.json | 8 ++++---- examples/react/start-basic-rsc/package.json | 6 +++--- examples/react/start-basic/package.json | 6 +++--- examples/react/start-clerk-basic/package.json | 6 +++--- examples/react/start-convex-trellaux/package.json | 8 ++++---- examples/react/start-trellaux/package.json | 8 ++++---- examples/react/with-framer-motion/package.json | 4 ++-- examples/react/with-trpc-react-query/package.json | 4 ++-- examples/react/with-trpc/package.json | 4 ++-- packages/react-router-with-query/package.json | 2 +- packages/react-router/package.json | 2 +- packages/router-arktype-adapter/package.json | 2 +- packages/router-devtools/package.json | 2 +- packages/router-valibot-adapter/package.json | 2 +- packages/router-zod-adapter/package.json | 2 +- packages/start/package.json | 2 +- 41 files changed, 90 insertions(+), 90 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 9a15907114..2129a387c5 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index 496374abaa..c70f54e942 100644 --- a/examples/react/basic-default-search-params/package.json +++ b/examples/react/basic-default-search-params/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-file-based-codesplitting/package.json b/examples/react/basic-file-based-codesplitting/package.json index d765a930ab..7a41088da0 100644 --- a/examples/react/basic-file-based-codesplitting/package.json +++ b/examples/react/basic-file-based-codesplitting/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 815708956b..ce38015e9f 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -10,8 +10,8 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index 9c252da610..a107ceb86b 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index f570a96104..ec652f4a7d 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.2.0", "react-dom": "^18.2.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 45b430f001..e11d5f610c 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -11,10 +11,10 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "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 0f746be29c..68b0aa1876 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -11,10 +11,10 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 9d28eb0d93..19c751488f 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,8 +10,8 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.2.0", "react-dom": "^18.2.0", "redaxios": "^0.5.1" diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 5e5d969168..9ca988bc42 100644 --- a/examples/react/deferred-data/package.json +++ b/examples/react/deferred-data/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index f54c9c7552..8237533025 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.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 e49b10f85a..4413efcd04 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index bdb353c10a..26b2eb44ce 100644 --- a/examples/react/kitchen-sink-react-query/package.json +++ b/examples/react/kitchen-sink-react-query/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 65e54e0d0a..f55eeffdab 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index 4723c863f2..b6437abef2 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index 31546f8c92..928e6ebfda 100644 --- a/examples/react/location-masking/package.json +++ b/examples/react/location-masking/package.json @@ -11,8 +11,8 @@ "dependencies": { "@radix-ui/react-dialog": "^1.1.1", "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/navigation-blocking/package.json b/examples/react/navigation-blocking/package.json index de97908e41..7e6c33dadf 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index 6f68503e28..09809588e9 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index c786df487f..0268bf3e7a 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -8,8 +8,8 @@ "preview": "rsbuild preview" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart-webpack-file-based/package.json b/examples/react/quickstart-webpack-file-based/package.json index 8ff1e5e950..6c6ea18032 100644 --- a/examples/react/quickstart-webpack-file-based/package.json +++ b/examples/react/quickstart-webpack-file-based/package.json @@ -7,8 +7,8 @@ "build": "webpack build" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index 5ca6cb5c54..ff0cca1758 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/scroll-restoration/package.json b/examples/react/scroll-restoration/package.json index 6aec17709b..e747083e0f 100644 --- a/examples/react/scroll-restoration/package.json +++ b/examples/react/scroll-restoration/package.json @@ -9,9 +9,9 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", + "@tanstack/react-router": "^1.51.1", "@tanstack/react-virtual": "^3.8.4", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/router-devtools": "^1.51.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index bc239de491..e808cf5bb5 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -9,12 +9,12 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/router-zod-adapter": "^1.51.0", - "@tanstack/router-valibot-adapter": "^1.51.0", - "@tanstack/router-arktype-adapter": "^1.51.0", + "@tanstack/router-zod-adapter": "^1.51.1", + "@tanstack/router-valibot-adapter": "^1.51.1", + "@tanstack/router-arktype-adapter": "^1.51.1", "@tanstack/react-query": "^5.51.21", "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 828e9d3270..ba0a88150f 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -16,10 +16,10 @@ "@prisma/client": "5.17.0", "@remix-run/node": "^2.10.3", "@remix-run/server-runtime": "^2.10.3", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.16.0", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", diff --git a/examples/react/start-basic-counter/package.json b/examples/react/start-basic-counter/package.json index 367a6a6f61..2ee25f13ae 100644 --- a/examples/react/start-basic-counter/package.json +++ b/examples/react/start-basic-counter/package.json @@ -11,8 +11,8 @@ "format": "prettier --write '**/*' --ignore-unknown" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.18.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 2a93c3a192..8583bde962 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -14,11 +14,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/react-router-with-query": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/react-router-with-query": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 7c538c2ae4..f679398000 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/plugin-syntax-typescript": "^7.24.7", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "redaxios": "^0.5.1", "tailwind-merge": "^2.4.0", "vinxi": "0.4.1" diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 155a536189..1e074fe2e3 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -12,10 +12,10 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index a8f7899a16..2838e61da6 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -15,10 +15,10 @@ "@clerk/tanstack-start": "0.3.0-snapshot.vdf04997", "@remix-run/node": "^2.10.3", "@remix-run/server-runtime": "^2.10.3", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.16.0", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index babacf9949..86bc74843f 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -15,11 +15,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/react-router-with-query": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/react-router-with-query": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "@convex-dev/react-query": "0.0.0-alpha.5", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index 50a77c3c0b..d39a1d0b01 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -13,11 +13,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/react-router-with-query": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/react-router-with-query": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", - "@tanstack/start": "^1.51.0", + "@tanstack/start": "^1.51.1", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", diff --git a/examples/react/with-framer-motion/package.json b/examples/react/with-framer-motion/package.json index f52213a16f..2cb3da2a17 100644 --- a/examples/react/with-framer-motion/package.json +++ b/examples/react/with-framer-motion/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "redaxios": "^0.5.1", "framer-motion": "^11.3.21", "immer": "^10.1.1", diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index 68bf462438..0eb930ffa8 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "@trpc/client": "11.0.0-rc.477", "@trpc/react-query": "11.0.0-rc.477", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index 9504199bf5..9f6cd12aa6 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -8,8 +8,8 @@ "start": "vinxi start" }, "dependencies": { - "@tanstack/react-router": "^1.51.0", - "@tanstack/router-devtools": "^1.51.0", + "@tanstack/react-router": "^1.51.1", + "@tanstack/router-devtools": "^1.51.1", "@tanstack/router-plugin": "^1.51.0", "@trpc/client": "11.0.0-rc.477", "@trpc/server": "11.0.0-rc.477", diff --git a/packages/react-router-with-query/package.json b/packages/react-router-with-query/package.json index 9f5cf2fa0c..949d796469 100644 --- a/packages/react-router-with-query/package.json +++ b/packages/react-router-with-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router-with-query", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 9144fc8d97..396d15170c 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-arktype-adapter/package.json b/packages/router-arktype-adapter/package.json index 7d8797bea4..55ab2fd128 100644 --- a/packages/router-arktype-adapter/package.json +++ b/packages/router-arktype-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-arktype-adapter", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-devtools/package.json b/packages/router-devtools/package.json index 957cf61e1f..be2447b164 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-valibot-adapter/package.json b/packages/router-valibot-adapter/package.json index 1be0666d05..03d5a0602a 100644 --- a/packages/router-valibot-adapter/package.json +++ b/packages/router-valibot-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-valibot-adapter", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-zod-adapter/package.json b/packages/router-zod-adapter/package.json index f9d2520231..c63728540f 100644 --- a/packages/router-zod-adapter/package.json +++ b/packages/router-zod-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-zod-adapter", - "version": "1.51.0", + "version": "1.51.1", "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 1f3244d4c7..125ba78515 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.51.0", + "version": "1.51.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",