Skip to content

Commit df4299b

Browse files
Merge pull request #1239 from mendix/update-releases-list-53ceb22
[BUILD] Update Release List and Version Compatibility
2 parents 53ceb22 + 74c621f commit df4299b

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

.mx/releases_list.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"id": 333605082,
4+
"tag_name": "v19.1.0",
5+
"name": "Release 19.1.0",
6+
"draft": false,
7+
"prerelease": false,
8+
"body": "* We have updated the react-native to v0.84.1",
9+
"created_at": "2026-06-03T09:27:08Z",
10+
"published_at": "2026-06-03T09:28:23Z",
11+
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v19.1.0",
12+
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v19.1.0"
13+
},
214
{
315
"id": 320955420,
416
"tag_name": "v19.0.5",
@@ -1186,17 +1198,5 @@
11861198
"published_at": "2024-05-14T15:14:38Z",
11871199
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v8.1.3",
11881200
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v8.1.3"
1189-
},
1190-
{
1191-
"id": 155483074,
1192-
"tag_name": "v7.0.11",
1193-
"name": "Release 7.0.11",
1194-
"draft": false,
1195-
"prerelease": false,
1196-
"body": "* We have made the switch to Xcode 15.1 for cloud builds (Appcenter), in response to the updated minimum iOS SDK requirements.",
1197-
"created_at": "2024-05-13T11:06:09Z",
1198-
"published_at": "2024-05-13T11:06:58Z",
1199-
"tarball_url": "https://api.github.com/repos/mendix/native-template/tarball/v7.0.11",
1200-
"zipball_url": "https://api.github.com/repos/mendix/native-template/zipball/v7.0.11"
12011201
}
12021202
]

mendix_version.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
">=11.10.0": {
2+
">=11.11.0": {
33
"max": "19.*.*",
4+
"min": "19.1.0"
5+
},
6+
">=11.10.0": {
7+
"max": "19.0.*",
48
"min": "19.0.0"
59
},
610
">=11.9.0": {

0 commit comments

Comments
 (0)