Skip to content

Commit

Permalink
Update compatibilities (#6502)
Browse files Browse the repository at this point in the history
* Update compatibilities.

* Remove boilerplate.
  • Loading branch information
elle-j committed Feb 27, 2024
1 parent d2f9aa2 commit 122e90c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- * Either mention core version or upgrade -->
<!-- * Using Realm Core vX.Y.Z -->
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
* 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.
Expand Down
6 changes: 6 additions & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 122e90c

Please sign in to comment.