@tanstack/react-router 1.157.17 → 1.158.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2246,7 +2246,7 @@ export const Route = createRootRoute({
2246
2246
 
2247
2247
  ### Single-Page Applications
2248
2248
 
2249
- First, remove the \`<title>\` tag from the the index.html if you have set any.
2249
+ First, remove the \`<title>\` tag from the index.html if you have set any.
2250
2250
 
2251
2251
  \`\`\`tsx
2252
2252
  import { HeadContent } from '@tanstack/react-router'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-router",
3
- "version": "1.157.17",
3
+ "version": "1.158.0",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -82,7 +82,7 @@
82
82
  "tiny-invariant": "^1.3.3",
83
83
  "tiny-warning": "^1.0.3",
84
84
  "@tanstack/history": "1.154.14",
85
- "@tanstack/router-core": "1.157.16"
85
+ "@tanstack/router-core": "1.158.0"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@testing-library/jest-dom": "^6.6.3",