Skip to content

Commit 2b37e06

Browse files
committed
chore: release v4.6.1
1 parent 43557f7 commit 2b37e06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [4.6.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.6.0...v4.6.1) (2024-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* added footer height to content height when using dynamic sizing ([#1725](https://github.com/gorhom/react-native-bottom-sheet/issues/1725)) ([1fdab02](https://github.com/gorhom/react-native-bottom-sheet/commit/1fdab024a1ad071b171483a0020236f3adc7bc69))
9+
310
# [4.6.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.5.1...v4.6.0) (2024-01-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/bottom-sheet",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "A performant interactive bottom sheet with fully configurable options 🚀",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)