We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21411ef commit df845bbCopy full SHA for df845bb
packages/core/CHANGELOG.md
@@ -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
13
## 9.0.5 (2025-12-04)
14
15
### 🩹 Fixes
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
- "version": "9.0.5",
+ "version": "9.0.6",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"type": "module",
"main": "index",
0 commit comments