Skip to content

Commit

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

**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 40d0f4c commit 33e0601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

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

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


**Merged Pull Requests**
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.5",
"version": "1.2.6",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 33e0601

Please sign in to comment.