mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-25 13:59:09 +00:00
[1.2.0] Bump version
This commit is contained in:
parent
80818779ba
commit
2881cf5502
@ -1,4 +1,4 @@
|
|||||||
x.y.z Release notes (TBD)
|
1.2.0 Release notes (2017-3-28)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* This version is not compatible with versions of the Realm Object Server lower than 1.3.0.
|
* This version is not compatible with versions of the Realm Object Server lower than 1.3.0.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME=realm-js
|
PACKAGE_NAME=realm-js
|
||||||
VERSION=1.1.1
|
VERSION=1.2.0
|
||||||
REALM_CORE_VERSION=2.4.0
|
REALM_CORE_VERSION=2.4.0
|
||||||
REALM_SYNC_VERSION=1.4.2
|
REALM_SYNC_VERSION=1.4.2
|
||||||
REALM_OBJECT_SERVER_VERSION=1.3.0
|
REALM_OBJECT_SERVER_VERSION=1.3.0
|
||||||
|
14
package.json
14
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "realm",
|
"name": "realm",
|
||||||
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://realm.io",
|
"homepage": "https://realm.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -58,12 +58,12 @@
|
|||||||
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json",
|
"jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json",
|
||||||
"node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
"node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
||||||
"node-nosync-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
"node-nosync-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",
|
||||||
"test-runner:ava" :"cd tests/test-runners/ava && npm install && npm test",
|
"test-runner:ava": "cd tests/test-runners/ava && npm install && npm test",
|
||||||
"test-runner:mocha" :"cd tests/test-runners/mocha && npm install && npm test",
|
"test-runner:mocha": "cd tests/test-runners/mocha && npm install && npm test",
|
||||||
"test-runner:jest" :"cd tests/test-runners/jest && npm install && npm test",
|
"test-runner:jest": "cd tests/test-runners/jest && npm install && npm test",
|
||||||
"test-runners" : "npm run test-runner:ava && npm run test-runner:mocha && npm run test-runner:jest",
|
"test-runners": "npm run test-runner:ava && npm run test-runner:mocha && npm run test-runner:jest",
|
||||||
"isMac" : "node -p \"if (process.platform == 'darwin') { process.exit(0); } else { process.exit(-1); }\"",
|
"isMac": "node -p \"if (process.platform == 'darwin') { process.exit(0); } else { process.exit(-1); }\"",
|
||||||
"testMac" : "npm run isMac -s && echo this is mac || echo . "
|
"testMac": "npm run isMac -s && echo this is mac || echo . "
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"extract-zip": "^1.6.0",
|
"extract-zip": "^1.6.0",
|
||||||
|
@ -911,7 +911,7 @@
|
|||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1.1.1;
|
CURRENT_PROJECT_VERSION = 1.2.0;
|
||||||
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
@ -975,7 +975,7 @@
|
|||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1.1.1;
|
CURRENT_PROJECT_VERSION = 1.2.0;
|
||||||
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user