From b0dfc9aeda188e8d213b4808eae126b7facc93b5 Mon Sep 17 00:00:00 2001 From: vadymv-mendix Date: Wed, 10 Dec 2025 14:03:53 +0100 Subject: [PATCH 1/2] chore: update changelog and version compatibility list --- CHANGELOG.md | 2 +- mendix_version.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb26026..543f4c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We updated the native-template for compatibility with React v19 and React Native v0.78.2. This brings performance, stability improvements, and new features. - We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue. -- We updated the native-template for compatibility with React v19 and React Native v0.78.2. ## [16.1.0] - 2025-11-30 diff --git a/mendix_version.json b/mendix_version.json index 0f006138..77540319 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -1,6 +1,10 @@ { + ">=11.6.0": { + "max": "17.*.*", + "min": "17.0.0" + }, ">=11.5.0": { - "max": "*", + "max": "16.*.*", "min": "16.0.0" }, ">=11.0.0": { From 86df171749afa0be46e76081223a3c95905e8f13 Mon Sep 17 00:00:00 2001 From: github-action Date: Wed, 10 Dec 2025 13:13:23 +0000 Subject: [PATCH 2/2] chore: release v17.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91e27af3..17acaf68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "native-template", - "version": "16.0.0", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "native-template", - "version": "16.0.0", + "version": "17.0.0", "hasInstallScript": true, "dependencies": { "@d11/react-native-fast-image": "8.11.1", diff --git a/package.json b/package.json index 96ba1d03..8031e35a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-template", - "version": "16.0.0", + "version": "17.0.0", "private": true, "scripts": { "preinstall": "node scripts/delete-stale-files.js",