Updating core, sync, and object store
This commit is contained in:
parent
839d8563a1
commit
c3e454f3ae
|
@ -10,7 +10,8 @@ X.Y.Z Release notes
|
|||
* Fix a bug where `Realm.open` could unexpectedly raise a "Realm at path ... already opened with different schema version" error.
|
||||
|
||||
### Internal
|
||||
* None
|
||||
* Updated to Realm Core 5.0.1.
|
||||
* Updated to Realm Sync 2.2.1.
|
||||
|
||||
2.1.1 Release notes (2017-12-15)
|
||||
=============================================================
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.1.1
|
||||
REALM_CORE_VERSION=4.0.2
|
||||
REALM_SYNC_VERSION=2.1.10
|
||||
REALM_CORE_VERSION=5.0.1
|
||||
REALM_SYNC_VERSION=2.2.1
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.21
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d681b1fb8a8ca7a8db1ab1edc25771d984795ebe
|
||||
Subproject commit 21e671a155989f4e34e279fc8a7ace5817495de0
|
Loading…
Reference in New Issue