From 122e90ccc7521b70e9bb6a2b0d96ab7e3bb13952 Mon Sep 17 00:00:00 2001 From: LJ <81748770+elle-j@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:27:05 +0100 Subject: [PATCH] Update compatibilities (#6502) * Update compatibilities. * Remove boilerplate. --- CHANGELOG.md | 3 --- COMPATIBILITY.md | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de50c1809..2e9b203d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,9 +31,6 @@ * File format: generates Realms with format v23 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms). ### Internal - - - * Fix Cocoapods to version 1.14.3 on Github Actions. * Migrated bingen from `util::Optional` to `std::optional`. * Upgrading `@realm/fetch` to the newly released v0.1.1 and no longer bundling it into the SDK package. diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index cc7648e90b..ab6980b9ac 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -2,6 +2,12 @@ | Realm JavaScript | @realm/react | React Native | Expo | Hermes | npm | node | |---------------------|-------------------|--------------------|----------|--------|--------|--------| +| 12.6.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 10 | >= 20 | +| 12.5.1 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | +| 12.5.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | +| 12.4.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | +| 12.3.1 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | +| 12.3.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | | 12.2.1 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | | 12.2.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 | | 12.1.0 | >= 0.5.0 | >= 0.71.4 | >= 48 | ✅ | >= 7 | >= 13 |