Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 22, 2020
1 parent b09910b commit 50c4cf1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.
## [v2.0.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.0...v2.0.1)

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
#### Improvements

- chore: updated auto-changelog configs ([b09910b](https://github.com/gorhom/react-native-bottom-sheet/commit/b09910b39824c264e8e18afc778f1baeff3c7468)).
- chore: fix types on ContactList example ([ebfad4c](https://github.com/gorhom/react-native-bottom-sheet/commit/ebfad4c52d38a70ce26a287af9192f1ffde5944b)).

#### Fixes

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: fixed `backdropComponent` typing ([4af7d5c](https://github.com/gorhom/react-native-bottom-sheet/commit/4af7d5c02bb83016b6935f0f392ff2dbe0fe1a86)).

## [v2.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0)
#### Documentations

- docs: updated website & readme ([216432a](https://github.com/gorhom/react-native-bottom-sheet/commit/216432a60e66d4569460610c2d8e45c95c60f1d4)).

## [v2.0.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.1...v2.0.0) - 2020-12-16

#### Features

Expand All @@ -30,16 +38,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: re-enable flipper ([1af2a55](https://github.com/gorhom/react-native-bottom-sheet/commit/1af2a559171d20a8564ff41be90b5e9e0801ffdc)).
- chore: updated auto-changelog template ([d78f220](https://github.com/gorhom/react-native-bottom-sheet/commit/d78f2202dec04bada348a7733ce51341493f50b8)).
- chore: remove debugging logs ([9a6a342](https://github.com/gorhom/react-native-bottom-sheet/commit/9a6a3420e71d132db6c186f5e926a881b08d9740)).
- chore: updated default background & handle styling ([783642b](https://github.com/gorhom/react-native-bottom-sheet/commit/783642ba56dd33eed75d9d312f0f45265f4b70df)).
- chore: remove debugger view ([f1dda70](https://github.com/gorhom/react-native-bottom-sheet/commit/f1dda7022b922bca9ff378cc48cac0fa5a497215)).
- chore: adjust v1 to v2 release ([9ab44a3](https://github.com/gorhom/react-native-bottom-sheet/commit/9ab44a3210034c9bf01f3c5fa3b691b0118f1258)).

#### Fixes

- fix: initial mounting flicker ([`#115`](https://github.com/gorhom/react-native-bottom-sheet/pull/115)).
- fix: dynamic snap points on modals ([`#113`](https://github.com/gorhom/react-native-bottom-sheet/pull/113)).
- fix: fixed animatedIndex interpolate node to handle one snap point ([`#92`](https://github.com/gorhom/react-native-bottom-sheet/pull/92)).
- fix: initial snap points when it is 100% (#105) ([b6b972a](https://github.com/gorhom/react-native-bottom-sheet/commit/b6b972a3c49d1cedc2ba4087f0a96c4083fe6ac1)).

#### Documentations

- docs: added documentation website ([`#90`](https://github.com/gorhom/react-native-bottom-sheet/pull/90)).
- docs: updated readme file ([185f7a6](https://github.com/gorhom/react-native-bottom-sheet/commit/185f7a67a90d04e2ee838941706ee20307541a8d)).
- docs: updated readme file ([0bc1a47](https://github.com/gorhom/react-native-bottom-sheet/commit/0bc1a479514f2d399414d18f5202c82333bba3ca)).
- docs: fixed navigator example link (by @grifotv) ([fd82d9f](https://github.com/gorhom/react-native-bottom-sheet/commit/fd82d9f380f2912610b2de67d7321b5e5d520d5f)).

## [v1.4.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.4.0...v1.4.1) - 2020-10-02

Expand Down Expand Up @@ -106,6 +121,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### Documentations

- docs: updated readme file to include Reanimated v2 & expo compatibilities ([9bc30e9](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff)).
- docs: updated BottomSheetView link ([14d2f0f](https://github.com/gorhom/react-native-bottom-sheet/commit/14d2f0fb5e75e61247c4ed6b476f352e51b31c08)).

## [v1.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1) - 2020-08-13

Expand All @@ -121,6 +137,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- docs: update issue templates ([5df4c4a](https://github.com/gorhom/react-native-bottom-sheet/commit/5df4c4a4a6e02b91bcd7502f8180c27380849b66)).
- docs: remove unused issue template ([787cf8a](https://github.com/gorhom/react-native-bottom-sheet/commit/787cf8ac8b6fa547308ba375fb1cf495b2a98fee)).
- docs: fixed BottomSheetView link by (@remanation)

Just fixed a small issue with the link to BottomSheetView pointing to the flatlist doc instead of the view doc ([2dcab83](https://github.com/gorhom/react-native-bottom-sheet/commit/2dcab83ca97df391987ded6b3391b1d95421aa14)).

## [v1.1.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.0.0...v1.1.0) - 2020-08-12

Expand Down Expand Up @@ -150,11 +169,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: added map example ([312bcd1](https://github.com/gorhom/react-native-bottom-sheet/commit/312bcd10efc8674955f9ce1ba8974fb4bd40f43b)).
- chore: updated map example ([9a65a74](https://github.com/gorhom/react-native-bottom-sheet/commit/9a65a7435b97c754c37049c2812c289b1e6453e6)).
- chore: added useBottomSheet hook & backgroundComponent ([069fca0](https://github.com/gorhom/react-native-bottom-sheet/commit/069fca0473f4f801a71c71c5026a56dda587769a)).
- chore: updated animated position prop ([2a1695b](https://github.com/gorhom/react-native-bottom-sheet/commit/2a1695b7ac6b93e6cd090a196a191916ab83e88a)).
- chore: updated renimated dependency ([dc6a38f](https://github.com/gorhom/react-native-bottom-sheet/commit/dc6a38ff26b2ebeaab0f580c1e38e05f4c2e21de)).

#### Documentations

- docs: update branding ([`#4`](https://github.com/gorhom/react-native-bottom-sheet/pull/4)).
- docs: update docs ([`#3`](https://github.com/gorhom/react-native-bottom-sheet/pull/3)).
- docs: updated links in readme ([fe1b967](https://github.com/gorhom/react-native-bottom-sheet/commit/fe1b96774938da259589ef44ee146e680683a80d)).
- docs: added docs for backgroundComponent ([7edd480](https://github.com/gorhom/react-native-bottom-sheet/commit/7edd480fe66b94b8b2016285e82b5ec18aed101e)).

## [v0.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7) - 2020-08-03

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/bottom-sheet",
"version": "2.0.0",
"version": "2.0.1",
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 50c4cf1

Please sign in to comment.