From 4f8c6500d96778772bf28cb1719630366405928c Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Thu, 23 Jul 2026 18:10:43 +0200 Subject: [PATCH 1/2] chore: update mendix-native with new release --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90d30f64..345a3451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,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.1/mendix-native-v0.5.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6273,9 +6273,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "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==", + "version": "0.5.2", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", + "integrity": "sha512-CqGEqSy+c+zoYHmphVg5CXR9JdAr7wZkkjgPgO41Pfar9KESIKcE7frfk+MHlpnhZH254xuH19XkIBQGpuFNeA==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 99ea4019..e1286a64 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.1/mendix-native-v0.5.1.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0", From 3d4a9899be0e728718f66f511ac4d7339304f6af Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Mon, 27 Jul 2026 14:10:57 +0200 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b23917c..4feba264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,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. -- Replaced @notifee/react-native with react-native-notify-kit library. +- Replaced @notifee/react-native with react-native-notify-kit library. +- We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred. ## [19.1.0] - 2026-06-03