[2.0.0-rc12] Bump version
This commit is contained in:
parent
666d606914
commit
5616fb6f50
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,4 +1,16 @@
|
|||
2.0.0 Release notes (2017-9-26)
|
||||
2.0.0-rc12 Release notes (2017-9-27)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* None.
|
||||
|
||||
### Bug fixes
|
||||
* An issue where access tokens were not refreshed correctly has been addressed.
|
||||
|
||||
|
||||
2.0.0-rc11 Release notes (2017-9-26)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None
|
||||
|
@ -8,7 +20,6 @@
|
|||
|
||||
### Bug fixes
|
||||
* Fixed port conflict between RN >= 0.48 inspector proxy and RPC server used for Chrome debugging (#1294).
|
||||
* An issue where access tokens were not refreshed correctly has been addressed.
|
||||
|
||||
### Internal
|
||||
* Alignment of permission schemas.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.0.0-rc11
|
||||
VERSION=2.0.0-rc12
|
||||
REALM_CORE_VERSION=3.2.1
|
||||
REALM_SYNC_VERSION=2.0.0-rc24
|
||||
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-rc11",
|
||||
"version": "2.0.0-rc12",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue