We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e141e commit b002eafCopy full SHA for b002eaf
2 files changed
packages/tanstack-router/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.0.5 (2026-03-13)
2
+
3
+### 🚀 Features
4
5
+- support file based routes ([55e141e](https://github.com/NativeScript/tanstack/commit/55e141e))
6
7
+### ❤️ Thank You
8
9
+- Nathan Walker
10
11
## 0.0.4 (2026-03-09)
12
13
### 🩹 Fixes
packages/tanstack-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/tanstack-router",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "TanStack Router for NativeScript",
"main": "index.cjs",
"module": "index.mjs",
@@ -69,6 +69,7 @@
69
"homepage": "https://github.com/NativeScript/tanstack",
70
"readmeFilename": "README.md",
71
"dependencies": {
72
+ "@tanstack/router-plugin": "^1.166.0",
73
"@tanstack/history": "^1.100.0",
74
"@tanstack/solid-router": "^1.166.0"
75
},
0 commit comments