Skip to content

Commit

Permalink
Merge pull request #103 from recurly/1.2.3
Browse files Browse the repository at this point in the history
1.2.3
  • Loading branch information
douglasmiller authored Nov 20, 2020
2 parents 6260103 + 24926e7 commit 8a11425
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## react-recurly CHANGELOG

### Version 1.2.3

- Fixes PropTypes.fraud.kount.dataCollector in <Provider /> [#92][92]
- Adds event reporting when Recurly.js is initialized [#93][93]
- Update type for SetCheckoutPricing [#99][99]

### Version 1.2.2

- Fixes type for useCheckoutPricing [#73][73]
Expand Down Expand Up @@ -45,6 +51,9 @@

- Initial Release [ecd70331][ecd70331]

[99]: https://github.com/recurly/react-recurly/pull/99/commits/052a8f5d40cb469b94229bb9ae2135c5998e9caf
[93]: https://github.com/recurly/react-recurly/pull/93/commits/0b6c128f7e4b0d4afcd7d8519d4ff89658b0a060
[92]: https://github.com/recurly/react-recurly/pull/92/commits/f3059af42f1a97179a3219daf8d7edbe33b11972
[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
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.2",
"version": "1.2.3",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8a11425

Please sign in to comment.