Skip to content

Commit

Permalink
chore: release v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 23, 2022
1 parent 74a1290 commit b1fe33b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ 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.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13)
## [v1.0.14](https://github.com/gorhom/react-native-portal/compare/v1.0.13...v1.0.14)

### Commits

- docs: added usage example with gesture handler [`098ccdf`](https://github.com/gorhom/react-native-portal/commit/098ccdf90089db54fd9c0629970216f11fdb48d6)
- fix: avoid non-defined global error on web (#30)(by @AlanSl) [`d74fd20`](https://github.com/gorhom/react-native-portal/commit/d74fd200ef82d3b86718dd6f7644a0a52816a087)
- chore: fix linting in logger.ts [`74a1290`](https://github.com/gorhom/react-native-portal/commit/74a129073e52988ffb87d527a713f9aa63004426)

## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13) - 2022-04-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.13",
"version": "1.0.14",
"description": "A simplified portal implementation for ⭕️ React Native ⭕️",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b1fe33b

Please sign in to comment.