We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 397f815 + 5a82714 commit 6ebb8e3Copy full SHA for 6ebb8e3
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [v0.3.0] - 2025-12-09
12
+
13
- We fixed an issue that caused a FileNotFoundException during file deletion operations.
14
- We updated mendix-native to support react v19 and react native v0.78.2.
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mendix-native",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Mendix native mobile package",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
0 commit comments