Skip to content

Commit 7c6b66b

Browse files
fealebenpaegagik
andauthored
Prepare for realm-react-0.8.0 (#6735)
* [realm-react-0.8.0] Bump version * Update CHANGELOG.md --------- Co-authored-by: gagik <[email protected]> Co-authored-by: Gagik Amaryan <[email protected]>
1 parent 747d7e2 commit 7c6b66b

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
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-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
1+
## 0.8.0 (2024-06-18)
52

63
### Enhancements
74
* Added the ability to use an existing Realm instance in `RealmProvider` and `createRealmContext`. ([#6714](https://github.com/realm/realm-js/pull/6714))
@@ -38,19 +35,10 @@ function MyApp() {
3835
);
3936
```
4037
41-
### Fixed
42-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
43-
* None
44-
4538
### Compatibility
4639
* React Native >= v0.71.4
4740
* See "Compatibility" for a specific Realm version in [Realm's CHANGELOG](https://github.com/realm/realm-js/blob/main/CHANGELOG.md).
4841
49-
### Internal
50-
<!-- * Either mention core version or upgrade -->
51-
<!-- * Using Realm Core vX.Y.Z -->
52-
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
53-
5442
## 0.7.0 (2024-05-06)
5543
5644
### Deprecations

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.7.0",
3+
"version": "0.8.0",
44
"description": "React specific hooks and implementation helpers for Realm",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)