Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 18, 2020
1 parent 720c6eb commit d73c2ca
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](https://github.com/gorhom/react-native-animated-tabbar/compare/v2.0.0-beta.0...v2.0.0)

> 18 July 2020
- chore: update dependencies [`#62`](https://github.com/gorhom/react-native-animated-tabbar/pull/62)
- refactor: updated presets types [`#61`](https://github.com/gorhom/react-native-animated-tabbar/pull/61)
- chore: extract AnimatedTabBar props to types file [`4d38cf8`](https://github.com/gorhom/react-native-animated-tabbar/commit/4d38cf872588ba141a53dd579360a10326876c7a)
- docs: added js example [`f022e8c`](https://github.com/gorhom/react-native-animated-tabbar/commit/f022e8c704a6a8dd50dd5d3e3e776d98fb81fe5e)

#### [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
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": "2.0.0-beta.0",
"version": "2.0.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 d73c2ca

Please sign in to comment.