Skip to content

Commit b742480

Browse files
committed
chore: release 1.0.0
1 parent cbe08ec commit b742480

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# [1.0.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.12.0...v1.0.0) (2023-09-02)
4+
5+
6+
* feat!: make navbar opts more robust (#62) ([cbe08ec](https://github.com/kanelloc/react-native-animated-header-scroll-view/commit/cbe08ec924ece38c4f830081b11f09d12fac3d6d)), closes [#62](https://github.com/kanelloc/react-native-animated-header-scroll-view/issues/62)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Default paddingTop, borderBottomWidth & borderBottomColor have moved from the wrapper header component to the component provided from the user/dev
12+
313
# [0.12.0](https://github.com/kanelloc/react-native-animated-header-scroll-view/compare/v0.11.1...v0.12.0) (2023-03-04)
414

515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kanelloc/react-native-animated-header-scroll-view",
3-
"version": "0.12.0",
3+
"version": "1.0.0",
44
"description": "React native animated header scroll view component",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)