diff --git a/packages/pluggable-widgets-tools/CHANGELOG.md b/packages/pluggable-widgets-tools/CHANGELOG.md index 3b372d16..4cc866a8 100644 --- a/packages/pluggable-widgets-tools/CHANGELOG.md +++ b/packages/pluggable-widgets-tools/CHANGELOG.md @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- We added @d11/react-native-fast-image as an external native dependency in rollup config. + ## [10.24.0] - 2025-09-24 ### Changed -- We added @d11/react-native-fast-image as an external native dependency in rollup config. - We migrated to pnpm as our package manager. Users of the widgets tools should be able to continue using their package manager of choice. - We updated React Native to version 0.77.3 to align with the Native Widgets project requirements.