diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d32a1a1..f1bce205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update. + ## [19.1.0] - 2026-06-03 - We updated the react-native to v0.84.1 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 103bc0b8..23274415 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -26,7 +26,7 @@ PODS: - libwebp/sharpyuv (1.5.0) - libwebp/webp (1.5.0): - libwebp/sharpyuv - - MendixNative (0.5.0): + - MendixNative (0.5.1): - boost - DoubleConversion - fast_float @@ -3742,7 +3742,7 @@ SPEC CHECKSUMS: libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 - MendixNative: 2499d1796c68bc9bfc3ebecc5bf91b0a28c13ef1 + MendixNative: ccdf5357fa15ee34fcf7a680ea9f6b5d2595c0ff op-sqlite: 64000c0da2357c4d73faf4d23ff34dd1ddb332d4 OpenSSL-Universal: 9110d21982bb7e8b22a962b6db56a8aa805afde7 RCT-Folly: 36c4f904fb6cd0219dcb76b94e9502d2a72fab0b diff --git a/package-lock.json b/package-lock.json index 8ab1d092..60d9e8f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.0/mendix-native-v0.5.0.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6282,9 +6282,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.5.0", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.0/mendix-native-v0.5.0.tgz", - "integrity": "sha512-iyECE41zVvHj8SzvzqiP10JjFsoEBP3cKPV/qyZuk2frcjcrel1IJAZiLGC9AlsWp9AjaC0aDfhci/Lzisnx+g==", + "version": "0.5.1", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "integrity": "sha512-0La6Ux9XkOR3iYOSfI6RU2t1lT312LlxEbG/OCqtkA+ii1l31bNhMzIUanOCpD+OKXkyVwVDadVbSJ/Dmo949w==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index ee2df17d..ff7b4b84 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.0/mendix-native-v0.5.0.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0",