Skip to content

Commit 18e9313

Browse files
committed
chore: release 1.0.0-rc.1
1 parent 58cf837 commit 18e9313

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.0.0-rc.1](https://github.com/codeherence/react-native-header/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2025-09-17)
4+
5+
6+
### Bug Fixes
7+
8+
* failing CI deployment ([e7cb7c9](https://github.com/codeherence/react-native-header/commit/e7cb7c9a1935809b148a00630534e12e72dd83e9))
9+
* flashlist inverted handling ([#49](https://github.com/codeherence/react-native-header/issues/49)) ([58cf837](https://github.com/codeherence/react-native-header/commit/58cf837d01ba6a66fbeb3b67007a23ff3b29550b))
10+
311
## [1.0.0-rc.0](https://github.com/codeherence/react-native-header/compare/v0.14.0...v1.0.0-rc.0) (2025-09-16)
412

513

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