Updating to Realm Sync 3.0.0-rc.1 and Realm Core 5.4.0. (#1698)

This commit is contained in:
Kenneth Geisshirt 2018-03-09 09:56:30 +01:00 committed by GitHub
parent dfc6aea6a6
commit 945181b3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -25,9 +25,12 @@
- For more details, please read the reference documentation.
* [Sync] Decrepated `Realm.Sync.setFeatureToken` (#1689).
### Bug fixes
* Fixed usage of disk space preallocation which would occasionally fail on recent MacOS running with the APFS filesystem (Realm Core #3005).
### Internal
* Updated to Realm Core 5.3.0.
* Updated to Realm Sync 3.0.0-beta.10.
* Updated to Realm Core 5.4.0.
* Updated to Realm Sync 3.0.0-rc.1.
* Tested against Realm Object Server 3.0.0-alpha.8.

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.3.0-beta.2
REALM_CORE_VERSION=5.3.0
REALM_SYNC_VERSION=3.0.0-beta.10
REALM_CORE_VERSION=5.4.0
REALM_SYNC_VERSION=3.0.0-rc.1
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.8