From af21ae6bd81b22bda631caf7b207e97a17ee62cc Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Fri, 12 Jan 2018 10:35:28 +0100 Subject: [PATCH] [2.2.0] Bump version --- CHANGELOG.md | 2 +- dependencies.list | 2 +- package.json | 5 ++--- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bfc1b2..0c3c599a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -X.Y.Z Release notes +2.2.0 Release notes (2018-1-12) ============================================================= ### Breaking changes * None. diff --git a/dependencies.list b/dependencies.list index 34ea8722..c514f0ae 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.1.1 +VERSION=2.2.0 REALM_CORE_VERSION=5.1.2 REALM_SYNC_VERSION=2.2.9 REALM_OBJECT_SERVER_VERSION=2.2.0 diff --git a/package.json b/package.json index 3c734ffe..286eb89f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "2.1.1", + "version": "2.2.0", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ @@ -104,8 +104,7 @@ "rimraf": "^2.6.1", "semver": "^5.1.0", "shelljs": "^0.7.7", - "shx": "^0.2.2", - "@types/node": "^4.0.35" + "shx": "^0.2.2" }, "rnpm": { "ios": { diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 44d12d23..ab07716a 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -961,7 +961,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.1.1; + CURRENT_PROJECT_VERSION = 2.2.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1025,7 +1025,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.1.1; + CURRENT_PROJECT_VERSION = 2.2.0; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO;