diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 4554b53af..36c3a2a60 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.2.0] Native Mobile Resources - 2025-10-17 + +## [2.0.2] Gallery + +### Fixed + +- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly. + +## [6.3.1] VideoPlayer + +- We have updated `react-native-video` version to 6.10.2. +- We have fixed an issue where videos were muted in iOS silent mode. The video player now plays sound even when the device is set to silent. + ## [11.1.1] Native Mobile Resources - 2025-10-7 ## [4.2.0] BarcodeScanner diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 16054755b..473d67744 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -1,7 +1,7 @@ { "name": "mobile-resources-native", "moduleName": "Native Mobile Resources", - "version": "11.1.1", + "version": "11.2.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/gallery-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-native/CHANGELOG.md index 4f98b8a2e..4e5621bd3 100644 --- a/packages/pluggableWidgets/gallery-native/CHANGELOG.md +++ b/packages/pluggableWidgets/gallery-native/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.0.2] - 2025-10-17 + ### Fixed -- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly. +- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly. ## [2.0.1] - 2025-8-5 diff --git a/packages/pluggableWidgets/video-player-native/CHANGELOG.md b/packages/pluggableWidgets/video-player-native/CHANGELOG.md index 8a8231b42..e9eb1cb2d 100644 --- a/packages/pluggableWidgets/video-player-native/CHANGELOG.md +++ b/packages/pluggableWidgets/video-player-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [6.3.1] - 2025-10-17 + - We have updated `react-native-video` version to 6.10.2. - We have fixed an issue where videos were muted in iOS silent mode. The video player now plays sound even when the device is set to silent.