Skip to content

Commit 88c048a

Browse files
committed
chore: release 0.9.0-beta.0
1 parent 8ce4999 commit 88c048a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.9.0 beta-0](https://github.com/codeherence/react-native-header/compare/v0.8.0...0.9.0-beta.0) (2023-06-09)
4+
5+
6+
### Features
7+
8+
* introduce Shopify's FlashList component ([#13](https://github.com/codeherence/react-native-header/issues/13)) ([1dac45f](https://github.com/codeherence/react-native-header/commit/1dac45f1a745641baf7633ad99cd4a2dc28dab22))
9+
10+
11+
### Bug Fixes
12+
13+
* release version inconsistency ([8ce4999](https://github.com/codeherence/react-native-header/commit/8ce4999def7aa779c567a2e3859102fd7194ba0b))
14+
* release version inconsistency ([c16293e](https://github.com/codeherence/react-native-header/commit/c16293ea8c940c6248bd1a811346deb500825f6b))
15+
316
## [0.8.0](https://github.com/codeherence/react-native-header/compare/v0.7.3...v0.8.0) (2023-04-27)
417

518
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.

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.8.0",
3+
"version": "0.9.0-beta.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)