Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
[Full Changelog](v1.2.4...v1.2.5)

**Merged Pull Requests**

- listen_for_attach_event [#187](#187) ([smagdicatrecurly](https://github.com/smagdicatrecurly))
- Adds demo for automated focus shift on individual card Elements [#183](#183) ([chrissrogers](https://github.com/chrissrogers))
- setup element when didmount [#182](#182) ([WillXing](https://github.com/WillXing))
- Docs fix: UseCheckoutPricingInput `subscriptions` [#157](#157) ([javimbk](https://github.com/javimbk))
- Docs Fix: useRecurly Paypal example [#156](#156) ([javimbk](https://github.com/javimbk))
- Revert "add security to github CODEOWNER file" [#147](#147) ([eternal44](https://github.com/eternal44))
- add security to github CODEOWNER file [#142](#142) ([eternal44](https://github.com/eternal44))
- fix(lib/provider.js): fix RecurlyProvider throwing error when fraud property is set [#123](#123) ([mikeedwards](https://github.com/mikeedwards))
  • Loading branch information
Recurly integrations committed Oct 27, 2022
1 parent c11315f commit 8566cae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.2.5](https://github.com/recurly/react-recurly/tree/v1.2.5) (2022-10-27)

[Full Changelog](https://github.com/recurly/react-recurly/compare/v1.2.4...v1.2.5)


**Merged Pull Requests**

- listen_for_attach_event [#187](https://github.com/recurly/react-recurly/pull/187) ([smagdicatrecurly](https://github.com/smagdicatrecurly))
- Adds demo for automated focus shift on individual card Elements [#183](https://github.com/recurly/react-recurly/pull/183) ([chrissrogers](https://github.com/chrissrogers))
- setup element when didmount [#182](https://github.com/recurly/react-recurly/pull/182) ([WillXing](https://github.com/WillXing))
- Docs fix: UseCheckoutPricingInput `subscriptions` [#157](https://github.com/recurly/react-recurly/pull/157) ([javimbk](https://github.com/javimbk))
- Docs Fix: useRecurly Paypal example [#156](https://github.com/recurly/react-recurly/pull/156) ([javimbk](https://github.com/javimbk))
- Revert "add security to github CODEOWNER file" [#147](https://github.com/recurly/react-recurly/pull/147) ([eternal44](https://github.com/eternal44))
- add security to github CODEOWNER file [#142](https://github.com/recurly/react-recurly/pull/142) ([eternal44](https://github.com/eternal44))
- fix(lib/provider.js): fix RecurlyProvider throwing error when fraud property is set [#123](https://github.com/recurly/react-recurly/pull/123) ([mikeedwards](https://github.com/mikeedwards))



## [v1.2.4](https://github.com/recurly/react-recurly/tree/v1.2.4) (2021-02-05)

[Full Changelog](https://github.com/recurly/react-recurly/compare/v1.2.3...v1.2.4)
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.4",
"version": "1.2.5",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8566cae

Please sign in to comment.