We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e797c commit 0275521Copy full SHA for 0275521
packages/realm-react/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## vNext (TBD)
+## 0.7.0 (2024-05-06)
2
3
### Deprecations
4
* Deprecated calling `useQuery` with three positional arguments. ([#6360](https://github.com/realm/realm-js/pull/6360))
packages/realm-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@realm/react",
- "version": "0.6.2",
+ "version": "0.7.0",
"description": "React specific hooks and implementation helpers for Realm",
5
"type": "module",
6
"main": "dist/index.cjs",
0 commit comments