diff --git a/packages/jsActions/nanoflow-actions-native/CHANGELOG.md b/packages/jsActions/nanoflow-actions-native/CHANGELOG.md index dffe5f661..e2483058a 100644 --- a/packages/jsActions/nanoflow-actions-native/CHANGELOG.md +++ b/packages/jsActions/nanoflow-actions-native/CHANGELOG.md @@ -6,10 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [5.1.5] Nanoflow Commons - 2025-12-02 + ### Fixed -- We've fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled. + +- We've fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled. + +## [5.1.4] Nanoflow Commons - 2025-11-18 + +### Fixed + +- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly. ## [5.1.3] Nanoflow Commons - 2025-9-24 + ### Fixed - We've fixed location permission issue on iOS. diff --git a/packages/jsActions/nanoflow-actions-native/package.json b/packages/jsActions/nanoflow-actions-native/package.json index 090b1d5fc..59a3fb18f 100644 --- a/packages/jsActions/nanoflow-actions-native/package.json +++ b/packages/jsActions/nanoflow-actions-native/package.json @@ -1,7 +1,7 @@ { "name": "nanoflow-actions-native", "moduleName": "Nanoflow Commons", - "version": "5.1.4", + "version": "5.1.5", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { @@ -36,4 +36,4 @@ "mendix": "~10.0.9976", "rollup": "^2.79.2" } -} \ No newline at end of file +}