Skip to content

Commit c16293e

Browse files
committed
fix: release version inconsistency
1 parent 1dac45f commit c16293e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
## [0.8.0](https://github.com/codeherence/react-native-header/compare/v0.7.3...v0.8.0) (2023-04-27)
12

3+
This is a fairly small feature release that introduces the [SurfaceComponent](https://react-native-header.codeherence.com/docs/components/header#surfacecomponent) prop to the Header component.
4+
5+
### Features
6+
7+
* add SurfaceComponent prop to header ([d3a82d2](https://github.com/codeherence/react-native-header/commit/d3a82d26a7be9af416dff5eb7120d23dddb035d7))
28

39
## [0.7.3](https://github.com/codeherence/react-native-header/compare/v0.7.2...v0.7.3) (2023-04-26)
410

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)