From 9e60bd212a62755e7607f5a07ee1df0d968cf8ee Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 26 Jul 2025 14:59:19 -0700 Subject: [PATCH] chore: sync changelog with release/8.9.x branch --- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5ef3501c5..51add32f7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,25 @@ +## 8.9.7 (2025-07-26) + +### 🩹 Fixes + +- **core:** pin source-map due to minor bump using url ([44c3d3fe5](https://github.com/NativeScript/NativeScript/commit/44c3d3fe5)) + +### ❤️ Thank You + +- Nathan Walker + +## 8.9.6 (2025-07-26) + +### 🩹 Fixes + +- Transient dependency fix on source-map + +## 8.9.5 (2025-07-14) + +### 🩹 Fixes + +- package format for current hook handling + ## 8.9.4 (2025-07-14) ### 🚀 Features