Skip to content

Commit 5cbfecc

Browse files
committed
release: 0.0.2
1 parent 5598804 commit 5cbfecc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.0.2 (2026-03-08)
2+
3+
### 🚀 Features
4+
5+
- support vite ([5598804](https://github.com/NativeScript/tanstack/commit/5598804))
6+
- improve deterministic page navigation handling ([c0cb80d](https://github.com/NativeScript/tanstack/commit/c0cb80d))
7+
8+
### ❤️ Thank You
9+
10+
- Nathan Walker

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.1",
3+
"version": "0.0.2",
44
"description": "TanStack Router for NativeScript",
55
"main": "index.cjs",
66
"module": "index.mjs",
@@ -10,6 +10,7 @@
1010
"index.mjs",
1111
"index.d.ts",
1212
"solid",
13+
"nativescript.vite.mjs",
1314
"nativescript.webpack.js",
1415
"solid-web-shim.js",
1516
"solid-js-jsx-runtime-shim.js",

0 commit comments

Comments
 (0)