From 5fa383811533ec69a732bf79a82630e8a99232fe Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Sat, 12 Dec 2020 18:26:06 +0100 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953f510..eabc854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 01ceb16..6564a26 100644 --- a/package.json +++ b/package.json @@ -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",