Updating core (4.0.1) and sync (2.0.0-rc26) (#1362)

This commit is contained in:
Kenneth Geisshirt 2017-09-29 23:29:40 +02:00 committed by GitHub
parent 7ae915fe0b
commit 477ead57c9
2 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,10 @@
2.0.0 Release notes (2017-9-29)
2.0.0-rc16 Release notes
=============================================================
### Breaking changes
* Upgtading to Realm Core 4.0.1 (bug fixes)
* Upgrading to Realm Sync 2.0.0-rc26 (sync protocol 22 + bug fixes)
2.0.0-rc14 Release notes (2017-9-29)
=============================================================
### Breaking changes
* Upgrading to Realm Core 4.0.0 and Realm Sync 2.0.0-rc25.
@ -10,7 +16,7 @@
* Configuration of sync file system is not done on module import but later when actually needed by sync (#1351)
2.0.0 Release notes (2017-9-28)
2.0.0-rc12 Release notes (2017-9-28)
=============================================================
### Breaking changes
* None.

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.0.0-rc15
REALM_CORE_VERSION=4.0.0
REALM_SYNC_VERSION=2.0.0-rc25
REALM_CORE_VERSION=4.0.1
REALM_SYNC_VERSION=2.0.0-rc26
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.36