[2.4.0] Bump version

This commit is contained in:
Kenneth Geisshirt 2018-04-26 11:45:38 +02:00
parent 2eccaac431
commit ad1962b02b
4 changed files with 6 additions and 26 deletions

View File

@ -1,25 +1,4 @@
X.Y.Z Release notes
=============================================================
### Compatibility
* Sync protocol: 24
* Server-side history format: 4
* File format: 7
* Realm Object Server: 3.0.0 or later
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* Fixed call to `logout()` when debugging React Native apps (#1744).
### Internal
* None.
2.3.5 Release notes (2018-4-25)
2.4.0 Release notes (2018-4-26)
=============================================================
### Compatibility
* Sync protocol: 24
@ -37,6 +16,7 @@ X.Y.Z Release notes
### Bug fixes
* Fixed logout error due to fetch body not being stringified (#1731).
* Added `Subscription` import to `browser/index.js` and register type converter (#1711).
* Fixed call to `logout()` when debugging React Native apps (#1744).
### Internal
* Updated `scripts/test.sh` so it doesn't hang forever when the React tests fail to start (#1764).

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.3.4
VERSION=2.4.0
REALM_CORE_VERSION=5.4.0
REALM_SYNC_VERSION=3.0.0
REALM_OBJECT_SERVER_VERSION=3.0.0

View File

@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "2.3.5",
"version": "2.4.0",
"license": "Apache-2.0",
"homepage": "https://realm.io",
"keywords": [

View File

@ -969,7 +969,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.3.5;
CURRENT_PROJECT_VERSION = 2.4.0;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1033,7 +1033,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.3.5;
CURRENT_PROJECT_VERSION = 2.4.0;
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;