mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-22 19:28:33 +00:00
[1.9.0] Bump version
This commit is contained in:
parent
ab29ac4490
commit
7b9c4eee46
@ -1,9 +1,10 @@
|
||||
vNext Release notes (TBD)
|
||||
1.9.0 Release notes (2017-7-10)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
* None
|
||||
|
||||
### Enhancements
|
||||
* Add support for iOS React Native 0.46. Thanks [@ovr](https://github.com/ovr)!
|
||||
* Add support for Linking Objects (AKA Backlinks).
|
||||
* Add support for retrieving user account information.
|
||||
* Add optional `server` parameter to `Realm.Sync.User.adminUser`
|
||||
|
@ -1,5 +1,5 @@
|
||||
PACKAGE_NAME=realm-js
|
||||
VERSION=1.8.3
|
||||
REALM_CORE_VERSION=2.8.4
|
||||
REALM_SYNC_VERSION=1.10.1
|
||||
VERSION=1.9.0
|
||||
REALM_CORE_VERSION=2.8.6
|
||||
REALM_SYNC_VERSION=1.10.5
|
||||
REALM_OBJECT_SERVER_VERSION=1.8.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "realm",
|
||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||
"version": "1.8.3",
|
||||
"version": "1.9.0",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://realm.io",
|
||||
"keywords": [
|
||||
|
@ -956,7 +956,7 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.8.3;
|
||||
CURRENT_PROJECT_VERSION = 1.9.0;
|
||||
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
@ -1020,7 +1020,7 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.8.3;
|
||||
CURRENT_PROJECT_VERSION = 1.9.0;
|
||||
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0868f93b173490138e5fd6c78c13fb1fbc5e6f7f
|
||||
Subproject commit 7c12b340e078aa4ce371347e235eba51f37f84c4
|
Loading…
x
Reference in New Issue
Block a user