From 72ed28763af0bb68fae8dcc2dd5f9f77c42d36ae Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Fri, 19 Mar 2021 22:26:41 +0000 Subject: [PATCH] chore: release v2.2.6 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e11a26..cae2f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5) +## [v2.2.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.5...v2.2.6) + +#### Improvements + +- chore: changed all arrays to ReadonlyArray ([`#350`](https://github.com/gorhom/react-native-bottom-sheet/pull/350)). + +#### Fixes + +- fix: reset isclosing variable when position changed ([5302e20](https://github.com/gorhom/react-native-bottom-sheet/commit/5302e20dd4edadfcaeb2133f5242b1ae06890c18)). + +## [v2.2.5](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.2.4...v2.2.5) - 2021-03-17 #### Fixes diff --git a/package.json b/package.json index dc8dda9..27b7f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "2.2.5", + "version": "2.2.6", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",