Skip to content

Commit 4738cbd

Browse files
Prepare for realm-react-0.10.1 (#6870)
* [realm-react-0.10.1] Bump version * Update CHANGELOG.md --------- Co-authored-by: kraenhansen <[email protected]> Co-authored-by: Kræn Hansen <[email protected]>
1 parent 693c953 commit 4738cbd

File tree

3 files changed

+46
-14
lines changed

3 files changed

+46
-14
lines changed

package-lock.json

Lines changed: 44 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm-react/CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
5-
6-
### Enhancements
7-
* None
1+
## 0.10.1 (2024-08-28)
82

93
### Fixed
104
* Fixing the `RealmProvider` component when context is created without passing neither a `Realm` instance nor a `Realm.Configuration` to avoid unnecessary recreation of the provider, which was causing "Cannot access realm that has been closed" errors. ([#6842](https://github.com/realm/realm-js/issues/6842), since v0.8.0)
@@ -14,11 +8,6 @@
148
* Realm Studio v15.0.0.
159
* File format: generates Realms with format v24 (reads and upgrades file format v10).
1610

17-
### Internal
18-
<!-- * Either mention core version or upgrade -->
19-
<!-- * Using Realm Core vX.Y.Z -->
20-
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
21-
2211
## 0.10.0 (2024-08-15)
2312

2413
### Enhancements

packages/realm-react/package.json

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

0 commit comments

Comments
 (0)