Skip to content

Commit

Permalink
release: v1.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 2, 2024
1 parent 8fe3a36 commit 7d3bab6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@tanstack/router-devtools": "^1.26.4",
"@tanstack/router-vite-plugin": "^1.25.0",
"axios": "^1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@tanstack/router-devtools": "^1.26.4",
"@tanstack/router-vite-plugin": "^1.25.0",
"axios": "^1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/vinxi-basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@vinxi/react": "0.1.1",
"@vinxi/server-functions": "^0.1.1",
"autoprefixer": "^10.4.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/vinxi-basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@vinxi/react": "0.1.1",
"@vinxi/server-functions": "^0.1.1",
"autoprefixer": "^10.4.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/vinxi-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@vinxi/react": "0.1.1",
"@vinxi/server-functions": "^0.1.1",
"autoprefixer": "^10.4.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/wip-with-bling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@tanstack/bling": "^0.5.0",
"@tanstack/react-router": "^1.26.4",
"@tanstack/react-router-server": "^1.26.4",
"@tanstack/react-router-server": "^1.26.5",
"@tanstack/react-store": "^0.2.1",
"@tanstack/router-devtools": "^1.26.4",
"axios": "^1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-router-server",
"version": "1.26.4",
"version": "1.26.5",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d3bab6

Please sign in to comment.