Skip to content

Commit df845bb

Browse files
committed
release(core): 9.0.6
1 parent 21411ef commit df845bb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 9.0.6 (2025-12-07)
2+
3+
### 🩹 Fixes
4+
5+
- **android:** edge to edge guards on activity type ([#11005](https://github.com/NativeScript/NativeScript/pull/11005))
6+
- **ios:** null-check for action bar updates ([#11003](https://github.com/NativeScript/NativeScript/pull/11003))
7+
8+
### ❤️ Thank You
9+
10+
- Dimitris-Rafail Katsampas @CatchABus
11+
- Nathan Walker
12+
113
## 9.0.5 (2025-12-04)
214

315
### 🩹 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.5",
3+
"version": "9.0.6",
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)