Skip to content

Commit e82dded

Browse files
ci: changeset release
1 parent 7324b98 commit e82dded

File tree

23 files changed

+29
-28
lines changed

23 files changed

+29
-28
lines changed

.changeset/green-rabbits-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/react/start-bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-router": "^1.168.19",
1414
"@tanstack/react-router-devtools": "^1.166.13",
15-
"@tanstack/react-start": "^1.167.36",
15+
"@tanstack/react-start": "^1.167.37",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"zod": "^3.24.2"

examples/react/start-basic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@prisma/client": "^7.0.0",
1717
"@tanstack/react-router": "^1.168.19",
1818
"@tanstack/react-router-devtools": "^1.166.13",
19-
"@tanstack/react-start": "^1.167.36",
19+
"@tanstack/react-start": "^1.167.37",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
2222
"redaxios": "^0.5.1",

examples/react/start-basic-authjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@auth/core": "^0.41.1",
1414
"@tanstack/react-router": "^1.168.19",
1515
"@tanstack/react-router-devtools": "^1.166.13",
16-
"@tanstack/react-start": "^1.167.36",
16+
"@tanstack/react-start": "^1.167.37",
1717
"start-authjs": "^1.0.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

examples/react/start-basic-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@tanstack/react-router": "^1.168.19",
1616
"@tanstack/react-router-devtools": "^1.166.13",
17-
"@tanstack/react-start": "^1.167.36",
17+
"@tanstack/react-start": "^1.167.37",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
},

examples/react/start-basic-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-router": "^1.168.19",
1616
"@tanstack/react-router-devtools": "^1.166.13",
1717
"@tanstack/react-router-ssr-query": "^1.166.11",
18-
"@tanstack/react-start": "^1.167.36",
18+
"@tanstack/react-start": "^1.167.37",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
2121
"redaxios": "^0.5.1",

examples/react/start-basic-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-router": "^1.168.19",
1414
"@tanstack/react-router-devtools": "^1.166.13",
15-
"@tanstack/react-start": "^1.167.36",
15+
"@tanstack/react-start": "^1.167.37",
1616
"@tanstack/start-static-server-functions": "^1.166.32",
1717
"@vitejs/plugin-react": "^6.0.1",
1818
"react": "^19.0.0",

examples/react/start-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tanstack/react-router": "^1.168.19",
1414
"@tanstack/react-router-devtools": "^1.166.13",
15-
"@tanstack/react-start": "^1.167.36",
15+
"@tanstack/react-start": "^1.167.37",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"tailwind-merge": "^2.6.0",

examples/react/start-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tanstack/react-router": "^1.168.19",
1919
"@tanstack/react-router-devtools": "^1.166.13",
2020
"@tanstack/react-router-ssr-query": "^1.166.11",
21-
"@tanstack/react-start": "^1.167.36",
21+
"@tanstack/react-start": "^1.167.37",
2222
"@tanstack/router-plugin": "^1.167.21",
2323
"react": "^19.1.1",
2424
"react-dom": "^19.1.1",

examples/react/start-clerk-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@clerk/tanstack-react-start": "^0.27.14",
1414
"@tanstack/react-router": "^1.168.19",
1515
"@tanstack/react-router-devtools": "^1.166.13",
16-
"@tanstack/react-start": "^1.167.36",
16+
"@tanstack/react-start": "^1.167.37",
1717
"@vitejs/plugin-react": "^6.0.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)