chore(release): types 8.9.0

- project: types-android 8.9.0

- project: types-ios 8.9.0

- project: types 8.9.0
This commit is contained in:
Nathan Walker
2025-02-25 17:15:15 -08:00
parent cb92903d1e
commit 5024156f0d
6 changed files with 81 additions and 5 deletions

View File

@ -0,0 +1,26 @@
## 8.9.0 (2025-02-26)
### 🚀 Features
- **types-android:** API Level 35 ([#10659](https://github.com/NativeScript/NativeScript/pull/10659))
- **types-android:** API Level 34 ([#10400](https://github.com/NativeScript/NativeScript/pull/10400))
- **types-android:** API Level 33 ([#10113](https://github.com/NativeScript/NativeScript/pull/10113))
- **types-android:** API 31 ([b5b46273b](https://github.com/NativeScript/NativeScript/commit/b5b46273b))
- **types-android:** types for API Level 30 and cleanup ([#9219](https://github.com/NativeScript/NativeScript/pull/9219))
### ❤️ Thank You
- Dimitris - Rafail Katsampas @CatchABus
- Dimitris-Rafail Katsampas @CatchABus
- Dylan Llewellyn @herefishyfish
- farfromrefuge
- Igor Randjelovic
- Janos Hrubos @janoshrubos
- KUNAAL MANGAL @KunaalMangal
- Martin Guillon
- Morten Sjøgren
- Nathan Walker
- Osei Fortune @triniwiz
- Ruslan Lekhman @lekhmanrus
- triniwiz @triniwiz
- William Sedlacek @wSedlacek

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types-android", "name": "@nativescript/types-android",
"version": "8.8.0", "version": "8.9.0",
"description": "NativeScript Types for Android.", "description": "NativeScript Types for Android.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {

View File

@ -0,0 +1,31 @@
## 8.9.0 (2025-02-26)
### 🚀 Features
- **ios:** 18.2 types ([#10711](https://github.com/NativeScript/NativeScript/pull/10711))
- **types-ios:** 18.x sdk types ([#10629](https://github.com/NativeScript/NativeScript/pull/10629))
- **types:** iOS 18 beta 3 ([492eef087](https://github.com/NativeScript/NativeScript/commit/492eef087))
- **types-ios:** iOS 18 ([#10558](https://github.com/NativeScript/NativeScript/pull/10558))
- **types-ios:** iOS 17 SDK ([#10304](https://github.com/NativeScript/NativeScript/pull/10304))
- **types-ios:** iOS 16.4 types ([#10287](https://github.com/NativeScript/NativeScript/pull/10287))
- **ios:** types for latest 16.2 sdk ([#10253](https://github.com/NativeScript/NativeScript/pull/10253))
- **types-ios:** 16.1 ([#10114](https://github.com/NativeScript/NativeScript/pull/10114))
- **types-ios:** iOS 16 ([#9968](https://github.com/NativeScript/NativeScript/pull/9968))
- **types-ios:** iOS 15.4 ([#9806](https://github.com/NativeScript/NativeScript/pull/9806))
- **types-ios:** iOS 15.2 ([#9710](https://github.com/NativeScript/NativeScript/pull/9710))
- **types-ios:** iOS 15 ([23bd18ac2](https://github.com/NativeScript/NativeScript/commit/23bd18ac2))
- **ios:** types for latest ios 14.3 with Xcode 12.3 ([#9118](https://github.com/NativeScript/NativeScript/pull/9118))
### ❤️ Thank You
- asharghi @asharghi
- Dimitris - Rafail Katsampas @CatchABus
- Dimitris-Rafail Katsampas @CatchABus
- Eduardo Speroni @edusperoni
- Igor Randjelovic
- Janos Hrubos @janoshrubos
- Martin Guillon
- Morten Sjøgren
- Nathan Walker
- Osei Fortune @triniwiz
- Ruslan Lekhman @lekhmanrus

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types-ios", "name": "@nativescript/types-ios",
"version": "8.9.0-alpha.0", "version": "8.9.0",
"description": "NativeScript Types for iOS.", "description": "NativeScript Types for iOS.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {

View File

@ -0,0 +1,19 @@
## 8.9.0 (2025-02-26)
### 🚀 Features
- **types-ios:** 18.x sdk types ([#10629](https://github.com/NativeScript/NativeScript/pull/10629))
- **ios:** types for latest 16.2 sdk ([#10253](https://github.com/NativeScript/NativeScript/pull/10253))
- **types-minimal:** minimal types for only the latest Android and iOS sdks ([#9927](https://github.com/NativeScript/NativeScript/pull/9927))
### 🧱 Updated Dependencies
- Updated types-android to 8.9.0
- Updated types-ios to 8.9.0
### ❤️ Thank You
- Dimitris-Rafail Katsampas @CatchABus
- Nathan Walker
- Osei Fortune @triniwiz
- Ruslan Lekhman @lekhmanrus

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types", "name": "@nativescript/types",
"version": "8.8.0", "version": "8.9.0",
"description": "NativeScript Types for all supported platforms.", "description": "NativeScript Types for all supported platforms.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
@ -12,7 +12,7 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@nativescript/types-ios": "8.8.0", "@nativescript/types-ios": "8.9.0",
"@nativescript/types-android": "8.8.0" "@nativescript/types-android": "8.9.0"
} }
} }