Skip to content

Commit

Permalink
Prepare for realm-react-0.8.0 (#6735)
Browse files Browse the repository at this point in the history
* [realm-react-0.8.0] Bump version

* Update CHANGELOG.md

---------

Co-authored-by: gagik <gagik@users.noreply.github.com>
Co-authored-by: Gagik Amaryan <me@gagik.co>
  • Loading branch information
3 people committed Jun 18, 2024
1 parent 747d7e2 commit 7c6b66b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 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.

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

### Deprecations
* None
## 0.8.0 (2024-06-18)

### Enhancements
* Added the ability to use an existing Realm instance in `RealmProvider` and `createRealmContext`. ([#6714](https://github.com/realm/realm-js/pull/6714))
Expand Down Expand Up @@ -38,19 +35,10 @@ function MyApp() {
);
```
### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None
### Compatibility
* React Native >= v0.71.4
* See "Compatibility" for a specific Realm version in [Realm's CHANGELOG](https://github.com/realm/realm-js/blob/main/CHANGELOG.md).
### Internal
<!-- * Either mention core version or upgrade -->
<!-- * Using Realm Core vX.Y.Z -->
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
## 0.7.0 (2024-05-06)
### Deprecations
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.7.0",
"version": "0.8.0",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 7c6b66b

Please sign in to comment.