Merge pull request #1964 from realm/kneth/realm-sync-3.8.10

Upgrading to Realm Sync v3.8.10
This commit is contained in:
Kenneth Geisshirt 2018-08-16 15:36:58 +02:00 committed by GitHub
commit 0d5e4ad5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -17,10 +17,12 @@
### Bug fixes ### Bug fixes
* React Native for Android now supports the Android Gradle Plugin 3.0 (#1742). * 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 ### Internals
* Updated to Object Store commit: 97fd03819f398b3c81c8b007feaca8636629050b * Updated to Object Store commit: 97fd03819f398b3c81c8b007feaca8636629050b
* Updated external packages with help from `npm audit`. * Updated external packages with help from `npm audit`.
* Upgraded to Realm Sync v3.8.10.
2.14.2 Release notes (2018-8-8) 2.14.2 Release notes (2018-8-8)

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.14.2 VERSION=2.14.2
REALM_CORE_VERSION=5.7.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 REALM_OBJECT_SERVER_VERSION=3.0.0