mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-26 22:39:05 +00:00
[2.19.0-rc.2] Bump version
This commit is contained in:
parent
ffb48ec2ed
commit
2ef8fd5297
@ -1,11 +1,10 @@
|
||||
x.x.x Release notes (yyyy-MM-dd)
|
||||
2.19.0 Release notes (2018-10-10)
|
||||
=============================================================
|
||||
### Enhancements
|
||||
* Added `Realm.subscriptions()` to query active query-based sync subscriptions. This method is in beta and might change in future releases. ([#2052](https://github.com/realm/realm-js/issues/2052))
|
||||
* Added `Realm.unsubscribe()` to unsubscribe by name an active query-based sync subscription. This method is in beta and might change in future releases. ([#2052](https://github.com/realm/realm-js/issues/2052))
|
||||
|
||||
### Fixed
|
||||
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
|
||||
* None.
|
||||
|
||||
### Compatibility
|
||||
|
@ -1,5 +1,5 @@
|
||||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.19.0-rc.1
|
||||
VERSION=2.19.0-rc.2
|
||||
REALM_CORE_VERSION=5.10.1
|
||||
REALM_SYNC_VERSION=3.10.0
|
||||
REALM_OBJECT_SERVER_VERSION=3.11.1
|
||||
|
@ -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.1",
|
||||
"version": "2.19.0-rc.2",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user