[2.3.0-alpha.7] Bump version
This commit is contained in:
parent
b78a8a60d0
commit
3b8ce20c18
|
@ -1,4 +1,4 @@
|
||||||
2.3.0 Release notes (2018-2-7)
|
2.3.0 Release notes (2018-2-9)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* Sync protocol changed to version 24.
|
* Sync protocol changed to version 24.
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
* Updated to Realm Core 5.2.0.
|
* Updated to Realm Core 5.2.0.
|
||||||
* Updated to Realm Sync 3.0.0-beta.1.
|
* Updated to Realm Sync 3.0.0-beta.2.
|
||||||
* Tested against Realm Object Server 3.0.0-alpha.2.
|
* Tested against Realm Object Server 3.0.0-alpha.2.
|
||||||
|
|
||||||
2.2.6 Release notes (2018-1-26)
|
2.2.6 Release notes (2018-1-26)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.3.0-alpha.5
|
VERSION=2.3.0-alpha.7
|
||||||
REALM_CORE_VERSION=5.2.0
|
REALM_CORE_VERSION=5.2.0
|
||||||
REALM_SYNC_VERSION=3.0.0-beta.1
|
REALM_SYNC_VERSION=3.0.0-beta.2
|
||||||
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.2
|
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.2
|
||||||
|
|
|
@ -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.6",
|
"version": "2.3.0-alpha.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit dbbd3d9212e608359fc8297fb9c29433e9a13724
|
Subproject commit 56f246831c6bd1bd33cf0f852d049b11e94e50e9
|
Loading…
Reference in New Issue