Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [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.

## [11.2.0] Native Mobile Resources - 2025-10-17

## [2.0.2] Gallery
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@notifee/react-native": "9.1.8",
"@react-native-camera-roll/camera-roll": "7.4.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/messaging": "20.1.0",
"@sbaiahmed1/react-native-biometrics": "0.4.0",
"@swan-io/react-native-browser": "0.4.1",
"fbjs": "3.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/notifications-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## BREAKING

- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.

## [5.0.0] - 2025-7-7

- The widget has been migrated to notifee.
Expand Down
6 changes: 3 additions & 3 deletions packages/pluggableWidgets/notifications-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notifications-native",
"widgetName": "Notifications",
"version": "5.0.0",
"version": "5.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@mendix/piw-utils-internal": "*",
"@notifee/react-native": "9.1.8",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/messaging": "17.3.0"
"@react-native-firebase/app": "20.1.0",
"@react-native-firebase/messaging": "20.1.0"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Notifications" version="5.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Notifications" version="5.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Notifications.xml" />
</widgetFiles>
Expand Down
Loading
Loading