Skip to content

Commit c6ccd50

Browse files
committed
chore: release v0.5.0
1 parent e568a5b commit c6ccd50

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+
#### [v0.5.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.4.0...v0.5.0)
8+
9+
> 13 May 2020
10+
11+
- feat: added support for a custom closeButton [`#18`](https://github.com/gorhom/react-native-paper-onboarding/pull/18)
12+
- feat: enable content interaction (#16) [`3da8695`](https://github.com/gorhom/react-native-paper-onboarding/commit/3da8695875e6c24c41c488dab2b626012899b9e6)
13+
- chore: updated dependencies [`e568a5b`](https://github.com/gorhom/react-native-paper-onboarding/commit/e568a5bd74b7cce2dd24a3f56f58d648153454b3)
14+
- chore: updated examples [`7f3c9ad`](https://github.com/gorhom/react-native-paper-onboarding/commit/7f3c9ad50241f2a64d58c5e099ea37e605fcd7b3)
15+
716
#### [v0.4.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.1...v0.4.0)
817

918
> 21 April 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/paper-onboarding",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Paper Onboarding is a material design UI slider for `React Native`.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)