From 01d5efd1c221236b320d7a7c2f7ca4683f6ce74a Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sun, 1 Sep 2024 00:54:32 +0000 Subject: [PATCH] release: v1.52.2 --- 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 3e40df1da..7f566e36a 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 50e037c9d..172ffa921 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 e7200a6ae..7daba3c8a 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 63762b575..20a0aaf14 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 861382efa..c5fdde8a7 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 b9b3fdf5f..896707a60 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 4ec411544..b824d34c2 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.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 77d7598a7..84dd984f2 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "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 c094c21e4..ca61f0626 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 1341c9118..821845516 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 5745bc251..07bb40dc2 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 58610dca8..e0a8f5a09 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 7c1b1f7aa..13ba735b1 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 113bf801f..9b7aaad50 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 2a69c102d..fce6409a8 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 bf5ef5bac..04b6f6248 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 4be651c28..705ef2117 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 4fbf3ee07..64fca59bf 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 6947b413a..9a2d1d747 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 38b6a9f2d..6e17b3caf 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index 4a63c44ac..f2bcbcf97 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 5990f8a54..298915b0f 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.52.1", + "@tanstack/react-router": "^1.52.2", "@tanstack/react-virtual": "^3.8.4", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/router-devtools": "^1.52.2", "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 dbef45e16..02aa79fed 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/router-zod-adapter": "^1.52.1", - "@tanstack/router-valibot-adapter": "^1.52.1", - "@tanstack/router-arktype-adapter": "^1.52.1", + "@tanstack/router-zod-adapter": "^1.52.2", + "@tanstack/router-valibot-adapter": "^1.52.2", + "@tanstack/router-arktype-adapter": "^1.52.2", "@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 557a688a6..0f3ad0dae 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -14,10 +14,10 @@ }, "dependencies": { "@prisma/client": "5.17.0", - "@tanstack/react-router": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", "isbot": "^5.1.12", diff --git a/examples/react/start-basic-counter/package.json b/examples/react/start-basic-counter/package.json index 4994cab1e..e1b2c4f0c 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.52.1", - "@tanstack/start": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/start": "^1.52.2", "react": "^18.3.1", "react-dom": "^18.3.1", "vinxi": "0.4.2" diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index c33a5eba4..0ef8731e0 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.52.1", - "@tanstack/react-router-with-query": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/react-router-with-query": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "react": "^18.3.1", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 785f41cde..41ec596cd 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "redaxios": "^0.5.1", "tailwind-merge": "^2.5.2", "vinxi": "0.4.2" diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index a6e83cd09..ab45e5788 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "react": "^18.3.1", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index e54e645f0..1cf4da95f 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -13,10 +13,10 @@ }, "dependencies": { "@clerk/tanstack-start": "0.3.0-snapshot.vdf04997", - "@tanstack/react-router": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", "isbot": "^5.1.12", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 7d75b0ee0..2f0c6dc80 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.52.1", - "@tanstack/react-router-with-query": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/react-router-with-query": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "@convex-dev/react-query": "0.0.0-alpha.5", "concurrently": "^8.2.2", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index 871651f12..fcb492c06 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.52.1", - "@tanstack/react-router-with-query": "^1.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/react-router-with-query": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.52.1", + "@tanstack/start": "^1.52.2", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "ky": "^1.5.0", diff --git a/examples/react/with-framer-motion/package.json b/examples/react/with-framer-motion/package.json index d3cb6bfe6..a190f7ba7 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "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 7e8a1d31e..f88895c46 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 b9fbeccb0..5de7d2463 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.52.1", - "@tanstack/router-devtools": "^1.52.1", + "@tanstack/react-router": "^1.52.2", + "@tanstack/router-devtools": "^1.52.2", "@tanstack/router-plugin": "^1.52.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 74cc98ae0..709522f93 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.52.1", + "version": "1.52.2", "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 5a2fbcf12..864e1bfab 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router", - "version": "1.52.1", + "version": "1.52.2", "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 67f4c8a19..83ae67cc1 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.52.1", + "version": "1.52.2", "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 08edbf299..62a2dd2d3 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.52.1", + "version": "1.52.2", "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 3a191a01a..32511cfa6 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.52.1", + "version": "1.52.2", "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 949039681..49b6a3f3f 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.52.1", + "version": "1.52.2", "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 24f1b8a2f..46c17e2cd 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.52.1", + "version": "1.52.2", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",