Skip to content

Commit 3fdf14b

Browse files
committed
chore: release v1.2.0
1 parent 1a9c307 commit 3fdf14b

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,8 +4,16 @@ 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+
#### [v1.2.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v1.1.0...v1.2.0)
8+
9+
- feat: added next & previous methods [`#34`](https://github.com/gorhom/react-native-paper-onboarding/pull/34)
10+
- feat: added RTL support (#32) by @aleppos [`43a61e4`](https://github.com/gorhom/react-native-paper-onboarding/commit/43a61e410b3599e3666f79a758c6cab5bb8ae738)
11+
- chore: updated build script [`1a9c307`](https://github.com/gorhom/react-native-paper-onboarding/commit/1a9c307e63dabc503be3787d0e11619a78d46601)
12+
713
#### [v1.1.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v1.0.0...v1.1.0)
814

15+
> 16 June 2021
16+
917
- docs: updated readme.md [`#25`](https://github.com/gorhom/react-native-paper-onboarding/pull/25)
1018
- chore: updated dependencies [`57b497f`](https://github.com/gorhom/react-native-paper-onboarding/commit/57b497fe2b64803a14c39ea74680451883003230)
1119
- feat: added Reanimated v2 compatibility [`0f1eacd`](https://github.com/gorhom/react-native-paper-onboarding/commit/0f1eacdeba103d25bf51d4d859247af12869fb74)

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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Paper Onboarding is a material design UI slider for `React Native`.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)