Skip to content

Commit

Permalink
Merge pull request #75 from recurly/1.2.2
Browse files Browse the repository at this point in the history
1.2.2
  • Loading branch information
chrissrogers authored May 18, 2020
2 parents 63e34d0 + df7ce95 commit 0cc188c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## react-recurly CHANGELOG

### Version 1.2.2

- Fixes type for useCheckoutPricing [#73][73]
- Updates propTypes for <RecurlyProvider /> [#74][74]

### Version 1.2.1

-Fixes "types" directory in package.json
- Fixes "types" directory in package.json

### Version 1.2.0

Expand Down Expand Up @@ -40,6 +45,8 @@

- Initial Release [ecd70331][ecd70331]

[74]: https://github.com/recurly/react-recurly/pull/74/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2
[73]: https://github.com/recurly/react-recurly/pull/73/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2
[61]: https://github.com/recurly/react-recurly/pull/61/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2
[60]: https://github.com/recurly/react-recurly/pull/60/commits/5425f5f2f90e40a1e6585e74cd0e0b57e72a6057
[59]: https://github.com/recurly/react-recurly/pull/59/commits/09b8a23a3f4e7e8608bee4f7fb4583a3a5d7e42f
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recurly/react-recurly",
"version": "1.2.1",
"version": "1.2.2",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 0cc188c

Please sign in to comment.