Skip to content

Commit 0e26a51

Browse files
committed
release: v0.0.1-beta.192
1 parent 709a7c8 commit 0e26a51

File tree

30 files changed

+198
-198
lines changed

30 files changed

+198
-198
lines changed

examples/react/basic/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.191",
13-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-router": "0.0.1-beta.192",
13+
"@tanstack/router-devtools": "0.0.1-beta.192",
1414
"@vitejs/plugin-react": "^1.1.3",
1515
"axios": "^1.1.3",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"vite": "^2.8.6",
19-
"@tanstack/router-core": "0.0.1-beta.191",
20-
"@tanstack/loaders": "0.0.1-beta.191",
21-
"@tanstack/react-loaders": "0.0.1-beta.191",
22-
"@tanstack/actions": "0.0.1-beta.191",
23-
"@tanstack/react-actions": "0.0.1-beta.191",
24-
"@tanstack/react-start": "0.0.1-beta.191",
25-
"@tanstack/router-cli": "0.0.1-beta.191"
19+
"@tanstack/router-core": "0.0.1-beta.192",
20+
"@tanstack/loaders": "0.0.1-beta.192",
21+
"@tanstack/react-loaders": "0.0.1-beta.192",
22+
"@tanstack/actions": "0.0.1-beta.192",
23+
"@tanstack/react-actions": "0.0.1-beta.192",
24+
"@tanstack/react-start": "0.0.1-beta.192",
25+
"@tanstack/router-cli": "0.0.1-beta.192"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^18.0.25",

examples/react/deferred-data/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.191",
13-
"@tanstack/react-actions": "0.0.1-beta.191",
14-
"@tanstack/react-loaders": "0.0.1-beta.191",
15-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-router": "0.0.1-beta.192",
13+
"@tanstack/react-actions": "0.0.1-beta.192",
14+
"@tanstack/react-loaders": "0.0.1-beta.192",
15+
"@tanstack/router-devtools": "0.0.1-beta.192",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
@@ -22,11 +22,11 @@
2222
"zod": "^3.19.1",
2323
"@tanstack/store": "^0.0.1",
2424
"@tanstack/react-store": "^0.0.1",
25-
"@tanstack/router-core": "0.0.1-beta.191",
26-
"@tanstack/loaders": "0.0.1-beta.191",
27-
"@tanstack/actions": "0.0.1-beta.191",
28-
"@tanstack/react-start": "0.0.1-beta.191",
29-
"@tanstack/router-cli": "0.0.1-beta.191"
25+
"@tanstack/router-core": "0.0.1-beta.192",
26+
"@tanstack/loaders": "0.0.1-beta.192",
27+
"@tanstack/actions": "0.0.1-beta.192",
28+
"@tanstack/react-start": "0.0.1-beta.192",
29+
"@tanstack/router-cli": "0.0.1-beta.192"
3030
},
3131
"devDependencies": {
3232
"@types/react": "^18.0.25",

examples/react/file-based-routes/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/actions": "0.0.1-beta.191",
12+
"@tanstack/actions": "0.0.1-beta.192",
1313
"@tanstack/bling": "^0.5.0",
14-
"@tanstack/loaders": "0.0.1-beta.191",
15-
"@tanstack/react-actions": "0.0.1-beta.191",
16-
"@tanstack/react-loaders": "0.0.1-beta.191",
17-
"@tanstack/react-router": "0.0.1-beta.191",
18-
"@tanstack/react-start": "0.0.1-beta.191",
14+
"@tanstack/loaders": "0.0.1-beta.192",
15+
"@tanstack/react-actions": "0.0.1-beta.192",
16+
"@tanstack/react-loaders": "0.0.1-beta.192",
17+
"@tanstack/react-router": "0.0.1-beta.192",
18+
"@tanstack/react-start": "0.0.1-beta.192",
1919
"@tanstack/react-store": "^0.0.1",
20-
"@tanstack/router-cli": "0.0.1-beta.191",
21-
"@tanstack/router-core": "0.0.1-beta.191",
22-
"@tanstack/router-devtools": "0.0.1-beta.191",
20+
"@tanstack/router-cli": "0.0.1-beta.192",
21+
"@tanstack/router-core": "0.0.1-beta.192",
22+
"@tanstack/router-devtools": "0.0.1-beta.192",
2323
"@tanstack/store": "^0.0.1",
2424
"@vitejs/plugin-react": "^1.1.3",
2525
"axios": "^1.1.3",

examples/react/focus-refetching/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.191",
13-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-router": "0.0.1-beta.192",
13+
"@tanstack/router-devtools": "0.0.1-beta.192",
1414
"@vitejs/plugin-react": "^1.1.3",
1515
"axios": "^1.1.3",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"vite": "^2.8.6",
19-
"@tanstack/router-core": "0.0.1-beta.191",
20-
"@tanstack/loaders": "0.0.1-beta.191",
21-
"@tanstack/react-loaders": "0.0.1-beta.191",
22-
"@tanstack/actions": "0.0.1-beta.191",
23-
"@tanstack/react-actions": "0.0.1-beta.191",
24-
"@tanstack/react-start": "0.0.1-beta.191",
25-
"@tanstack/router-cli": "0.0.1-beta.191"
19+
"@tanstack/router-core": "0.0.1-beta.192",
20+
"@tanstack/loaders": "0.0.1-beta.192",
21+
"@tanstack/react-loaders": "0.0.1-beta.192",
22+
"@tanstack/actions": "0.0.1-beta.192",
23+
"@tanstack/react-actions": "0.0.1-beta.192",
24+
"@tanstack/react-start": "0.0.1-beta.192",
25+
"@tanstack/router-cli": "0.0.1-beta.192"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^18.0.25",

examples/react/kitchen-sink-single-file/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-loaders": "0.0.1-beta.191",
13-
"@tanstack/react-actions": "0.0.1-beta.191",
14-
"@tanstack/react-router": "0.0.1-beta.191",
15-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-loaders": "0.0.1-beta.192",
13+
"@tanstack/react-actions": "0.0.1-beta.192",
14+
"@tanstack/react-router": "0.0.1-beta.192",
15+
"@tanstack/router-devtools": "0.0.1-beta.192",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
@@ -22,11 +22,11 @@
2222
"zod": "^3.19.1",
2323
"@tanstack/store": "^0.0.1",
2424
"@tanstack/react-store": "^0.0.1",
25-
"@tanstack/router-core": "0.0.1-beta.191",
26-
"@tanstack/loaders": "0.0.1-beta.191",
27-
"@tanstack/actions": "0.0.1-beta.191",
28-
"@tanstack/react-start": "0.0.1-beta.191",
29-
"@tanstack/router-cli": "0.0.1-beta.191"
25+
"@tanstack/router-core": "0.0.1-beta.192",
26+
"@tanstack/loaders": "0.0.1-beta.192",
27+
"@tanstack/actions": "0.0.1-beta.192",
28+
"@tanstack/react-start": "0.0.1-beta.192",
29+
"@tanstack/router-cli": "0.0.1-beta.192"
3030
},
3131
"devDependencies": {
3232
"@types/react": "^18.0.25",

examples/react/location-masking/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/actions": "0.0.1-beta.191",
13-
"@tanstack/loaders": "0.0.1-beta.191",
14-
"@tanstack/react-actions": "0.0.1-beta.191",
15-
"@tanstack/react-loaders": "0.0.1-beta.191",
12+
"@tanstack/actions": "0.0.1-beta.192",
13+
"@tanstack/loaders": "0.0.1-beta.192",
14+
"@tanstack/react-actions": "0.0.1-beta.192",
15+
"@tanstack/react-loaders": "0.0.1-beta.192",
1616
"@tanstack/react-query": "5.0.0-beta.20",
17-
"@tanstack/react-router": "0.0.1-beta.191",
18-
"@tanstack/react-start": "0.0.1-beta.191",
19-
"@tanstack/router-cli": "0.0.1-beta.191",
20-
"@tanstack/router-core": "0.0.1-beta.191",
21-
"@tanstack/router-devtools": "0.0.1-beta.191",
17+
"@tanstack/react-router": "0.0.1-beta.192",
18+
"@tanstack/react-start": "0.0.1-beta.192",
19+
"@tanstack/router-cli": "0.0.1-beta.192",
20+
"@tanstack/router-core": "0.0.1-beta.192",
21+
"@tanstack/router-devtools": "0.0.1-beta.192",
2222
"@vitejs/plugin-react": "^1.1.3",
2323
"axios": "^1.1.3",
2424
"react": "^18.2.0",

examples/react/quickstart/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.191",
13-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-router": "0.0.1-beta.192",
13+
"@tanstack/router-devtools": "0.0.1-beta.192",
1414
"@vitejs/plugin-react": "^1.1.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"vite": "^2.8.6",
1818
"@tanstack/store": "^0.0.1",
1919
"@tanstack/react-store": "^0.0.1",
20-
"@tanstack/router-core": "0.0.1-beta.191",
21-
"@tanstack/loaders": "0.0.1-beta.191",
22-
"@tanstack/react-loaders": "0.0.1-beta.191",
23-
"@tanstack/actions": "0.0.1-beta.191",
24-
"@tanstack/react-actions": "0.0.1-beta.191",
25-
"@tanstack/react-start": "0.0.1-beta.191",
26-
"@tanstack/router-cli": "0.0.1-beta.191"
20+
"@tanstack/router-core": "0.0.1-beta.192",
21+
"@tanstack/loaders": "0.0.1-beta.192",
22+
"@tanstack/react-loaders": "0.0.1-beta.192",
23+
"@tanstack/actions": "0.0.1-beta.192",
24+
"@tanstack/react-actions": "0.0.1-beta.192",
25+
"@tanstack/react-start": "0.0.1-beta.192",
26+
"@tanstack/router-cli": "0.0.1-beta.192"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^18.0.25",

examples/react/scroll-restoration/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.191",
13-
"@tanstack/router-devtools": "0.0.1-beta.191",
12+
"@tanstack/react-router": "0.0.1-beta.192",
13+
"@tanstack/router-devtools": "0.0.1-beta.192",
1414
"@vitejs/plugin-react": "^1.1.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"vite": "^2.8.6",
1818
"@tanstack/store": "^0.0.1",
1919
"@tanstack/react-store": "^0.0.1",
20-
"@tanstack/router-core": "0.0.1-beta.191",
21-
"@tanstack/loaders": "0.0.1-beta.191",
22-
"@tanstack/react-loaders": "0.0.1-beta.191",
23-
"@tanstack/actions": "0.0.1-beta.191",
24-
"@tanstack/react-actions": "0.0.1-beta.191",
25-
"@tanstack/react-start": "0.0.1-beta.191",
26-
"@tanstack/router-cli": "0.0.1-beta.191"
20+
"@tanstack/router-core": "0.0.1-beta.192",
21+
"@tanstack/loaders": "0.0.1-beta.192",
22+
"@tanstack/react-loaders": "0.0.1-beta.192",
23+
"@tanstack/actions": "0.0.1-beta.192",
24+
"@tanstack/react-actions": "0.0.1-beta.192",
25+
"@tanstack/react-start": "0.0.1-beta.192",
26+
"@tanstack/router-cli": "0.0.1-beta.192"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^18.0.25",

examples/react/ssr-streaming/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"debug": "node --inspect-brk server"
1313
},
1414
"dependencies": {
15-
"@tanstack/actions": "0.0.1-beta.191",
16-
"@tanstack/loaders": "0.0.1-beta.191",
17-
"@tanstack/react-actions": "0.0.1-beta.191",
18-
"@tanstack/react-loaders": "0.0.1-beta.191",
19-
"@tanstack/react-router": "0.0.1-beta.191",
20-
"@tanstack/react-start": "0.0.1-beta.191",
15+
"@tanstack/actions": "0.0.1-beta.192",
16+
"@tanstack/loaders": "0.0.1-beta.192",
17+
"@tanstack/react-actions": "0.0.1-beta.192",
18+
"@tanstack/react-loaders": "0.0.1-beta.192",
19+
"@tanstack/react-router": "0.0.1-beta.192",
20+
"@tanstack/react-start": "0.0.1-beta.192",
2121
"@tanstack/react-store": "^0.0.1",
22-
"@tanstack/router-cli": "0.0.1-beta.191",
23-
"@tanstack/router-core": "0.0.1-beta.191",
24-
"@tanstack/router-devtools": "0.0.1-beta.191",
22+
"@tanstack/router-cli": "0.0.1-beta.192",
23+
"@tanstack/router-core": "0.0.1-beta.192",
24+
"@tanstack/router-devtools": "0.0.1-beta.192",
2525
"@tanstack/store": "^0.0.1",
2626
"axios": "^1.1.3",
2727
"get-port": "^7.0.0",

examples/react/wip-trpc-react-query/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-query": "^4.14.1",
1515
"@tanstack/react-query-devtools": "^4.14.1",
16-
"@tanstack/react-router": "0.0.1-beta.191",
17-
"@tanstack/router-devtools": "0.0.1-beta.191",
16+
"@tanstack/react-router": "0.0.1-beta.192",
17+
"@tanstack/router-devtools": "0.0.1-beta.192",
1818
"@trpc/client": "^10.0.0-rc.6",
1919
"@trpc/react-query": "^10.0.0-rc.6",
2020
"@trpc/server": "^10.0.0-rc.6",
@@ -28,13 +28,13 @@
2828
"zod": "^3.19.1",
2929
"@tanstack/store": "^0.0.1",
3030
"@tanstack/react-store": "^0.0.1",
31-
"@tanstack/router-core": "0.0.1-beta.191",
32-
"@tanstack/loaders": "0.0.1-beta.191",
33-
"@tanstack/react-loaders": "0.0.1-beta.191",
34-
"@tanstack/actions": "0.0.1-beta.191",
35-
"@tanstack/react-actions": "0.0.1-beta.191",
36-
"@tanstack/react-start": "0.0.1-beta.191",
37-
"@tanstack/router-cli": "0.0.1-beta.191"
31+
"@tanstack/router-core": "0.0.1-beta.192",
32+
"@tanstack/loaders": "0.0.1-beta.192",
33+
"@tanstack/react-loaders": "0.0.1-beta.192",
34+
"@tanstack/actions": "0.0.1-beta.192",
35+
"@tanstack/react-actions": "0.0.1-beta.192",
36+
"@tanstack/react-start": "0.0.1-beta.192",
37+
"@tanstack/router-cli": "0.0.1-beta.192"
3838
},
3939
"devDependencies": {
4040
"@types/react": "^18.0.14",

0 commit comments

Comments
 (0)