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" } ] 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": {