Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 12, 2020
1 parent bf6cf1e commit 5fa3838
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## 0.1.1
## [v0.1.2](https://github.com/gorhom/react-native-portal/compare/v0.1.1...v0.1.2)

### Commits

- chore: renamed Portal prop key to name, to avoid react warnings [`bf6cf1e`](https://github.com/gorhom/react-native-portal/commit/bf6cf1e2209c7eeecef883c4ea85a872a88da0dc)

## v0.1.1 - 2020-12-08

### Commits

- chore: init project [`d7980b6`](https://github.com/gorhom/react-native-portal/commit/d7980b6b8b709e6d48984109d506a0fbfe0d4b62)
- chore: added initial implementaion [`044c266`](https://github.com/gorhom/react-native-portal/commit/044c26621b46e033faf6306f1e89734f618216fa)
- docs: updated readme file [`488a977`](https://github.com/gorhom/react-native-portal/commit/488a9778286ecd49e340a063641df61b29561b54)
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.1",
"version": "0.1.2",
"description": "A simplified portal implementation for ⭕️ React Native ⭕️",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 5fa3838

Please sign in to comment.