Skip to content

Commit 8cdeed9

Browse files
committed
release(core): 9.0.11
1 parent 7a1a5f4 commit 8cdeed9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 9.0.11 (2026-01-04)
2+
3+
### 🚀 Features
4+
5+
- **config:** remote module security ([#11040](https://github.com/NativeScript/NativeScript/pull/11040))
6+
7+
### 🩹 Fixes
8+
9+
- **ios:** SegmentedBar update selected text color when selected background color changes ([#11016](https://github.com/NativeScript/NativeScript/pull/11016))
10+
11+
### ❤️ Thank You
12+
13+
- Jorge Cancino Oteíza @JorgeOteiza
14+
- Nathan Walker
15+
16+
## 9.0.10 (2025-12-21)
17+
18+
- CI workflow adjustments, same changes as 9.0.9
19+
120
## 9.0.9 (2025-12-21)
221

322
### 🚀 Features

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.11-next.2",
3+
"version": "9.0.11",
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)