[2.3.0-alpha.3] Bump version
This commit is contained in:
parent
480b2cfdee
commit
dad7fa403d
|
@ -1,4 +1,4 @@
|
||||||
2.3.0-alpha.2 Release notes (2018-1-31)
|
2.3.0-alpha.3 Release notes (2018-2-1)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* Sync protocol changed to version 24.
|
* Sync protocol changed to version 24.
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
* Reduced initial download times in Realms with long transaction histories.
|
* Reduced initial download times in Realms with long transaction histories.
|
||||||
|
* Wait for pending notifications to complete when removing a sync listener (1648).
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
* None.
|
* None.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.3.0-alpha.2
|
VERSION=2.3.0-alpha.3
|
||||||
REALM_CORE_VERSION=5.1.2
|
REALM_CORE_VERSION=5.1.2
|
||||||
REALM_SYNC_VERSION=3.0.0-alpha.2
|
REALM_SYNC_VERSION=3.0.0-alpha.2
|
||||||
REALM_OBJECT_SERVER_VERSION=2.5.1
|
REALM_OBJECT_SERVER_VERSION=2.5.1
|
||||||
|
|
|
@ -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.3.0-alpha.2",
|
"version": "2.3.0-alpha.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue