diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 54758e6d4..9fec6bd1e 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,9 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.3.11] Native Mobile Resources - 2026-8-5 + - We have fixed the biometric authentication issue where it was not working on Android and crashing on iOS. - Replaced @notifee/react-native with react-native-notify-kit library. +## [4.3.0] BarcodeScanner + +- We added support for QR of available remaining types including pdf417 in barcode scanner functinality. + +## [5.0.6] BottomSheet + +### Fixed + +- Fixed bottomsheet issue to close when the trigger attribute changes. + +## [5.2.0] Notifications + +### Changed + +- Replaced @notifee/react-native with react-native-notify-kit library. + ## [11.3.10] Native Mobile Resources - 2026-7-2 ## [5.0.5] BottomSheet diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 48f529217..c9b02c30c 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.3.10", + "version": "11.3.11", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md b/packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md index 6264d826b..fa20e7c75 100644 --- a/packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md +++ b/packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.3.0] - 2026-8-5 + - We added support for QR of available remaining types including pdf417 in barcode scanner functinality. ## [4.2.2] - 2025-12-23 diff --git a/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md b/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md index 4d5194493..b1a149e58 100644 --- a/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md +++ b/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [5.0.6] - 2026-8-5 + ### Fixed - Fixed bottomsheet issue to close when the trigger attribute changes. diff --git a/packages/pluggableWidgets/notifications-native/CHANGELOG.md b/packages/pluggableWidgets/notifications-native/CHANGELOG.md index 7b6cad06b..5df879147 100644 --- a/packages/pluggableWidgets/notifications-native/CHANGELOG.md +++ b/packages/pluggableWidgets/notifications-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [5.2.0] - 2026-8-5 + ### Changed - Replaced @notifee/react-native with react-native-notify-kit library.