Skip to content

Commit caa9b60

Browse files
committed
release(core): 8.9.9
1 parent 714f1c7 commit caa9b60

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 8.9.9 (2025-09-09)
2+
3+
### 🚀 Features
4+
5+
- **TextField:** decimal keyboardType ([#10789](https://github.com/NativeScript/NativeScript/pull/10789))
6+
- iOS 26 types with improvements (ActionBar, Switch) + .ns-{platform}-{sdkVersion} css root scoping ([#10775](https://github.com/NativeScript/NativeScript/pull/10775))
7+
8+
### 🩹 Fixes
9+
10+
- **android:** shared element with target name already added to transaction ([#10793](https://github.com/NativeScript/NativeScript/pull/10793))
11+
12+
### ❤️ Thank You
13+
14+
- Nathan Walker
15+
16+
## 8.9.8 (2025-09-09)
17+
18+
### 🩹 Fixes
19+
20+
- transient package update
21+
22+
## 8.9.7 (2025-07-26)
23+
24+
### 🩹 Fixes
25+
26+
- package format
27+
128
## 8.9.6 (2025-07-26)
229

330
### 🩹 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": "8.9.6",
3+
"version": "8.9.9",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"main": "index",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)