Skip to content

Commit 0983b42

Browse files
committed
chore: release v4.4.3
1 parent c7f2ce2 commit 0983b42

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Changelog
22

3-
## [v4.4.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.4.0...v4.4.2)
3+
## [v4.4.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.4.0...v4.4.3)
44

55
#### Improvements
66

77
- chore: export internal hook and type ([a3ae54d](https://github.com/gorhom/react-native-bottom-sheet/commit/a3ae54dcf7079e88979057f2e19a7813082e798d)).
8+
- chore: updated is-sponsor-label action ([5281041](https://github.com/gorhom/react-native-bottom-sheet/commit/5281041bdad5fb522a964e61e8ff79acea16143e)).
9+
- chore: updated sponsor-label action ([2583e3b](https://github.com/gorhom/react-native-bottom-sheet/commit/2583e3b18dcde4e1bc449e43f7c0991d257c67df)).
810
- chore: updated release script ([a0b64b7](https://github.com/gorhom/react-native-bottom-sheet/commit/a0b64b7f3da9c6dc811a068fc839efd653c74c16)).
911

12+
#### Fixes
13+
14+
- fix: closed bottom sheet snap point (by @eastroot1590) (#1043, #1035)
15+
16+
* fix: closed bottom sheet snap point
17+
18+
closed bottom sheet can't directly snap to 100% because initial animatedNextPosition is 0 and 100%'s nextPosition is 0 too.
19+
20+
* refactor: extracted initial next value to constants file
21+
22+
Co-authored-by: Bran <eastroot1590@gmail.com> ([c7f2ce2](https://github.com/gorhom/react-native-bottom-sheet/commit/c7f2ce26fdaf525951b70b76cd857e0b63cb4865)).
23+
1024
## [v4.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.2...v4.4.0) - 2022-07-09
1125

1226
#### Features

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.4.2",
3+
"version": "4.4.3",
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)