Skip to content

Commit 30eff51

Browse files
committed
release: v1.136.12
1 parent e93b712 commit 30eff51

File tree

65 files changed

+181
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+181
-181
lines changed

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
"@tanstack/react-router": "^1.136.11",
1313
"@tanstack/react-router-devtools": "^1.136.11",
1414
"@tanstack/react-start": "^1.136.11",
15-
"@tanstack/start-static-server-functions": "^1.136.11",
15+
"@tanstack/start-static-server-functions": "^1.136.12",
1616
"@vitejs/plugin-react": "^5.1.0",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",

examples/solid/authenticated-routes-firebase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
13-
"@tanstack/solid-router": "^1.136.11",
14-
"@tanstack/solid-router-devtools": "^1.136.11",
13+
"@tanstack/solid-router": "^1.136.12",
14+
"@tanstack/solid-router-devtools": "^1.136.12",
1515
"@tanstack/router-plugin": "^1.136.11",
1616
"firebase": "^11.4.0",
1717
"postcss": "^8.5.1",

examples/solid/authenticated-routes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
13-
"@tanstack/solid-router": "^1.136.11",
14-
"@tanstack/solid-router-devtools": "^1.136.11",
13+
"@tanstack/solid-router": "^1.136.12",
14+
"@tanstack/solid-router-devtools": "^1.136.12",
1515
"@tanstack/router-plugin": "^1.136.11",
1616
"postcss": "^8.5.1",
1717
"solid-js": "^1.9.10",

examples/solid/basic-default-search-params/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
1313
"@tanstack/solid-query": "^5.90.0",
14-
"@tanstack/solid-router": "^1.136.11",
15-
"@tanstack/solid-router-devtools": "^1.136.11",
14+
"@tanstack/solid-router": "^1.136.12",
15+
"@tanstack/solid-router-devtools": "^1.136.12",
1616
"postcss": "^8.5.1",
1717
"solid-js": "^1.9.10",
1818
"redaxios": "^0.5.1",

examples/solid/basic-devtools-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
13-
"@tanstack/solid-router": "^1.136.11",
14-
"@tanstack/solid-router-devtools": "^1.136.11",
13+
"@tanstack/solid-router": "^1.136.12",
14+
"@tanstack/solid-router-devtools": "^1.136.12",
1515
"postcss": "^8.5.1",
1616
"redaxios": "^0.5.1",
1717
"solid-js": "^1.9.10",

examples/solid/basic-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
13-
"@tanstack/solid-router": "^1.136.11",
14-
"@tanstack/solid-router-devtools": "^1.136.11",
13+
"@tanstack/solid-router": "^1.136.12",
14+
"@tanstack/solid-router-devtools": "^1.136.12",
1515
"postcss": "^8.5.1",
1616
"redaxios": "^0.5.1",
1717
"solid-js": "^1.9.10",

examples/solid/basic-non-nested-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
13-
"@tanstack/solid-router": "^1.136.11",
14-
"@tanstack/solid-router-devtools": "^1.136.11",
13+
"@tanstack/solid-router": "^1.136.12",
14+
"@tanstack/solid-router-devtools": "^1.136.12",
1515
"postcss": "^8.5.1",
1616
"redaxios": "^0.5.1",
1717
"solid-js": "^1.9.10",

examples/solid/basic-solid-query-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@tailwindcss/postcss": "^4.1.15",
1414
"@tanstack/solid-query": "^5.90.9",
1515
"@tanstack/solid-query-devtools": "^5.71.9",
16-
"@tanstack/solid-router": "^1.136.11",
17-
"@tanstack/solid-router-devtools": "^1.136.11",
16+
"@tanstack/solid-router": "^1.136.12",
17+
"@tanstack/solid-router-devtools": "^1.136.12",
1818
"postcss": "^8.5.1",
1919
"redaxios": "^0.5.1",
2020
"solid-js": "^1.9.10",

examples/solid/basic-solid-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@tailwindcss/postcss": "^4.1.15",
1313
"@tanstack/solid-query": "^5.90.9",
1414
"@tanstack/solid-query-devtools": "^5.71.9",
15-
"@tanstack/solid-router": "^1.136.11",
16-
"@tanstack/solid-router-devtools": "^1.136.11",
15+
"@tanstack/solid-router": "^1.136.12",
16+
"@tanstack/solid-router-devtools": "^1.136.12",
1717
"postcss": "^8.5.1",
1818
"redaxios": "^0.5.1",
1919
"solid-js": "^1.9.10",

examples/solid/basic-ssr-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"debug": "node --inspect-brk server"
1212
},
1313
"dependencies": {
14-
"@tanstack/solid-router": "^1.136.11",
14+
"@tanstack/solid-router": "^1.136.12",
1515
"@tanstack/router-plugin": "^1.136.11",
1616
"compression": "^1.8.0",
1717
"express": "^4.21.2",
@@ -20,7 +20,7 @@
2020
"solid-js": "^1.9.10"
2121
},
2222
"devDependencies": {
23-
"@tanstack/solid-router-devtools": "^1.136.11",
23+
"@tanstack/solid-router-devtools": "^1.136.12",
2424
"@types/express": "^4.17.23",
2525
"vite-plugin-solid": "^2.11.10",
2626
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)