[2.0.0-rc10] Bump version
This commit is contained in:
parent
315bc65288
commit
b0c1db8c45
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,7 +1,7 @@
|
|||
vNext (TBD)
|
||||
2.0.0-rc10 Release notes (2017-9-19)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None
|
||||
* Updating core (3.2.1), sync (2.0.0-rc23 - packaged under 2.0.0-rc22), object store.
|
||||
|
||||
### Enhancements
|
||||
* Add support for sorting Lists and Results on values from linked objects.
|
||||
|
@ -9,17 +9,6 @@ vNext (TBD)
|
|||
### Bug fixes
|
||||
* None
|
||||
|
||||
2.0.0 Release notes (2017-9-19)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* Updating core (3.2.1), sync (2.0.0-rc21), object store.
|
||||
|
||||
### Enhancements
|
||||
* None
|
||||
|
||||
### Bug fixes
|
||||
* None
|
||||
|
||||
1.12.0 Release notes (2017-9-14)
|
||||
=============================================================
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc9
|
||||
VERSION=2.0.0-rc10
|
||||
REALM_CORE_VERSION=3.2.1
|
||||
REALM_SYNC_VERSION=2.0.0-rc22
|
||||
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.32
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "2.0.0-rc9",
|
||||
"version": "2.0.0-rc10",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue