Skip to content

Commit

Permalink
Merge branch 'alpha' of https://github.com/TanStack/router into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Oct 27, 2022
2 parents ee67ff2 + 7c4ee9e commit 4ff837e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router-devtools": "0.0.1-alpha.6",
"@tanstack/react-router": "0.0.1-alpha.7",
"@tanstack/react-router-devtools": "0.0.1-alpha.7",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink-codesplit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router-devtools": "0.0.1-alpha.6",
"@tanstack/react-router": "0.0.1-alpha.7",
"@tanstack/react-router-devtools": "0.0.1-alpha.7",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router-devtools": "0.0.1-alpha.6",
"@tanstack/react-router": "0.0.1-alpha.7",
"@tanstack/react-router-devtools": "0.0.1-alpha.7",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.1.3",
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 @@ -13,7 +13,7 @@
"broadcast-channel": "^3.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router": "0.0.1-alpha.7",
"react-query": "^3.5.0",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-router-devtools",
"author": "Tanner Linsley",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://react-router.tanstack.com/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"src"
],
"peerDependencies": {
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router": "0.0.1-alpha.7",
"react": ">=16",
"react-dom": ">=16"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-rank-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/router-rank-routes",
"author": "Tanner Linsley",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.7",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://react-router.tanstack.com/",
Expand Down Expand Up @@ -37,6 +37,6 @@
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"@tanstack/react-router": "0.0.1-alpha.6"
"@tanstack/react-router": "0.0.1-alpha.7"
}
}
4 changes: 2 additions & 2 deletions 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-alpha.6",
"version": "0.0.1-alpha.7",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://react-router.tanstack.com/",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@tanstack/router-core": "0.0.1-alpha.6",
"@tanstack/router-core": "0.0.1-alpha.7",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
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-alpha.6",
"version": "0.0.1-alpha.7",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router",
Expand Down

0 comments on commit 4ff837e

Please sign in to comment.