Skip to content

Commit 8a11425

Browse files
Merge pull request #103 from recurly/1.2.3
1.2.3
2 parents 6260103 + 24926e7 commit 8a11425

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## react-recurly CHANGELOG
22

3+
### Version 1.2.3
4+
5+
- Fixes PropTypes.fraud.kount.dataCollector in <Provider /> [#92][92]
6+
- Adds event reporting when Recurly.js is initialized [#93][93]
7+
- Update type for SetCheckoutPricing [#99][99]
8+
39
### Version 1.2.2
410

511
- Fixes type for useCheckoutPricing [#73][73]
@@ -45,6 +51,9 @@
4551

4652
- Initial Release [ecd70331][ecd70331]
4753

54+
[99]: https://github.com/recurly/react-recurly/pull/99/commits/052a8f5d40cb469b94229bb9ae2135c5998e9caf
55+
[93]: https://github.com/recurly/react-recurly/pull/93/commits/0b6c128f7e4b0d4afcd7d8519d4ff89658b0a060
56+
[92]: https://github.com/recurly/react-recurly/pull/92/commits/f3059af42f1a97179a3219daf8d7edbe33b11972
4857
[74]: https://github.com/recurly/react-recurly/pull/74/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2
4958
[73]: https://github.com/recurly/react-recurly/pull/73/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2
5059
[61]: https://github.com/recurly/react-recurly/pull/61/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recurly/react-recurly",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "React components for Recurly.js",
55
"main": "lib-dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)