From 399b5a183f572f383dc1fd86e6014997367f46a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Thu, 7 Jul 2022 09:32:14 +0200 Subject: [PATCH] [11.0.0-rc.0] Bump version --- CHANGELOG.md | 2 +- dependencies.list | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- react-native/ios/RealmReact.xcodeproj/project.pbxproj | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cb858fb4..38e6185ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -x.x.x Release notes (yyyy-MM-dd) +11.0.0-rc.0 Release notes (2022-7-7) ============================================================= ### Enhancements * None. diff --git a/dependencies.list b/dependencies.list index 256e2fdd81..96df6e03db 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=10.20.0-beta.5 +VERSION=11.0.0-rc.0 REALM_CORE_VERSION=12.2.0 NAPI_VERSION=5 OPENSSL_VERSION=1.1.1g diff --git a/package-lock.json b/package-lock.json index e82dff8588..bfff48f5c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm", - "version": "10.20.0-beta.5", + "version": "11.0.0-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm", - "version": "10.20.0-beta.5", + "version": "11.0.0-rc.0", "hasInstallScript": true, "license": "See the actual license in the file LICENSE", "dependencies": { diff --git a/package.json b/package.json index 0dd261252a..bc724964d5 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": "10.20.0-beta.5", + "version": "11.0.0-rc.0", "license": "See the actual license in the file LICENSE", "homepage": "https://realm.io", "keywords": [ @@ -162,4 +162,4 @@ 5 ] } -} \ No newline at end of file +} diff --git a/react-native/ios/RealmReact.xcodeproj/project.pbxproj b/react-native/ios/RealmReact.xcodeproj/project.pbxproj index 35ed2e81aa..8bed60946f 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 = 10.20.0; + CURRENT_PROJECT_VERSION = 11.0.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 = 10.20.0; + CURRENT_PROJECT_VERSION = 11.0.0; CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES;