Skip to content

Commit b2aa504

Browse files
committed
chore: release 0.10.1
1 parent 0ee68ba commit b2aa504

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.10.1](https://github.com/codeherence/react-native-header/compare/v0.10.0...v0.10.1) (2023-06-29)
4+
5+
6+
### Features
7+
8+
* better support inverted virtualized lists ([#19](https://github.com/codeherence/react-native-header/issues/19)) ([0ee68ba](https://github.com/codeherence/react-native-header/commit/0ee68bad596c82f857e38ac1c2e223ea6065b363))
9+
10+
11+
### Bug Fixes
12+
13+
* allow for scrollIndicatorInsets to be supplied to scroll containers ([#18](https://github.com/codeherence/react-native-header/issues/18)) ([3dda369](https://github.com/codeherence/react-native-header/commit/3dda3695e660ea3e2d7d838163eae0808a176b5f))
14+
315
## [0.10.0](https://github.com/codeherence/react-native-header/compare/v0.9.0...v0.10.0) (2023-06-29)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeherence/react-native-header",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A high-performance, cross-platform animated header component for React Native applications",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)