Skip to content

Commit b3005de

Browse files
fealebenpaekneth
andauthored
[realm-react-0.10.0] Bump version (#6843)
Co-authored-by: kneth <kneth@users.noreply.github.com>
1 parent 211f623 commit b3005de

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm-react/CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## vNext (TBD)
2-
3-
### 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.
1+
## 0.10.0 (2024-08-15)
42

53
### Enhancements
64
* 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))

packages/realm-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@realm/react",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "React specific hooks and implementation helpers for Realm",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)