Skip to content

Commit 630ec31

Browse files
committed
release(core): 9.0.4
1 parent 8aa77c2 commit 630ec31

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 9.0.4 (2025-11-28)
2+
3+
### 🩹 Fixes
4+
5+
- **ios:** prevent gc from collecting current navigation transition ([#10967](https://github.com/NativeScript/NativeScript/pull/10967))
6+
- **SplitView:** export improvements ([#10968](https://github.com/NativeScript/NativeScript/pull/10968))
7+
8+
### ❤️ Thank You
9+
10+
- Dimitris-Rafail Katsampas @CatchABus
11+
12+
## 9.0.3 (2025-11-23)
13+
14+
### 🚀 Features
15+
16+
- **core:** improve esm/commonjs compat with emoji-regex dependency ([8aa77c23c](https://github.com/NativeScript/NativeScript/commit/8aa77c23c))
17+
18+
### ❤️ Thank You
19+
20+
- Nathan Walker
21+
122
## 9.0.2 (2025-11-20)
223

324
### 🩹 Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "9.0.2",
3+
"version": "9.0.4",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"type": "module",
66
"main": "index",

0 commit comments

Comments
 (0)