Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Realm Core v13.4.2 #5453

Merged
merged 1 commit into from
Feb 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

### Internal
* Upgrade Example to use React Native 0.71.1 ([#5438](https://github.com/realm/realm-js/pull/5438))
* Upgraded Realm Core from v13.1.1 to v13.4.1. ([#5174](https://github.com/realm/realm-js/issues/5174), [#5244](https://github.com/realm/realm-js/issues/5244) and [#5419](https://github.com/realm/realm-js/issues/5419))
* Upgraded Realm Core from v13.1.1 to v13.4.2. ([#5174](https://github.com/realm/realm-js/issues/5174), [#5244](https://github.com/realm/realm-js/issues/5244), [#5419](https://github.com/realm/realm-js/issues/5419) and [#5450](https://github.com/realm/realm-js/issues/5450))
* Unpin Xcode version when building locally and upgrade the Xcode version used by Github Actions.
* Enable tests for notifications on dictionary.
* Automate releasing package on Github Actions.
* Upgrade OpenSSL v1.1.1n to v3.0.7. ([realm/realm-core#6097](https://github.com/realm/realm-core/pull/6097))
* Upgrade OpenSSL v1.1.1n to v3.0.8. ([realm/realm-core#6097](https://github.com/realm/realm-core/pull/6097) and [realm/realm-core#6305](https://github.com/realm/realm-core/pull/6305))

## 11.4.0 (2023-01-23)

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.4.0
REALM_CORE_VERSION=13.4.1
REALM_CORE_VERSION=13.4.2
NAPI_VERSION=5
MDBREALM_TEST_SERVER_TAG=2022-06-10