Use core 2.5.1 and sync 1.5.0 (#949)
* Use core 2.5.1 and sync 1.5.0 * Add changelog entry
This commit is contained in:
parent
309dfc8733
commit
274661dde4
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
### Breaking changes
|
||||
* Files written by Realm this version cannot be read by earlier versions of Realm.
|
||||
Old files can still be opened and files open in read-only mode will not be modified.
|
||||
|
||||
### Enhancements
|
||||
* None
|
||||
|
||||
### Bug fixes
|
||||
* None
|
||||
|
||||
1.2.0 Release notes (2017-3-28)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=1.2.0
|
||||
REALM_CORE_VERSION=2.4.0
|
||||
REALM_SYNC_VERSION=1.4.2
|
||||
REALM_CORE_VERSION=2.5.1
|
||||
REALM_SYNC_VERSION=1.5.0
|
||||
REALM_OBJECT_SERVER_VERSION=1.3.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 29ffff0174aa15b9df5c7b43a5851fc8a371fe28
|
||||
Subproject commit dd68cd727ae8702390f3231ef4df934fe214acd3
|
Loading…
Reference in New Issue