Skip to content

Commit edec20a

Browse files
chore(release): publish
- project: vite 8.0.6
1 parent 0be657f commit edec20a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/vite/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 8.0.6 (2026-09-10)
2+
3+
### 🩹 Fixes
4+
5+
- **vite:** await the client strategy before /ns/rt $navigateTo reports the navigator missing ([#11424](https://github.com/NativeScript/NativeScript/pull/11424), [#11422](https://github.com/NativeScript/NativeScript/issues/11422))
6+
- **vite:** replace the browser preload helper before esbuild minifies it ([#11425](https://github.com/NativeScript/NativeScript/pull/11425), [#11423](https://github.com/NativeScript/NativeScript/issues/11423))
7+
- **vite:** serve deps-bundle shims for barrels that re-export a bare package ([#11427](https://github.com/NativeScript/NativeScript/pull/11427))
8+
9+
### ❤️ Thank You
10+
11+
- Nathan Walker
12+
- Steve McNiven-Scott
13+
114
## 8.0.5 (2026-09-07)
215

316
### 🚀 Features

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/vite",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"description": "Vite for NativeScript",
55
"main": "./index.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)