Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .mx/releases_list.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
]
6 changes: 5 additions & 1 deletion mendix_version.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading