From 7cf1298709388966cf9ff5e5f6e7b9f1dd876887 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Mon, 5 Feb 2018 19:56:48 +0100 Subject: [PATCH] [2.3.0-alpha.4] Bump version --- CHANGELOG.md | 6 ++++-- dependencies.list | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1a7a98..fb605a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -2.3.0-alpha.3 Release notes (2018-2-1) +2.3.0 Release notes (2018-2-5) ============================================================= ### Breaking changes * Sync protocol changed to version 24. @@ -8,12 +8,14 @@ ### Enhancements * Reduced initial download times in Realms with long transaction histories. * Wait for pending notifications to complete when removing a sync listener (1648). +* Further enhancements of the query parser. ### Bug fixes * None. ### Internal -* Updated to Realm Sync 3.0.0-alpha.2. +* Updated to Realm Core 5.2.0. +* Updated to Realm Sync 3.0.0-alpha.3. * Tested against Realm Object Server 3.0.0-alpha.1. 2.2.6 Release notes (2018-1-26) diff --git a/dependencies.list b/dependencies.list index 9090cbfd..40de548e 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.3.0-alpha.3 +VERSION=2.3.0-alpha.4 REALM_CORE_VERSION=5.2.0 REALM_SYNC_VERSION=3.0.0-alpha.3 REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.1 diff --git a/package.json b/package.json index a273f52b..da8c6988 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.3.0-alpha.3", + "version": "2.3.0-alpha.4", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [