Skip to content

Commit 2e85536

Browse files
committed
[2.19.0-rc.5] Bump version
1 parent ae54554 commit 2e85536

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
2.19.0 Release notes (2018-11-7)
22
=============================================================
33
### Enhancements
44
* A more meaningful exception will be thrown when trying to refresh the access token for a Realm with an invalid url. Previously, trying to connect to a Realm with a url that lacks the path component (e.g. `realm://foo.com`) would result in errors like `Cannot read property ‘token_data’ of undefined`. Instead, now we'll print out the Realm url and provide a more meaningful exception message. ([#ROS-1310](https://github.com/realm/realm-object-server-private/issues/1310), since v1.0.2)

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.19.0-rc.4
2+
VERSION=2.19.0-rc.5
33
REALM_CORE_VERSION=5.12.0
44
REALM_SYNC_VERSION=3.13.1
55
REALM_OBJECT_SERVER_VERSION=3.11.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "realm",
33
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
4-
"version": "2.19.0-rc.4",
4+
"version": "2.19.0-rc.5",
55
"license": "See the actual license in the file LICENSE",
66
"homepage": "https://realm.io",
77
"keywords": [

0 commit comments

Comments
 (0)