Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 26, 2020
1 parent 31883bd commit 745357f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.1.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.0.0...v1.1.0)

> 26 April 2020
- feat: provide animated focus [`#24`](https://github.com/gorhom/react-native-animated-tabbar/pull/24)
- refactor: extract tab config [`#23`](https://github.com/gorhom/react-native-animated-tabbar/pull/23)
- chore: added TabsConfigsType back till the next major release [`31883bd`](https://github.com/gorhom/react-native-animated-tabbar/commit/31883bd627b23bada0e033f677154f2abd88455b)
- docs: added addWhitelistedNativeProps dev note [`082f3b5`](https://github.com/gorhom/react-native-animated-tabbar/commit/082f3b5a2315cce8be66077e94e9a798ffd35b05)

### [v1.0.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v0.3.0...v1.0.0)

> 15 April 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/animated-tabbar",
"version": "1.0.0",
"version": "1.1.0",
"description": "a 60fps animated tab bar to be used with `React Navigation` created with `Reanimated` 😎",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 745357f

Please sign in to comment.