diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ab0480..bf4ff80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [16.1.0] - 2025-11-30 + +- We have improved the styling where edge-to-edge mode is enabled. + ## [16.0.0] - 2025-11-20 - We have updated native template to support react native new architecture. diff --git a/package-lock.json b/package-lock.json index 4ab3c473..706b46d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6707,9 +6707,9 @@ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" }, "node_modules/mendix-native": { - "version": "0.1.2", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", - "integrity": "sha512-XP59zEP49AsLWiKY24LBQF6CuSmVGUYYS/dBcoApvvbB90dWZrZtIK3SWgF9es5+XA0R/cTG0beycgpC/fudHw==", + "version": "0.1.3", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", + "integrity": "sha512-EAtFuwzMg0SOKhaop5fdctZG0tRasNlQqamw6KAGfc/UlmHv+9sCs+np0957Y4AtBFHDRTmw7ggprkpm4JH3ow==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index b1b4643d..65b330a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0",