Skip to content

Commit 6e155a5

Browse files
committed
chore: release v1.1.0
1 parent 0f1eacd commit 6e155a5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v1.0.0...v1.1.0)
8+
9+
- docs: updated readme.md [`#25`](https://github.com/gorhom/react-native-paper-onboarding/pull/25)
10+
- chore: updated dependencies [`57b497f`](https://github.com/gorhom/react-native-paper-onboarding/commit/57b497fe2b64803a14c39ea74680451883003230)
11+
- feat: added Reanimated v2 compatibility [`0f1eacd`](https://github.com/gorhom/react-native-paper-onboarding/commit/0f1eacdeba103d25bf51d4d859247af12869fb74)
12+
713
### [v1.0.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.5.0...v1.0.0)
814

915
> 14 June 2020
@@ -20,7 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2026

2127
#### [v0.5.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.4.0...v0.5.0)
2228

23-
> 13 May 2020
29+
> 14 May 2020
2430
2531
- feat: added support for a custom closeButton [`#18`](https://github.com/gorhom/react-native-paper-onboarding/pull/18)
2632
- feat: enable content interaction (#16) [`3da8695`](https://github.com/gorhom/react-native-paper-onboarding/commit/3da8695875e6c24c41c488dab2b626012899b9e6)

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.0.0",
3+
"version": "1.1.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)