From a07bf8e1138d04bcc52398c16a7a1bcd20c859c3 Mon Sep 17 00:00:00 2001 From: github-action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:28:56 +0000 Subject: [PATCH 1/2] [BUILD] Update Release List and Version Compatibility --- .mx/releases_list.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.mx/releases_list.json b/.mx/releases_list.json index 610e9134..ae212eff 100644 --- a/.mx/releases_list.json +++ b/.mx/releases_list.json @@ -1,4 +1,16 @@ [ + { + "id": 333605082, + "tag_name": "v19.1.0", + "name": "Release 19.1.0", + "draft": false, + "prerelease": false, + "body": "* We have updated the react-native to v0.84.1", + "created_at": "2026-06-03T09:27:08Z", + "published_at": "2026-06-03T09:28:23Z", + "tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v19.1.0", + "zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v19.1.0" + }, { "id": 320955420, "tag_name": "v19.0.5", @@ -1186,17 +1198,5 @@ "published_at": "2024-05-14T15:14:38Z", "tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.1.3", "zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.1.3" - }, - { - "id": 155483074, - "tag_name": "v7.0.11", - "name": "Release 7.0.11", - "draft": false, - "prerelease": false, - "body": "* We have made the switch to Xcode 15.1 for cloud builds (Appcenter), in response to the updated minimum iOS SDK requirements.", - "created_at": "2024-05-13T11:06:09Z", - "published_at": "2024-05-13T11:06:58Z", - "tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v7.0.11", - "zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v7.0.11" } ] From 74c621f2265f4cf6d93fb5de2113ec2d4b82469b Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Wed, 3 Jun 2026 15:00:52 +0530 Subject: [PATCH 2/2] Update mendix_version.json --- mendix_version.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mendix_version.json b/mendix_version.json index 3003a3fa..382d8254 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -1,6 +1,10 @@ { - ">=11.10.0": { + ">=11.11.0": { "max": "19.*.*", + "min": "19.1.0" + }, + ">=11.10.0": { + "max": "19.0.*", "min": "19.0.0" }, ">=11.9.0": {