Skip to content

Commit a48e3b8

Browse files
committed
chore: release v1.5.1
1 parent 8e248e1 commit a48e3b8

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
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.5.1](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.5.0...v1.5.1)
8+
9+
> 8 June 2020
10+
11+
- chore: support icon class component [`#43`](https://github.com/gorhom/react-native-animated-tabbar/pull/43)
12+
- chore: updated styled examples [`8e248e1`](https://github.com/gorhom/react-native-animated-tabbar/commit/8e248e1b1d084b8fdb20b9709b83011a717b7fd2)
13+
- chore: allow user to override safeAreaInsets [`20b2141`](https://github.com/gorhom/react-native-animated-tabbar/commit/20b214120223f9b5cdf9aa227fd136ba42261cb1)
14+
- chore: updated presets icon type [`8d85da2`](https://github.com/gorhom/react-native-animated-tabbar/commit/8d85da2a82a783d065f9b28b23480c8c8042dbe7)
15+
716
#### [v1.5.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.4.0...v1.5.0)
817

918
> 24 May 2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/animated-tabbar",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A 60FPS animated tab bar with a variety of cool animation presets.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)