Skip to content

Commit 9ba2421

Browse files
committed
release(core): 9.0.5
1 parent b9b9819 commit 9ba2421

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
"commitReferences": true,
128128
"versionTitleDate": true
129129
}
130+
},
131+
"git": {
132+
"commit": false,
133+
"tag": false,
134+
"push": false
130135
}
131136
},
132137
"releaseTag": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 9.0.5 (2025-12-04)
2+
3+
### 🩹 Fixes
4+
5+
- **android:** invalid a11y listeners that crashed apps on exit ([#11000](https://github.com/NativeScript/NativeScript/pull/11000))
6+
- **android:** prevent splash screen from being shown during navigation ([#10999](https://github.com/NativeScript/NativeScript/pull/10999))
7+
- **ListView:** android sectioned data state to match ios for framework integrations ([e2fc18312](https://github.com/NativeScript/NativeScript/commit/e2fc18312))
8+
9+
### ❤️ Thank You
10+
11+
- Dimitris-Rafail Katsampas @CatchABus
12+
- Nathan Walker
13+
114
## 9.0.4 (2025-11-28)
215

316
### 🩹 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.4",
3+
"version": "9.0.5",
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)