Skip to content

Commit f509d17

Browse files
committed
release: 0.0.8
1 parent 5093a18 commit f509d17

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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.8 (2026-03-23)
2+
3+
### 🩹 Fixes
4+
5+
- compat with latest 1.168+ tanstack ([5093a18](https://github.com/NativeScript/tanstack/commit/5093a18))
6+
7+
### ❤️ Thank You
8+
9+
- Nathan Walker
10+
111
## 0.0.5 (2026-03-13)
212

313
### 🚀 Features

packages/tanstack-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/tanstack-router",
3-
"version": "0.0.5",
3+
"version": "0.0.8",
44
"description": "TanStack Router for NativeScript",
55
"main": "index.cjs",
66
"module": "index.mjs",
@@ -69,9 +69,9 @@
6969
"homepage": "https://github.com/NativeScript/tanstack",
7070
"readmeFilename": "README.md",
7171
"dependencies": {
72-
"@tanstack/router-plugin": "^1.166.0",
73-
"@tanstack/history": "^1.100.0",
74-
"@tanstack/solid-router": "^1.166.0"
72+
"@tanstack/router-plugin": "^1.167.0",
73+
"@tanstack/history": "^1.161.0",
74+
"@tanstack/solid-router": "^1.168.0"
7575
},
7676
"peerDependencies": {
7777
"@nativescript-community/solid-js": ">=0.1.0",

0 commit comments

Comments
 (0)