Skip to content

Commit 28e1db9

Browse files
committed
chore(nanoflow-actions-native): update changelogs
1 parent 78a3fde commit 28e1db9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

packages/jsActions/nanoflow-actions-native/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [5.1.5] Nanoflow Commons - 2025-9-24
10+
911
### Fixed
10-
- We've fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled.
12+
13+
- We've fixed isConnectedToServer succeeding without internet on offline apps when service worker is enabled.
14+
15+
## [5.1.4] Nanoflow Commons - 2025-9-24
16+
17+
### Fixed
18+
19+
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
1120

1221
## [5.1.3] Nanoflow Commons - 2025-9-24
22+
1323
### Fixed
1424

1525
- We've fixed location permission issue on iOS.

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nanoflow-actions-native",
33
"moduleName": "Nanoflow Commons",
4-
"version": "5.1.4",
4+
"version": "5.1.5",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -36,4 +36,4 @@
3636
"mendix": "~10.0.9976",
3737
"rollup": "^2.79.2"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)