From f878969343e4c134d3528ee15995c7e3d15eae3d Mon Sep 17 00:00:00 2001 From: MOO Date: Fri, 17 Jul 2026 13:46:08 +0000 Subject: [PATCH] chore(mobile-resources-native): update changelogs --- packages/jsActions/mobile-resources-native/CHANGELOG.md | 6 ++++++ packages/jsActions/mobile-resources-native/package.json | 4 ++-- packages/pluggableWidgets/image-native/CHANGELOG.md | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 7d6aec29a..7010519b0 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [12.2.1] Native Mobile Resources - 2026-7-17 - We switched to a new sound library for the Play sound action to support react-native 0.84+. - The Play sound action now plays audio files from online (network) documents on Android by downloading them to a version-based cache before playback. - We have fixed the biometric authentication issue where it was not working on Android and crashing on iOS. - Fixed an issue where the `TakePicture` and `TakePictureAdvanced` actions failed to capture photos on Android. +## [3.1.2] Image +### Fixed + +- We fixed an issue that caused images from entities to not render on Android in Online Synchronization mode + ## [12.2.0] Native Mobile Resources - 2026-7-3 ## [5.3.1] BottomSheet diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index b5fc727cd..f6e122800 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": "12.2.0", + "version": "12.2.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { @@ -51,4 +51,4 @@ "mendix": "11.8.0", "rimraf": "^6.1.2" } -} +} \ No newline at end of file diff --git a/packages/pluggableWidgets/image-native/CHANGELOG.md b/packages/pluggableWidgets/image-native/CHANGELOG.md index c58e080fc..698fe52d7 100644 --- a/packages/pluggableWidgets/image-native/CHANGELOG.md +++ b/packages/pluggableWidgets/image-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [3.1.2] - 2026-7-17 + ### Fixed - We fixed an issue that caused images from entities to not render on Android in Online Synchronization mode