Skip to content

Commit

Permalink
[2.22.0-beta.2] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Dec 22, 2018
1 parent b7b24e6 commit 9ceb117
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
x.x.x Release notes (yyyy-MM-dd)
2.22.0-beta.2 Release notes (2018-12-22)
=============================================================
### Enhancements
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.
* Improved performance and memory usage of `Realm.Sync.Adapter`.

### Compatibility
* Realm Object Server: 3.11.0 or later.
Expand All @@ -15,7 +11,7 @@ x.x.x Release notes (yyyy-MM-dd)
### Internal
* Upgraded to https://github.com/nlohmann/json 3.4

2.22.0 Release notes (2018-12-15)
2.22.0-beta.1 Release notes (2018-12-15)
=============================================================
### Enhancements
* Calling `Realm.Sync.User.createConfiguration()` now supports a relative URL which will use the Authentication server as base url. ([#1981](https://github.com/realm/realm-js/issues/1981))
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.22.0-beta.1
VERSION=2.22.0-beta.2
REALM_CORE_VERSION=5.12.6
REALM_SYNC_VERSION=3.14.6
REALM_OBJECT_SERVER_VERSION=3.11.1
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "2.22.0-beta.1",
"version": "2.22.0-beta.2",
"license": "See the actual license in the file LICENSE",
"homepage": "https://realm.io",
"keywords": [
Expand Down

0 comments on commit 9ceb117

Please sign in to comment.