[2.0.0-rc12] Bump version

This commit is contained in:
Kenneth Geisshirt 2017-09-27 22:58:50 +02:00
parent 666d606914
commit 5616fb6f50
3 changed files with 15 additions and 4 deletions

View File

@ -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 ### Breaking changes
* None * None
@ -8,7 +20,6 @@
### Bug fixes ### Bug fixes
* Fixed port conflict between RN >= 0.48 inspector proxy and RPC server used for Chrome debugging (#1294). * 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 ### Internal
* Alignment of permission schemas. * Alignment of permission schemas.

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.0.0-rc11 VERSION=2.0.0-rc12
REALM_CORE_VERSION=3.2.1 REALM_CORE_VERSION=3.2.1
REALM_SYNC_VERSION=2.0.0-rc24 REALM_SYNC_VERSION=2.0.0-rc24
REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.32 REALM_OBJECT_SERVER_VERSION=2.0.0-alpha.32

View File

@ -1,7 +1,7 @@
{ {
"name": "realm", "name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores", "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", "license": "Apache-2.0",
"homepage": "https://realm.io", "homepage": "https://realm.io",
"keywords": [ "keywords": [