Skip to content

Commit

Permalink
Prepare for 11.7.0 (#5643)
Browse files Browse the repository at this point in the history
* [11.7.0] Bump version

* Update COMPATIBILITY.md

---------

Co-authored-by: kneth <[email protected]>
Co-authored-by: Kenneth Geisshirt <[email protected]>
  • Loading branch information
3 people authored Mar 26, 2023
1 parent ab8a0b3 commit a44383a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## vNext (TBD)
## 11.7.0 (2023-03-26)

### Deprecations
* `Realm.App.Configuration#baseFilePath` will be renamed in an upcoming major version. ([#5630](https://github.com/realm/realm-js/issues/5630))
Expand Down
12 changes: 7 additions & 5 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

| Realm JavaScript | React Native | Expo | Hermes | npm | node |
|------------------------|--------------------|----------|--------|--------|--------|
| 11.7.0 | >= 0.71.4 | N/A || >= 7 | >= 13 |
| 11.6.0 | >= 0.71.4 | N/A || >= 7 | >= 13 |
| 11.5.2 | >= 0.71.4 | N/A || >= 7 | >= 13 |
| 11.5.1 | = 0.71.0 | N/A || >= 7 | >= 13 |
| 11.5.0 | = 0.71.0 | N/A || >= 7 | >= 13 |
| 11.4.0 | = 0.71.0 | N/A || >= 7 | >= 13 |
| 11.3.1 | >= 0.70.0 | 47 || >= 7 | >= 13 |
| 11.2.0 | >= 0.70.0 | 47 || >= 7 | >= 13 |
| 11.5.1 | = 0.71.0 | N/A || >= 7 | >= 13 (but 19) |
| 11.5.0 | = 0.71.0 | N/A || >= 7 | >= 13 (but 19) |
| 11.4.0 | = 0.71.0 | N/A || >= 7 | >= 13 (but 19) |
| 11.3.1 | >= 0.70.0 | 47 || >= 7 | >= 13 (but 19) |
| 11.2.0 | >= 0.70.0 | 47 || >= 7 | >= 13 (but 19) |
| 11.1.0 | >= 0.70.0 | 47 || >= 7 | >= 13 |
| 11.0.0 | >= 0.70.0 | 47 || >= 7 | >= 13 |
| 11.0.0-rc.2 | >= 0.70.0 | N/A || >= 7 | >= 13 |
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=11.6.0
VERSION=11.7.0
REALM_CORE_VERSION=13.8.0
NAPI_VERSION=5
MDBREALM_TEST_SERVER_TAG=2023-02-23
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "11.6.0",
"version": "11.7.0",
"license": "apache-2.0",
"homepage": "https://realm.io",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions react-native/ios/RealmReact.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0;
CURRENT_PROJECT_VERSION = 11.7.0;
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -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.6.0;
CURRENT_PROJECT_VERSION = 11.7.0;
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit a44383a

Please sign in to comment.