Skip to content

Commit

Permalink
Merge pull request #51 from recurly/next
Browse files Browse the repository at this point in the history
1.1.2
  • Loading branch information
chrissrogers authored Mar 31, 2020
2 parents 8d79a6d + 15f0f19 commit 8506820
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
## react-recurly CHANGELOG

### Version 1.1.2

- Fixes references from useRecurly [#46][46]
- Fixes currency in useCheckoutPricing to throw error when using a currency not configured with a plan [#49][49]

### Version 1.1.1

* Fixes missing lodash dependency [#40][40]
- Fixes missing lodash dependency [#40][40]

### Version 1.1.0

* Adds useCheckoutPricing hook [#28][28]
* Adds onError prop to <ThreeDSecureAction /> [#22][22]
* Adds exception to <Element /> when it is instantiated outside of an <Elements /> tree [#22][22]
- Adds useCheckoutPricing hook [#28][28]
- Adds onError prop to <ThreeDSecureAction /> [#22][22]
- Adds exception to <Element /> when it is instantiated outside of an <Elements /> tree [#22][22]

### Version 1.0.2

* Fixes distribution transpiler pipeline [#11][11]
* Restructures demo [#10][10]
- Fixes distribution transpiler pipeline [#11][11]
- Restructures demo [#10][10]

### Version 1.0.1

* Fixes dependency chart [34fbbf7a][34fbbf7a]
- Fixes dependency chart [34fbbf7a][34fbbf7a]

### Version 1.0.0

* Initial Release [ecd70331][ecd70331]
- Initial Release [ecd70331][ecd70331]

[49]: https://github.com/recurly/react-recurly/commit/6ae4129b8ccc3d9df68e759cb67098667537ad03
[46]: https://github.com/recurly/react-recurly/commit/3bf0d5349a325993b4ae2b7dfde8ab0fbe2a1085
[40]: https://github.com/recurly/react-recurly/commit/0bba8f01d7e6a7ec0877ecbbc30e3a4627bbc501
[28]: https://github.com/recurly/react-recurly/commit/7c467341d2571d2d26f59621af30cd8c598e726b
[22]: https://github.com/recurly/react-recurly/commit/afb8a4ef665bf5ed6ab3ef8945e299619f769504
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.1.1",
"version": "1.1.2",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"repository": {
Expand Down

0 comments on commit 8506820

Please sign in to comment.