We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119710d commit e4cdc41Copy full SHA for e4cdc41
2 files changed
packages/tanstack-router/CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.1.0 (2026-05-03)
2
+
3
+### 🚀 Features
4
5
+- tanstack router updates ([#1](https://github.com/NativeScript/tanstack/pull/1))
6
7
+### 🩹 Fixes
8
9
+- publishing format for better compat across non-hmr and hmr ([9d69f20](https://github.com/NativeScript/tanstack/commit/9d69f20))
10
11
+### ❤️ Thank You
12
13
+- Nathan Walker
14
15
## 0.0.8 (2026-03-23)
16
17
### 🩹 Fixes
packages/tanstack-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/tanstack-router",
- "version": "0.0.8",
+ "version": "0.1.0",
"description": "TanStack Router for NativeScript",
"main": "index.cjs",
"types": "index.d.ts",
0 commit comments