diff --git a/CHANGELOG.md b/CHANGELOG.md index 07792b8c..ab4ab059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [14.1.0] - 2025-04-02 +## [14.1.0] - 2025-11-30 + +- We have improved the styling where edge-to-edge mode is enabled. + ## Fixes - We have upgraded `@mendix/native` to version 9.0.1 diff --git a/package-lock.json b/package-lock.json index 888e1662..b2a1cf4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@gorhom/bottom-sheet": "^5.1.1", - "@mendix/native": "9.1.0", + "@mendix/native": "9.2.0", "@op-engineering/op-sqlite": "9.2.7", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-camera-roll/camera-roll": "7.4.0", @@ -26,7 +26,7 @@ "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-device-info": "13.0.0", - "react-native-edge-to-edge": "^1.7.0", + "react-native-edge-to-edge": "1.7.0", "react-native-fast-image": "8.6.3", "react-native-gesture-handler": "2.23.1", "react-native-image-picker": "7.2.3", @@ -1784,9 +1784,9 @@ } }, "node_modules/@mendix/native": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@mendix/native/-/native-9.1.0.tgz", - "integrity": "sha512-fwUR2LWRxUPko9XOxwwz5B5HeEMdf4GZlG0H1LbIa0GmOv90rQsnW5pc1yFgTWerUEOwsvZlSWWmsWDlgfTbUQ==" + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/@mendix/native/-/native-9.2.0.tgz", + "integrity": "sha512-mzq+WCmuGW06PbSYCOd/lZ7Ub0mkVvN2nuwPJA2bwgamePu/kSHeDcf8jP+kazqpknIPs4al6JM7GwFPgjQa4g==" }, "node_modules/@mendix/native-mobile-toolkit": { "version": "1.0.127", diff --git a/package.json b/package.json index 80ae5a33..0186d061 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@gorhom/bottom-sheet": "^5.1.1", - "@mendix/native": "9.1.0", + "@mendix/native": "9.2.0", "@op-engineering/op-sqlite": "9.2.7", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-camera-roll/camera-roll": "7.4.0",