Skip to content

Commit 0753ff3

Browse files
committed
chore: release 0.7.0-rc.0
1 parent 7f704bb commit 0753ff3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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+
## [0.7.0-rc.0](https://github.com/codeherence/react-native-header/compare/v0.6.0...v0.7.0-rc.0) (2023-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* remove useScrollViewOffset offset in favor of useAnimatedScrollHandler ([#3](https://github.com/codeherence/react-native-header/issues/3)) ([7f704bb](https://github.com/codeherence/react-native-header/commit/7f704bb42f4776279a29e038dc7397241fb2142a))
9+
310
## [0.6.0](https://github.com/codeherence/react-native-header/compare/v0.5.3...v0.6.0) (2023-03-24)
411

512

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ React Native Header is a high-performance, cross-platform animated header compon
2121
| This library | react-native | react-native-reanimated | react-native-safe-area-context |
2222
| -- | -- | -- | -- |
2323
| 0.6.x | >= 0.65 | >= 2.11.0 | >= 4.1.0 |
24+
| 0.7.x | >= 0.65 | >= 2.0.0 | >= 4.1.0 |
2425

2526
## Prerequisites
2627

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.6.0",
3+
"version": "0.7.0-rc.0",
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)