Skip to content

Commit

Permalink
release: v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 13, 2024
1 parent f7cbde4 commit 8304d6f
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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@tanstack/router-devtools": "^1.27.0",
"@tanstack/router-vite-plugin": "^1.26.21",
"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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@tanstack/router-devtools": "^1.27.0",
"@tanstack/router-vite-plugin": "^1.26.21",
"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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@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.27.0",
"@tanstack/react-router-server": "^1.27.0",
"@tanstack/react-router-server": "^1.28.0",
"@tanstack/react-store": "^0.2.1",
"@tanstack/router-devtools": "^1.27.0",
"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.27.0",
"version": "1.28.0",
"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 8304d6f

Please sign in to comment.