Skip to content

Commit aeb8b18

Browse files
committed
chore: release v1.0.0
1 parent 8af4d23 commit aeb8b18

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.0.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.5.0...v1.0.0)
8+
9+
> 14 June 2020
10+
11+
- chore: update branding [`#24`](https://github.com/gorhom/react-native-paper-onboarding/pull/24)
12+
- feat: optimise performance and internal refactor [`#23`](https://github.com/gorhom/react-native-paper-onboarding/pull/23)
13+
- refactor: indicators and close button [`#22`](https://github.com/gorhom/react-native-paper-onboarding/pull/22)
14+
- feat: export page content props [`#21`](https://github.com/gorhom/react-native-paper-onboarding/pull/21)
15+
- feat: enable dismissible pages/slides [`#20`](https://github.com/gorhom/react-native-paper-onboarding/pull/20)
16+
- refactor: project structure, types, naming and readme file [`#19`](https://github.com/gorhom/react-native-paper-onboarding/pull/19)
17+
- chore: added description to onIndexChange prop [`48c552a`](https://github.com/gorhom/react-native-paper-onboarding/commit/48c552ab89e70ff70d48705201eeeeae87cc1c07)
18+
- chore: removed unused import [`c1da684`](https://github.com/gorhom/react-native-paper-onboarding/commit/c1da684bef4bc77771bb46a23f77ac57dc7011e3)
19+
- chore: improved circle radius calculation [`8ebaad2`](https://github.com/gorhom/react-native-paper-onboarding/commit/8ebaad260c7b5c4c8a061913ec45a78756c7a25f)
20+
721
#### [v0.5.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.4.0...v0.5.0)
822

923
> 13 May 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.5.0",
3+
"version": "1.0.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)