Skip to content

Commit b002eaf

Browse files
committed
release: 0.0.5
1 parent 55e141e commit b002eaf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/tanstack-router/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.0.4 (2026-03-09)
212

313
### 🩹 Fixes

packages/tanstack-router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/tanstack-router",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "TanStack Router for NativeScript",
55
"main": "index.cjs",
66
"module": "index.mjs",
@@ -69,6 +69,7 @@
6969
"homepage": "https://github.com/NativeScript/tanstack",
7070
"readmeFilename": "README.md",
7171
"dependencies": {
72+
"@tanstack/router-plugin": "^1.166.0",
7273
"@tanstack/history": "^1.100.0",
7374
"@tanstack/solid-router": "^1.166.0"
7475
},

0 commit comments

Comments
 (0)