From d8e406f6b29f1da6a7cb5b7714c6bd5fb287ad51 Mon Sep 17 00:00:00 2001 From: MOO Date: Mon, 15 Dec 2025 12:36:14 +0000 Subject: [PATCH] chore(mobile-resources-native): update changelogs --- .../mobile-resources-native/CHANGELOG.md | 18 ++++++++++++++++++ .../mobile-resources-native/package.json | 2 +- .../bottom-sheet-native/CHANGELOG.md | 2 ++ .../gallery-text-filter-native/CHANGELOG.md | 2 ++ .../pluggableWidgets/image-native/CHANGELOG.md | 2 ++ .../qr-code-native/CHANGELOG.md | 2 ++ 6 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 01d06445e..32bc0b942 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.3.1] Native Mobile Resources - 2025-12-15 + +## [5.0.3] BottomSheet + +- Updated react-native-reanimated to v3.17.5. This addresses compatibility issues with React Native 0.78 and later versions. + +## [2.0.1] GalleryTextFilter + +- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. + +## [3.0.2] Image + +- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. + +## [4.0.1] QRCode + +- Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. + ## [11.3.0] Native Mobile Resources - 2025-12-15 ## [5.1.0] Notifications diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 7a500a3d6..758ee25bc 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.0", + "version": "11.3.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md b/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md index ec78a872d..6cde9d37b 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.3] - 2025-12-15 + - Updated react-native-reanimated to v3.17.5. This addresses compatibility issues with React Native 0.78 and later versions. ## [5.0.2] - 2025-10-2 diff --git a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md index 44943b550..09499d90d 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md +++ b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.0.1] - 2025-12-15 + - Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. ## [2.0.0] - 2024-12-3 diff --git a/packages/pluggableWidgets/image-native/CHANGELOG.md b/packages/pluggableWidgets/image-native/CHANGELOG.md index 68e313b26..200b137ba 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.0.2] - 2025-12-15 + - Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. ## [3.0.1] - 2025-10-2 diff --git a/packages/pluggableWidgets/qr-code-native/CHANGELOG.md b/packages/pluggableWidgets/qr-code-native/CHANGELOG.md index f99ef64a1..7a45288d9 100644 --- a/packages/pluggableWidgets/qr-code-native/CHANGELOG.md +++ b/packages/pluggableWidgets/qr-code-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.0.1] - 2025-12-15 + - Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. ## [4.0.0] - 2024-12-3