From 031fe31bd94526605486999e5b8f49aee036c27d Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Tue, 21 Jul 2026 10:10:28 +0530 Subject: [PATCH 1/2] fix: update minimum MX version to 11.12.0 in package.json files --- configs/e2e/mendix-versions.json | 2 +- packages/jsActions/mobile-resources-native/package.json | 2 +- packages/jsActions/nanoflow-actions-native/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/e2e/mendix-versions.json b/configs/e2e/mendix-versions.json index 0a6c74b78..76a4c8cd2 100644 --- a/configs/e2e/mendix-versions.json +++ b/configs/e2e/mendix-versions.json @@ -1,3 +1,3 @@ { - "latest": "11.11.0" + "latest": "11.12.0" } diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 4a85828dd..0d9e9b0c3 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -11,7 +11,7 @@ "marketplace": { "name": "Native Mobile Resources", "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!", - "minimumMXVersion": "11.13.0", + "minimumMXVersion": "11.12.0", "marketplaceId": 109513 }, "testProject": { diff --git a/packages/jsActions/nanoflow-actions-native/package.json b/packages/jsActions/nanoflow-actions-native/package.json index a1b788d35..15b111fe4 100644 --- a/packages/jsActions/nanoflow-actions-native/package.json +++ b/packages/jsActions/nanoflow-actions-native/package.json @@ -11,7 +11,7 @@ "marketplace": { "name": "Nanoflow Commons", "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.", - "minimumMXVersion": "11.13.0", + "minimumMXVersion": "11.12.0", "marketplaceId": 109515 }, "testProject": { From 96f072c137dfa81ab9ab3c24c066cd0e49c03b1d Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Tue, 21 Jul 2026 10:35:56 +0530 Subject: [PATCH 2/2] fix: update nmr ref in NativePipeline.yml --- .github/workflows/NativePipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index e33cc028a..cef6dc827 100644 --- a/.github/workflows/NativePipeline.yml +++ b/.github/workflows/NativePipeline.yml @@ -105,7 +105,7 @@ env: # Pin the test project (mendix/Native-Mobile-Resources) to a SHA for reproducibility instead # of tracking a moving `main`. Single source of truth — bump deliberately. The repo publishes # no tags, so a commit SHA is the only stable ref. Override per run via the dispatch input. - NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || 'f0e7c2278578022cc742f82a087e6c4fff2f7159' }} + NATIVE_MOBILE_RESOURCES_REF: ${{ github.event.inputs.test_project_ref || 'a915484ef2cfed403cfbdfa531638df3c46c9d00' }} permissions: packages: write jobs: