Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 29, 2021
1 parent 45e060d commit dca1a3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.0.2][] - 2021-10-29

### Fixed

- Fixing types for `onNext` to cover the callback scenario
Expand Down Expand Up @@ -49,3 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.0.0]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.0
[unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.1


[Unreleased]: https://github.com/willmendesneto/react-sweet-wizard/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/willmendesneto/react-sweet-wizard/tree/v1.0.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-sweet-wizard",
"version": "1.0.1",
"version": "1.0.2",
"description": "Your module to handle wizard steps in ReactJS applications easier",
"author": "Will Mendes <willmendesneto@gmail.com> (http://github.com/willmendesneto)",
"keywords": [
Expand Down

0 comments on commit dca1a3a

Please sign in to comment.