From ac9172ee6e72415b642307f263127834dd7aff2b Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Tue, 16 Oct 2018 14:09:26 +0200 Subject: [PATCH] [2.19.0-rc.3] Bump version --- CHANGELOG.md | 2 +- dependencies.list | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bcd2f4..5132e3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -x.x.x Release notes (yyyy-MM-dd) +2.19.0 Release notes (2018-10-16) ============================================================= ### Enhancements * Improved the proactive token refresh mechanism to make several attempts to refresh the token before it expires and to also ensure that there is only one ongoing refresh timer for a combination of user and realm path. Previously it was possible to end up in a situation where many redundant refreshes were scheduled for the same Realm. ([#2071](https://github.com/realm/realm-js/pull/2071), since v1.0.2) diff --git a/dependencies.list b/dependencies.list index ef275037..57e8056d 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.19.0-rc.2 +VERSION=2.19.0-rc.3 REALM_CORE_VERSION=5.10.1 REALM_SYNC_VERSION=3.10.0 REALM_OBJECT_SERVER_VERSION=3.11.1 diff --git a/package.json b/package.json index 9a1c3213..55f7460b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "2.19.0-rc.2", + "version": "2.19.0-rc.3", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [