From eb707094f836881328395ec238d00a6e5291dd27 Mon Sep 17 00:00:00 2001 From: MOO Date: Fri, 7 Nov 2025 09:56:00 +0000 Subject: [PATCH] chore(mobile-resources-native): update changelogs --- packages/jsActions/mobile-resources-native/CHANGELOG.md | 8 ++++++++ packages/jsActions/mobile-resources-native/package.json | 2 +- .../pluggableWidgets/notifications-native/CHANGELOG.md | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 1da3c8f63..14449a701 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.2.1] Native Mobile Resources - 2025-11-7 + +## [5.1.0] Notifications + +## BREAKING + +- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly. + ## [5.1.0] Notifications ### BREAKING diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 57edaa9dd..cc41e43f6 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.2.0", + "version": "11.2.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/notifications-native/CHANGELOG.md b/packages/pluggableWidgets/notifications-native/CHANGELOG.md index ad5b25afb..dac4a3518 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.1.0] - 2025-11-7 + ## BREAKING - Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.