Skip to content

Commit

Permalink
chore: release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 23, 2021
1 parent 05042e5 commit bc55f56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.7](https://github.com/gorhom/react-native-portal/compare/v1.0.6...v1.0.7)
## [v1.0.8](https://github.com/gorhom/react-native-portal/compare/v1.0.7...v1.0.8)

### Commits

- fix: allow PortalHost to mount/unmount safely #18 [`05042e5`](https://github.com/gorhom/react-native-portal/commit/05042e5636bc5421cdc60d755cbec47bbc0101d8)

## [v1.0.7](https://github.com/gorhom/react-native-portal/compare/v1.0.6...v1.0.7) - 2021-06-10

### Commits

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/portal",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simplified portal implementation for ⭕️ React Native ⭕️",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit bc55f56

Please sign in to comment.