mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
[2.3.0-alpha.14] Bump version
This commit is contained in:
parent
ec5ea3e32a
commit
2f2c557cc1
@ -1,4 +1,4 @@
|
|||||||
2.3.0 Release notes (2018-2-19)
|
2.3.0 Release notes (2018-3-1)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* [Sync] Sync protocol changed to version 24.
|
* [Sync] Sync protocol changed to version 24.
|
||||||
@ -18,9 +18,9 @@
|
|||||||
* [Sync] Added class `Realm.Sync.Subscription` to support partial synced Realms.
|
* [Sync] Added class `Realm.Sync.Subscription` to support partial synced Realms.
|
||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
* Updated to Realm Core 5.2.0.
|
* Updated to Realm Core 5.8.0.
|
||||||
* Updated to Realm Sync 3.0.0-beta.9.
|
* Updated to Realm Sync 3.0.0-beta.9.
|
||||||
* Tested against Realm Object Server 3.0.0-alpha.2.
|
* Tested against Realm Object Server 3.0.0-alpha.8.
|
||||||
|
|
||||||
|
|
||||||
2.2.10 Release notes (2018-2-20)
|
2.2.10 Release notes (2018-2-20)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=2.3.0-alpha.13
|
VERSION=2.3.0-alpha.14
|
||||||
REALM_CORE_VERSION=5.2.0
|
REALM_CORE_VERSION=5.3.0
|
||||||
REALM_SYNC_VERSION=3.0.0-beta.9
|
REALM_SYNC_VERSION=3.0.0-beta.9
|
||||||
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.2
|
REALM_OBJECT_SERVER_VERSION=3.0.0-alpha.8
|
||||||
|
@ -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.13",
|
"version": "2.3.0-alpha.14",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user