Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 31, 2020
1 parent 46c837b commit d7d9076
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

#### 0.1.1
#### [v0.2.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v0.1.1...v0.2.0)

> 31 March 2020
- feat: support react navigation 4 [`#5`](https://github.com/gorhom/react-native-animated-tabbar/pull/5)
- chore: fix example bottom bar version [`46c837b`](https://github.com/gorhom/react-native-animated-tabbar/commit/46c837bbf9f36548dadaa563d5116190ee760973)
- docs: update example code [`672df3a`](https://github.com/gorhom/react-native-animated-tabbar/commit/672df3a07ef57ecee91a2448e724587ba2fea5e1)

#### v0.1.1

> 30 March 2020
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorhom/animated-tabbar",
"version": "0.1.1",
"version": "0.2.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 Expand Up @@ -66,8 +66,8 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@react-navigation/bottom-tabs": ">=5.0.0",
"@react-navigation/native": ">=5.0.0",
"@react-navigation/bottom-tabs": ">=5.0.0",
"@react-navigation/native": ">=5.0.0",
"@react-navigation/stack": ">=5.0.0",
"react": "*",
"react-native": "*",
Expand Down

0 comments on commit d7d9076

Please sign in to comment.