Skip to content

Commit

Permalink
[realm-react-0.10.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Aug 15, 2024
1 parent 211f623 commit 01fd702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

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

### Note: Compatibility with Realm has been bumped to [Realm 12.12.0](https://github.com/realm/realm-js/releases/tag/v12.12.0) to add support for progress notifications.
## 0.10.0 (2024-08-15)

### Enhancements
* Added `useProgress` hook which provides a convenient way to access Realm's progress information. It works in a similar way as `realm.addProgressNotification`. ([#6797](https://github.com/realm/realm-js/issues/6797))
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.9.0",
"version": "0.10.0",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 01fd702

Please sign in to comment.