Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/TanStack/router into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 18, 2023
2 parents 3b16b58 + 1e249ba commit 1b1bde8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@tanstack/router-cli": "0.0.1-beta.47",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-with-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@tanstack/router-cli": "0.0.1-beta.47",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@tanstack/router-cli": "0.0.1-beta.47",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-multi-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-route-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@tanstack/router-cli": "0.0.1-beta.47",
"@vitejs/plugin-react": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-single-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@vitejs/plugin-react": "^1.1.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-astro-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/netlify": "^1.2.1",
"@astrojs/react": "^1.2.2",
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/router-cli": "0.0.1-beta.47",
"astro": "^1.6.12",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@trpc/client": "^10.0.0-rc.6",
"@trpc/react-query": "^10.0.0-rc.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.49",
"@tanstack/react-router": "0.0.1-beta.50",
"@tanstack/react-router-devtools": "0.0.1-beta.49",
"@trpc/client": "^10.0.0-rc.6",
"@trpc/react-query": "^10.0.0-rc.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-router",
"author": "Tanner Linsley",
"version": "0.0.1-beta.49",
"version": "0.0.1-beta.50",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router/",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/router-core",
"author": "Tanner Linsley",
"version": "0.0.1-beta.49",
"version": "0.0.1-beta.50",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router",
Expand Down

0 comments on commit 1b1bde8

Please sign in to comment.