Skip to content

Commit 33e0601

Browse files
author
Recurly integrations
committed
1.2.6
[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))
1 parent 40d0f4c commit 33e0601

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

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

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

77

88
**Merged Pull Requests**

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.5",
3+
"version": "1.2.6",
44
"description": "React components for Recurly.js",
55
"main": "lib-dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)