Skip to content

Commit 0df4d8d

Browse files
committed
chore: release v2.0.0-beta.0
1 parent 13952a4 commit 0df4d8d

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+
#### [v2.0.0-beta.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.6.0...v2.0.0-beta.0)
8+
9+
> 18 July 2020
10+
11+
- feat: add material preset [`#60`](https://github.com/gorhom/react-native-animated-tabbar/pull/60)
12+
- chore: updated types to allow presets to extend animated tab bar props [`#59`](https://github.com/gorhom/react-native-animated-tabbar/pull/59)
13+
- refactor: clean up presets [`#57`](https://github.com/gorhom/react-native-animated-tabbar/pull/57)
14+
- refactor: moved presets into a folder [`#56`](https://github.com/gorhom/react-native-animated-tabbar/pull/56)
15+
716
#### [v1.6.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.5.1...v1.6.0)
817

918
> 20 June 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.6.0",
3+
"version": "2.0.0-beta.0",
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)