mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
Updating to Realm Sync 3.0.0-rc.1 and Realm Core 5.4.0. (#1698)
This commit is contained in:
parent
dfc6aea6a6
commit
945181b3ab
@ -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.
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user