Skip to content

Commit 3485a88

Browse files
ci: changeset release
1 parent 22dc152 commit 3485a88

64 files changed

Lines changed: 154 additions & 130 deletions

File tree

Some content is hidden

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

.changeset/wild-lies-marry.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@tanstack/solid-router": "^1.168.19",
13+
"@tanstack/solid-router": "^1.168.20",
1414
"@tanstack/solid-router-devtools": "^1.166.13",
1515
"@tanstack/router-plugin": "^1.167.22",
1616
"firebase": "^11.4.0",

examples/solid/authenticated-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@tanstack/solid-router": "^1.168.19",
13+
"@tanstack/solid-router": "^1.168.20",
1414
"@tanstack/solid-router-devtools": "^1.166.13",
1515
"@tanstack/router-plugin": "^1.167.22",
1616
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
1313
"@tanstack/solid-query": "^5.90.9",
14-
"@tanstack/solid-router": "^1.168.19",
14+
"@tanstack/solid-router": "^1.168.20",
1515
"@tanstack/solid-router-devtools": "^1.166.13",
1616
"solid-js": "^1.9.10",
1717
"redaxios": "^0.5.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@tanstack/solid-router": "^1.168.19",
13+
"@tanstack/solid-router": "^1.168.20",
1414
"@tanstack/solid-router-devtools": "^1.166.13",
1515
"redaxios": "^0.5.1",
1616
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@tanstack/solid-router": "^1.168.19",
13+
"@tanstack/solid-router": "^1.168.20",
1414
"@tanstack/solid-router-devtools": "^1.166.13",
1515
"redaxios": "^0.5.1",
1616
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.2.2",
13-
"@tanstack/solid-router": "^1.168.19",
13+
"@tanstack/solid-router": "^1.168.20",
1414
"@tanstack/solid-router-devtools": "^1.166.13",
1515
"redaxios": "^0.5.1",
1616
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tailwindcss/vite": "^4.2.2",
1414
"@tanstack/solid-query": "^5.90.9",
1515
"@tanstack/solid-query-devtools": "^5.90.0",
16-
"@tanstack/solid-router": "^1.168.19",
16+
"@tanstack/solid-router": "^1.168.20",
1717
"@tanstack/solid-router-devtools": "^1.166.13",
1818
"redaxios": "^0.5.1",
1919
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tailwindcss/vite": "^4.2.2",
1313
"@tanstack/solid-query": "^5.90.9",
1414
"@tanstack/solid-query-devtools": "^5.90.0",
15-
"@tanstack/solid-router": "^1.168.19",
15+
"@tanstack/solid-router": "^1.168.20",
1616
"@tanstack/solid-router-devtools": "^1.166.13",
1717
"redaxios": "^0.5.1",
1818
"solid-js": "^1.9.10",

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

Lines changed: 1 addition & 1 deletion
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.168.19",
14+
"@tanstack/solid-router": "^1.168.20",
1515
"@tanstack/router-plugin": "^1.167.22",
1616
"compression": "^1.8.0",
1717
"express": "^4.21.2",

0 commit comments

Comments
 (0)