Skip to content

Commit 2ef8fd5

Browse files
committed
[2.19.0-rc.2] Bump version
1 parent ffb48ec commit 2ef8fd5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
2.19.0 Release notes (2018-10-10)
22
=============================================================
33
### Enhancements
44
* 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))
55
* 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))
66

77
### Fixed
8-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
98
* None.
109

1110
### Compatibility

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.19.0-rc.1
2+
VERSION=2.19.0-rc.2
33
REALM_CORE_VERSION=5.10.1
44
REALM_SYNC_VERSION=3.10.0
55
REALM_OBJECT_SERVER_VERSION=3.11.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "realm",
33
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
4-
"version": "2.19.0-rc.1",
4+
"version": "2.19.0-rc.2",
55
"license": "Apache-2.0",
66
"homepage": "https://realm.io",
77
"keywords": [

0 commit comments

Comments
 (0)