Skip to content

Commit

Permalink
release: v1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 22, 2024
1 parent 66b4cc9 commit f778f25
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.40.0",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"redaxios": "^0.5.0",
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.40.0",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"redaxios": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@tanstack/react-router": "^1.40.0",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"redaxios": "^0.5.0",
"isbot": "^3.7.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tanstack/react-router": "^1.40.0",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tanstack/react-router": "^1.40.0",
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-vite-plugin": "^1.39.13",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4",
"isbot": "^3.7.0",
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.40.0",
"@tanstack/start": "^1.40.0",
"@tanstack/start": "^1.40.1",
"@tanstack/react-store": "^0.2.1",
"@tanstack/router-devtools": "^1.40.0",
"redaxios": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/start",
"version": "1.40.0",
"version": "1.40.1",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down

0 comments on commit f778f25

Please sign in to comment.