Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jan 28, 2021
1 parent 708bca3 commit 32f9dd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v0.1.4](https://github.com/gorhom/react-native-portal/compare/v0.1.3...v0.1.4)
## [v0.2.0](https://github.com/gorhom/react-native-portal/compare/v0.1.4...v0.2.0)

### Merged

- feat: added mounting handlers [`#7`](https://github.com/gorhom/react-native-portal/pull/7)
- chore: added popover example [`#6`](https://github.com/gorhom/react-native-portal/pull/6)
- chore: updated examples [`#5`](https://github.com/gorhom/react-native-portal/pull/5)
- chore: updated dependencies [`#4`](https://github.com/gorhom/react-native-portal/pull/4)

### Commits

- docs: updated readme file [`708bca3`](https://github.com/gorhom/react-native-portal/commit/708bca3dc26067215650e9b90cc0e5b55c984978)

## [v0.1.4](https://github.com/gorhom/react-native-portal/compare/v0.1.3...v0.1.4) - 2020-12-15

### 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": "0.1.4",
"version": "0.2.0",
"description": "A simplified portal implementation for ⭕️ React Native ⭕️",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 32f9dd3

Please sign in to comment.