Skip to content

Commit b1fe33b

Browse files
committedJun 23, 2022
chore: release v1.0.14
1 parent 74a1290 commit b1fe33b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13)
10+
## [v1.0.14](https://github.com/gorhom/react-native-portal/compare/v1.0.13...v1.0.14)
11+
12+
### Commits
13+
14+
- docs: added usage example with gesture handler [`098ccdf`](https://github.com/gorhom/react-native-portal/commit/098ccdf90089db54fd9c0629970216f11fdb48d6)
15+
- fix: avoid non-defined global error on web (#30)(by @AlanSl) [`d74fd20`](https://github.com/gorhom/react-native-portal/commit/d74fd200ef82d3b86718dd6f7644a0a52816a087)
16+
- chore: fix linting in logger.ts [`74a1290`](https://github.com/gorhom/react-native-portal/commit/74a129073e52988ffb87d527a713f9aa63004426)
17+
18+
## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13) - 2022-04-10
1119

1220
### Commits
1321

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/portal",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "A simplified portal implementation for ⭕️ React Native ⭕️",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)