Skip to content

Commit

Permalink
[realm-react-v0.3.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed May 31, 2022
1 parent 01a0172 commit 38552cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions packages/realm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
x.x.x Release notes (yyyy-MM-dd)
=============================================================
# 0.3.1 Release notes (2022-05-31)

### Enhancements
* Add realmRef property to `RealmProvider` to access the configured realm outside of the provider component ([#4571](https://github.com/realm/realm-js/issues/4571))
* Additionally appRef on `AppProvider` was added to provide access to `Realm.App` from outside the provider component

### Fixed
* Results from `useQuery` could not be passed to `MutableSubscriptionSet.add`/`remove` ([#4507](https://github.com/realm/realm-js/issues/4507), since v0.1.0)

### Compatibility
* MongoDB Realm Cloud.
* Realm Studio v11.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

### Internal
* <Either mention core version or upgrade>
* <Using Realm Core vX.Y.Z>
* <Upgraded Realm Core from vX.Y.Z to vA.B.C>

# 0.3.0 Release notes (2022-05-11)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realm/react",
"version": "0.3.0",
"version": "0.3.1",
"description": "React specific hooks and implementation helpers for Realm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 38552cb

Please sign in to comment.