Skip to content

Commit

Permalink
[10.20.0-beta.4] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Apr 11, 2022
1 parent a92f658 commit 87d9729
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
17 changes: 3 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* <Either mention core version or upgrade>
* <Using Realm Core vX.Y.Z>
* <Upgraded Realm Core from vX.Y.Z to vA.B.C>

10.15.0 Release notes (2022-4-11)
=============================================================
### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -162,4 +162,4 @@
4
]
}
}
}

0 comments on commit 87d9729

Please sign in to comment.