Skip to content

Commit

Permalink
[realm-react-0.6.1] Bump version (#6183)
Browse files Browse the repository at this point in the history
Co-authored-by: takameyer <[email protected]>
  • Loading branch information
realm-ci and takameyer authored Oct 6, 2023
1 parent 7d3e743 commit 63ece87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
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.6.1 (2023-10-06)

### Fixed
* `useObject` will now re-render if the result of `objectForPrimaryKey` is `null` or `undefined`. ([#6101](https://github.com/realm/realm-js/issues/6101))
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.6.0",
"version": "0.6.1",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 63ece87

Please sign in to comment.