Merge pull request #1964 from realm/kneth/realm-sync-3.8.10
Upgrading to Realm Sync v3.8.10
This commit is contained in:
commit
0d5e4ad5be
|
@ -17,10 +17,12 @@
|
|||
|
||||
### Bug fixes
|
||||
* React Native for Android now supports the Android Gradle Plugin 3.0 (#1742).
|
||||
* [Sync] Fixed distinct queries with query-based sync (broken since v2.11.0).
|
||||
|
||||
### Internals
|
||||
* Updated to Object Store commit: 97fd03819f398b3c81c8b007feaca8636629050b
|
||||
* Updated external packages with help from `npm audit`.
|
||||
* Upgraded to Realm Sync v3.8.10.
|
||||
|
||||
|
||||
2.14.2 Release notes (2018-8-8)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.14.2
|
||||
REALM_CORE_VERSION=5.7.2
|
||||
REALM_SYNC_VERSION=3.8.8
|
||||
REALM_SYNC_VERSION=3.8.10
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||
|
|
Loading…
Reference in New Issue