Skip to content

Commit

Permalink
[realm-react-0.6.2] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer authored Nov 15, 2023
1 parent 1c2cffa commit 8aed89e
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.2 (2023-11-15)

### Fixed
* Improved type generation, which fixed an issue with the `Realm.User` return from `useUser` ([#6196](https://github.com/realm/realm-js/issues/6196))
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.1",
"version": "0.6.2",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8aed89e

Please sign in to comment.