Skip to content

Commit c2f708a

Browse files
author
Lib Cat
committed
2.0.1
[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))
1 parent 56076f6 commit c2f708a

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/recurly/react-recurly/tree/v2.0.1) (2023-10-12)
4+
5+
[Full Changelog](https://github.com/recurly/react-recurly/compare/v2.0.0...v2.0.1)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- adjust demo package to fix CodeSandbox setup [#220](https://github.com/recurly/react-recurly/pull/220) ([chrisdeely](https://github.com/chrisdeely))
11+
- Adds hostname configuration [#217](https://github.com/recurly/react-recurly/pull/217) ([chrissrogers](https://github.com/chrissrogers))
12+
13+
14+
315
## [v2.0.0](https://github.com/recurly/react-recurly/tree/v2.0.0) (2023-08-23)
416

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

719

820
**Merged Pull Requests**
921

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

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React components for Recurly.js",
55
"main": "lib-dist/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)