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 f3b3333 commit b4a1b46Copy full SHA for b4a1b46
packages/core/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 9.0.2 (2025-11-20)
2
+
3
+### 🩹 Fixes
4
5
+- **image-source:** url loading under different conditions ([#10955](https://github.com/NativeScript/NativeScript/pull/10955))
6
+- **core:** hook helper ([dec2b4b2d](https://github.com/NativeScript/NativeScript/commit/dec2b4b2d))
7
8
+### ❤️ Thank You
9
10
+- Nathan Walker
11
12
# 9.0.0 (2025-11-17)
13
14
### 🚀 Features
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
- "version": "9.0.0",
+ "version": "9.0.2",
"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