From 3c3f5ab5ec6ec1294e1bd4308a90756a8c15e17c Mon Sep 17 00:00:00 2001 From: Realm CI Date: Sat, 12 Nov 2022 12:01:46 +0100 Subject: [PATCH] [11.2.0] Bump version (#5105) Co-authored-by: kneth --- CHANGELOG.md | 2 +- dependencies.list | 2 +- package-lock.json | 4 ++-- package.json | 2 +- react-native/ios/RealmReact.xcodeproj/project.pbxproj | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58f913298..d3a149127e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## vNext (TBD) +## 11.2.0 (2022-11-12) ### Enhancements * Flexible sync will now wait for the server to have sent all pending history after a bootstrap before marking a subscription as Complete. ([realm/realm-core#5795](https://github.com/realm/realm-core/pull/5795)) diff --git a/dependencies.list b/dependencies.list index 93054b5107..b8c664e038 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=11.1.0 +VERSION=11.2.0 REALM_CORE_VERSION=12.12.0 NAPI_VERSION=5 OPENSSL_VERSION=1.1.1n diff --git a/package-lock.json b/package-lock.json index 516017b7fd..ecd3ab001e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm", - "version": "11.1.0", + "version": "11.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm", - "version": "11.1.0", + "version": "11.2.0", "hasInstallScript": true, "license": "apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8b07ab13ea..fcf922d279 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": "11.1.0", + "version": "11.2.0", "license": "apache-2.0", "homepage": "https://realm.io", "keywords": [ diff --git a/react-native/ios/RealmReact.xcodeproj/project.pbxproj b/react-native/ios/RealmReact.xcodeproj/project.pbxproj index da102f8b8a..c15128ce82 100644 --- a/react-native/ios/RealmReact.xcodeproj/project.pbxproj +++ b/react-native/ios/RealmReact.xcodeproj/project.pbxproj @@ -191,7 +191,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 11.1.0; + CURRENT_PROJECT_VERSION = 11.2.0; CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -255,7 +255,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 11.1.0; + CURRENT_PROJECT_VERSION = 11.2.0; CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES;