mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
[2.4.0] Bump version
This commit is contained in:
parent
2eccaac431
commit
ad1962b02b
24
CHANGELOG.md
24
CHANGELOG.md
@ -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).
|
||||
|
@ -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
|
||||
|
@ -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": [
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user