From 8bebd3eba1e9365aed9d29351864cb3d23e1246a Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Mon, 26 Aug 2024 02:57:46 +0000 Subject: [PATCH] release: v1.50.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 8134dafa19..91f7a2dacd 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 1b4a0b0712..9a05feacc7 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 e8547b9af7..8f43b46ca9 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 c674fb653b..2a86180d3e 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 96808c29e1..7829535b55 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 acf0db24d2..6756621cab 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 6ebeea0688..27552d32db 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 d41b0836a6..f4dcac318d 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 c48f00ab6e..b5c127e693 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 ca1c6112ce..27ad57a295 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 bede68141c..bbc8084b8a 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 7c4fcde0e0..cd588f4b73 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 770719a7d2..e3ee3b1e89 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 02f5aab3f6..8bd52b79a4 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 6b2d5758ca..74c17e0d9a 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 19af31d365..2b56b732d9 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 fa84617311..a8c8ed31a3 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 eb5686bd38..1d0a0eaaec 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "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 2a2e337b30..d726be568e 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 bc1b892b78..95d46d50b7 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 15c34c8a6f..9a0af7c41c 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 a692ca36cf..476876feb1 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.50.0", + "@tanstack/react-router": "^1.50.1", "@tanstack/react-virtual": "^3.8.4", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/router-devtools": "^1.50.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 515d63a2a2..1544710f61 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/router-zod-adapter": "^1.50.0", - "@tanstack/router-valibot-adapter": "^1.50.0", - "@tanstack/router-arktype-adapter": "^1.50.0", + "@tanstack/router-zod-adapter": "^1.50.1", + "@tanstack/router-valibot-adapter": "^1.50.1", + "@tanstack/router-arktype-adapter": "^1.50.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 64c78fdcbc..488aaca06e 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 87aa7a1a84..b53f6898e9 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.50.0", - "@tanstack/start": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/start": "^1.50.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 24dbf5c376..974ea61ecd 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.50.0", - "@tanstack/react-router-with-query": "^1.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/react-router-with-query": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 8182afbcb7..9fd45a7580 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 b1a3616cff..2832e178d2 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 49161e6499..e0ab211fd3 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 c2c46b300e..671e2d4208 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.50.0", - "@tanstack/react-router-with-query": "^1.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/react-router-with-query": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 7dcd536f08..ab2a29ca59 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.50.0", - "@tanstack/react-router-with-query": "^1.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/react-router-with-query": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", - "@tanstack/start": "^1.50.0", + "@tanstack/start": "^1.50.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 1e7271253e..dd3a30cfed 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.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 8596c65a7b..a91fed61a6 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "@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 79cf19ebab..011faa7e13 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.50.0", - "@tanstack/router-devtools": "^1.50.0", + "@tanstack/react-router": "^1.50.1", + "@tanstack/router-devtools": "^1.50.1", "@tanstack/router-plugin": "^1.49.3", "@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 8d6a08062d..baf168f2b8 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.50.0", + "version": "1.50.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 8a7f986329..ec0683415d 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router", - "version": "1.50.0", + "version": "1.50.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 be9238a834..e43b678f17 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.50.0", + "version": "1.50.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 d2e2ca96a4..88fdb87f8b 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.50.0", + "version": "1.50.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 e3d625f645..a417a3a347 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.50.0", + "version": "1.50.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 0c2c610462..e467ade1df 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.50.0", + "version": "1.50.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 cd407397fa..7399f381f4 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.50.0", + "version": "1.50.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",