Skip to content

Commit 327610f

Browse files
committed
chore: release v0.3.0
1 parent 919e6a7 commit 327610f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.3.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.2.3...v0.3.0)
8+
9+
> 3 April 2020
10+
11+
- feat: add vertical gesture support [`#9`](https://github.com/gorhom/react-native-paper-onboarding/pull/9)
12+
- chore: exclude example filder types from distribution [`#8`](https://github.com/gorhom/react-native-paper-onboarding/pull/8)
13+
- chore: add @gorhom/showcase-template for example [`#7`](https://github.com/gorhom/react-native-paper-onboarding/pull/7)
14+
715
#### [v0.2.3](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.2.2...v0.2.3)
816

917
> 3 March 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.2.3",
3+
"version": "0.3.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)