Skip to content

Commit b977e5a

Browse files
committed
chore: release 0.8.0
1 parent 045a0ae commit b977e5a

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.8.0](https://github.com/codeherence/react-native-header/compare/v0.7.3...v0.8.0) (2023-04-27)
4+
5+
6+
### Features
7+
8+
* add SurfaceComponent prop to header ([d3a82d2](https://github.com/codeherence/react-native-header/commit/d3a82d26a7be9af416dff5eb7120d23dddb035d7))
9+
10+
11+
### Bug Fixes
12+
13+
* remove transparent bgs on header styles ([c0fb706](https://github.com/codeherence/react-native-header/commit/c0fb70633940bc519799b1d5edc577c6b91bad5f))
14+
315
## [0.7.3](https://github.com/codeherence/react-native-header/compare/v0.7.2...v0.7.3) (2023-04-26)
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.7.3",
3+
"version": "0.8.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)