Skip to content

Commit

Permalink
release: v1.43.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 3, 2024
1 parent 2d5596a commit e827545
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.43.6",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.43.6",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"redaxios": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@tanstack/react-router-with-query": "^1.43.2",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@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-basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@tanstack/react-router": "^1.43.6",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"redaxios": "^0.5.0",
"tailwind-merge": "^1.14.0",
"vinxi": "^0.3.11"
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.43.6",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@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.43.6",
"@tanstack/router-devtools": "^1.43.6",
"@tanstack/router-vite-plugin": "^1.43.5",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@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 @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/bling": "^0.5.0",
"@tanstack/react-router": "^1.43.6",
"@tanstack/start": "^1.43.6",
"@tanstack/start": "^1.43.7",
"@tanstack/react-store": "^0.2.1",
"@tanstack/router-devtools": "^1.43.6",
"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.43.6",
"version": "1.43.7",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down

0 comments on commit e827545

Please sign in to comment.