[2.19.0-rc.2] Bump version

This commit is contained in:
Kenneth Geisshirt 2018-10-10 12:03:20 +02:00
parent ffb48ec2ed
commit 2ef8fd5297
3 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
x.x.x Release notes (yyyy-MM-dd) 2.19.0 Release notes (2018-10-10)
============================================================= =============================================================
### Enhancements ### 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.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)) * 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 ### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None. * None.
### Compatibility ### Compatibility

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js PACKAGE_NAME=realm-js
VERSION=2.19.0-rc.1 VERSION=2.19.0-rc.2
REALM_CORE_VERSION=5.10.1 REALM_CORE_VERSION=5.10.1
REALM_SYNC_VERSION=3.10.0 REALM_SYNC_VERSION=3.10.0
REALM_OBJECT_SERVER_VERSION=3.11.1 REALM_OBJECT_SERVER_VERSION=3.11.1

View File

@ -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.19.0-rc.1", "version": "2.19.0-rc.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": "https://realm.io", "homepage": "https://realm.io",
"keywords": [ "keywords": [