From a0a59a6a382f3ec04aef85c78973b9061b894167 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Fri, 31 Jul 2020 16:50:07 +0200 Subject: [PATCH] chore: release v0.0.5 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc9d65a9..badab596c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog). -#### [v0.0.4](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.3...v0.0.4) +#### [v0.0.5](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.3...v0.0.5) > 31 July 2020 +- chore: introduce focus hook to reset scrollable ref [`70061ec`](/~https://github.com/gorhom/react-native-bottom-sheet/commit/70061ec8fb57f41d54b7b9733e2fbc36b8a0f6d8) - fix: fixed extracting paddingBottom in scrollable components [`945104a`](/~https://github.com/gorhom/react-native-bottom-sheet/commit/945104ab532eb3cf63ea16cec348f3ef2ad6c584) #### [v0.0.3](/~https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index 487a1a487..db1862d82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "lib/commonjs/index", "module": "lib/module/index",