[2.0.0-rc19] Bump version
This commit is contained in:
parent
788cbef26d
commit
99bfc7ef2c
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
2.0.0-rc19 Release notes (2017-10-7)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* None
|
||||
|
||||
### Bug fixes
|
||||
* None
|
||||
|
||||
### Internal
|
||||
* Update object store libs to fix partial sync
|
||||
|
||||
1.13.0 Release notes (2017-10-5)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc18
|
||||
VERSION=2.0.0-rc19
|
||||
REALM_CORE_VERSION=4.0.1
|
||||
REALM_SYNC_VERSION=2.0.0-rc27
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.44
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "2.0.0-rc18",
|
||||
"version": "2.0.0-rc19",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue