Skip to content

Commit

Permalink
chore: release v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 18, 2020
1 parent 13952a4 commit 0df4d8d
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).

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

> 18 July 2020
- feat: add material preset [`#60`](https://github.com/gorhom/react-native-animated-tabbar/pull/60)
- chore: updated types to allow presets to extend animated tab bar props [`#59`](https://github.com/gorhom/react-native-animated-tabbar/pull/59)
- refactor: clean up presets [`#57`](https://github.com/gorhom/react-native-animated-tabbar/pull/57)
- refactor: moved presets into a folder [`#56`](https://github.com/gorhom/react-native-animated-tabbar/pull/56)

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

> 20 June 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.6.0",
"version": "2.0.0-beta.0",
"description": "A 60FPS animated tab bar with a variety of cool animation presets.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 0df4d8d

Please sign in to comment.