Skip to content

Commit 45d0563

Browse files
Evan YEvan Y
authored andcommitted
chore: release 0.7.3
1 parent fe07341 commit 45d0563

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.7.3](https://github.com/codeherence/react-native-header/compare/v0.7.2...v0.7.3) (2023-04-26)
4+
5+
6+
### Bug Fixes
7+
8+
* increase android blur opacity slightly ([d5decae](https://github.com/codeherence/react-native-header/commit/d5decaed33f6bec5049555bcfddd10d17ba4b41d))
9+
* missing import in tutorial ([b7aa031](https://github.com/codeherence/react-native-header/commit/b7aa031831505024db0a71707fe3c9ef7c87ce82))
10+
* twitter example for android & improve performance ([#7](https://github.com/codeherence/react-native-header/issues/7)) ([4ccc6d6](https://github.com/codeherence/react-native-header/commit/4ccc6d64a6a4d95faf3f788cee3ecc037bc003ff))
11+
312
## [0.7.2](https://github.com/codeherence/react-native-header/compare/v0.7.1...v0.7.2) (2023-03-28)
413

514

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.2",
3+
"version": "0.7.3",
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)