Skip to content

Commit

Permalink
[realm-react-0.10.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Aug 28, 2024
1 parent 693c953 commit 571b52e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 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.

8 changes: 1 addition & 7 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 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 571b52e

Please sign in to comment.