Skip to content

Commit d67c095

Browse files
authored
Merge branch 'main' into moo/MOO-2308-replace-notifee-library-11.13
2 parents d3663f5 + cf82f29 commit d67c095

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/NativePipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ env:
105105
# Pin the test project (mendix/Native-Mobile-Resources) to a SHA for reproducibility instead
106106
# of tracking a moving `main`. Single source of truth — bump deliberately. The repo publishes
107107
# no tags, so a commit SHA is the only stable ref. Override per run via the dispatch input.
108-
NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || 'f0e7c2278578022cc742f82a087e6c4fff2f7159' }}
108+
NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || 'a915484ef2cfed403cfbdfa531638df3c46c9d00' }}
109109
permissions:
110110
packages: write
111111
jobs:

configs/e2e/mendix-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "11.11.0"
2+
"latest": "11.12.0"
33
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"marketplace": {
1212
"name": "Native Mobile Resources",
1313
"description": "Download this module to access a rich set of widgets and nanoflow actions created for native mobile, including authentication, network, platform, and more. A must-have for native mobile development!",
14-
"minimumMXVersion": "11.13.0",
14+
"minimumMXVersion": "11.12.0",
1515
"marketplaceId": 109513
1616
},
1717
"testProject": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"marketplace": {
1212
"name": "Nanoflow Commons",
1313
"description": "The Nanoflow Commons module contains commonly used nanoflow actions that are usable across web, hybrid mobile, and native mobile apps, such as: client activities, geo location, local storage, & more.",
14-
"minimumMXVersion": "11.13.0",
14+
"minimumMXVersion": "11.12.0",
1515
"marketplaceId": 109515
1616
},
1717
"testProject": {

0 commit comments

Comments
 (0)