Skip to content

Commit ee07737

Browse files
Nanoflow Commons: Updating changelogs (#418)
2 parents 8a94e86 + 698c93e commit ee07737

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/MarketplaceRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
GH_EMAIL: ${{ secrets.GH_EMAIL }}
4040
GH_NAME: ${{ secrets.GH_NAME }}
4141
GH_PAT: ${{ secrets.GH_PAT }}
42+
GH_TOKEN: ${{ secrets.GH_PAT }}
4243
TAG: ${{ steps.variables.outputs.tag }}
4344
- name: "Check changes and publish package ${{ steps.variables.outputs.tag }}"
4445
run: yarn workspace ${{ steps.scope.outputs._0 }} run release:marketplace

packages/jsActions/mobile-resources-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"rimraf": "^4.4.1",
5555
"rollup": "^2.79.2"
5656
}
57-
}
57+
}

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

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

77
## [Unreleased]
88

9-
## [5.1.7] Nanoflow Commons - 2026-1-22
9+
## [5.2.0] Nanoflow Commons - 2026-1-23
10+
1011
- We've migrated from using @react-native-community/geolocation to react-native-permissions for handling location permissions.
11-
-
12+
-
13+
1214
## [5.1.6] Nanoflow Commons - 2025-12-05
1315

1416
### Fixed

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.7",
4+
"version": "5.2.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -37,4 +37,4 @@
3737
"mendix": "~10.0.9976",
3838
"rollup": "^2.79.2"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)