Skip to content

Commit

Permalink
Prepare for realm-react-0.10.1 (#6870)
Browse files Browse the repository at this point in the history
* [realm-react-0.10.1] Bump version

* Update CHANGELOG.md

---------

Co-authored-by: kraenhansen <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 693c953 commit 4738cbd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 14 deletions.
45 changes: 44 additions & 1 deletion package-lock.json

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

13 changes: 1 addition & 12 deletions packages/realm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## vNext (TBD)

### Deprecations
* None

### Enhancements
* None
## 0.10.1 (2024-08-28)

### Fixed
* Fixing the `RealmProvider` component when context is created without passing neither a `Realm` instance nor a `Realm.Configuration` to avoid unnecessary recreation of the provider, which was causing "Cannot access realm that has been closed" errors. ([#6842](https://github.com/realm/realm-js/issues/6842), since v0.8.0)
Expand All @@ -14,11 +8,6 @@
* Realm Studio v15.0.0.
* File format: generates Realms with format v24 (reads and upgrades file format v10).

### 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.10.0 (2024-08-15)

### 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.10.0",
"version": "0.10.1",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 4738cbd

Please sign in to comment.