From 937a8fc08e3042378869dc5dd00f0702a7c93742 Mon Sep 17 00:00:00 2001 From: vadymv-mendix <138661748+vadymv-mendix@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:38:19 +0000 Subject: [PATCH] chore: release v0.3.3 --- CHANGELOG.md | 20 +------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4074e83..8c98701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,25 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v0.5.0] - 2026-05-15 - -- We updated to React Native v0.84.1 and replaced deprecated APIs with modern equivalents. - -## [v0.4.1] - 2026-04-22 - -- We strengthened Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`. - -## [v0.4.0] - 2026-04-17 - -- We upgraded `@op-engineering/op-sqlite` from v15.0.7 to v15.2.5. -- We upgraded core native stack dependencies, including React Native (v0.78.2 -> v0.83.4), React (v19.0.0 -> v19.2.4), and `@react-native-community/cli` (v18.0.1 -> v20.1.2). -- We updated supporting development tooling dependencies (ESLint, Commitlint, Prettier, Lefthook, TypeScript, Turbo, and Release It). - -## [v0.3.2] - 2026-01-16 - -- We updated the `OPSqlite` with compatibility for ANdroid 16kb page alignment. - -## [v0.3.1] - 2026-01-08 +## [v0.3.3] - 2026-06-03 - We added `SessionCookieStore` to persist, restore and clear session cookies on iOS. diff --git a/package.json b/package.json index ddb6e84..ea45274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.5.0", + "version": "0.3.3", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",