diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfa98fe39..59499f59cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,12 @@ -x.x.x Release notes (yyyy-MM-dd) +10.20.0-beta.4 Release notes (2022-4-11) ============================================================= -### Enhancements -* None. +### Notes +Based on Realm JS v10.15.0: See changelog below for details on enhancements and fixes introduced between this and the previous pre release (which was based on Realm JS v10.14.0). ### Fixed * Changed "react-native" main field to point to a `lib/index.native.js` file to help bundlers pick the right file when loading our library on React Native. ([#4459](https://github.com/realm/realm-js/issues/4459)) * Fixed resolving the "react-native" package when building from source, enabling developers to run the `./scripts/build-ios.sh` script themselves to build our iOS artifacts with the same version of Xcode / LLVM as they're building their app. -### Compatibility -* MongoDB Realm Cloud. -* Realm Studio v11.0.0. -* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series. -* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms). - -### Internal -* -* -* - 10.15.0 Release notes (2022-4-11) ============================================================= ### Enhancements diff --git a/dependencies.list b/dependencies.list index 4a9ebcd5ff..d16826030c 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=10.20.0-beta.3 +VERSION=10.20.0-beta.4 REALM_CORE_VERSION=11.13.0 NAPI_VERSION=4 OPENSSL_VERSION=1.1.1g diff --git a/package-lock.json b/package-lock.json index 34a6f7315e..ec534f5110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm", - "version": "10.20.0-beta.3", + "version": "10.20.0-beta.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm", - "version": "10.20.0-beta.3", + "version": "10.20.0-beta.4", "hasInstallScript": true, "license": "See the actual license in the file LICENSE", "dependencies": { diff --git a/package.json b/package.json index 60e6e3693e..76d3b95b8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "10.20.0-beta.3", + "version": "10.20.0-beta.4", "license": "See the actual license in the file LICENSE", "homepage": "https://realm.io", "keywords": [ @@ -162,4 +162,4 @@ 4 ] } -} \ No newline at end of file +}