Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
[Full Changelog](v2.0.0...v2.0.1)

**Merged Pull Requests**

- adjust demo package to fix CodeSandbox setup [#220](#220) ([chrisdeely](https://github.com/chrisdeely))
- Adds hostname configuration [#217](#217) ([chrissrogers](https://github.com/chrissrogers))
  • Loading branch information
Lib Cat committed Oct 12, 2023
1 parent 56076f6 commit c2f708a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Changelog

## [v2.0.1](https://github.com/recurly/react-recurly/tree/v2.0.1) (2023-10-12)

[Full Changelog](https://github.com/recurly/react-recurly/compare/v2.0.0...v2.0.1)


**Merged Pull Requests**

- adjust demo package to fix CodeSandbox setup [#220](https://github.com/recurly/react-recurly/pull/220) ([chrisdeely](https://github.com/chrisdeely))
- Adds hostname configuration [#217](https://github.com/recurly/react-recurly/pull/217) ([chrissrogers](https://github.com/chrissrogers))



## [v2.0.0](https://github.com/recurly/react-recurly/tree/v2.0.0) (2023-08-23)

[Full Changelog](https://github.com/recurly/react-recurly/compare/v1.2.7...v2.0.0)


**Merged Pull Requests**

- Changes demo dependency target [#214](https://github.com/recurly/react-recurly/pull/214) ([chrissrogers](https://github.com/chrissrogers))
- Fix RecurlyProvider & Elements types [#205](https://github.com/recurly/react-recurly/pull/205) ([artyom-88](https://github.com/artyom-88))
- Add dev dependency babel/plugin-transform-runtime [#200](https://github.com/recurly/react-recurly/pull/200) ([cyberxander90](https://github.com/cyberxander90))

Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit c2f708a

Please sign in to comment.