Skip to content

Commit

Permalink
[11.0.0-rc.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jul 11, 2022
1 parent 46f55d1 commit adcc845
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
x.x.x Release notes (yyyy-MM-dd)
11.0.0-rc.1 Release notes (2022-7-11)
=============================================================
### Notes
This is primarily a re-release of `11.0.0-rc.0`, which is compatible with React Native v0.69.0 or above.
The release is based on Realm JS v10.19.5.

### Enhancements
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.

### Compatibility
* React Native equal to or above `v0.69.0` and above, since we're shipping binaries pre-compiled against the JSI ABI.
* Atlas App Services.
* Realm Studio v12.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
Expand Down Expand Up @@ -57,6 +61,7 @@ realm.write(() => {
* Fixed build error (call to implicitly-deleted copy constructor of 'realm::js::RealmClass<realm::js::realmjsi::Types>::Arguments') (follow up to [#4568](https://github.com/realm/realm-js/pull/4568))

### Compatibility
* React Native equal to or above `v0.66.0` and below `v0.69.0` (not included), since we're shipping binaries pre-compiled against the JSI ABI.
* Atlas App Services.
* Realm Studio v12.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
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.0.0-rc.0
VERSION=11.0.0-rc.1
REALM_CORE_VERSION=12.2.0
NAPI_VERSION=5
OPENSSL_VERSION=1.1.1g
Expand Down
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.

4 changes: 2 additions & 2 deletions 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.0.0-rc.0",
"version": "11.0.0-rc.1",
"license": "See the actual license in the file LICENSE",
"homepage": "https://realm.io",
"keywords": [
Expand Down Expand Up @@ -160,4 +160,4 @@
5
]
}
}
}

0 comments on commit adcc845

Please sign in to comment.