Skip to content

Commit c0fa9d0

Browse files
author
Lib Cat
committed
2.0.0
[Full Changelog](v1.2.7...v2.0.0) **Merged Pull Requests** - Changes demo dependency target [#214](#214) ([chrissrogers](https://github.com/chrissrogers)) - Fix RecurlyProvider & Elements types [#205](#205) ([artyom-88](https://github.com/artyom-88)) - Add dev dependency babel/plugin-transform-runtime [#200](#200) ([cyberxander90](https://github.com/cyberxander90))
1 parent 5d9e66e commit c0fa9d0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/recurly/react-recurly/tree/v2.0.0) (2023-08-23)
4+
5+
[Full Changelog](https://github.com/recurly/react-recurly/compare/v1.2.7...v2.0.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Changes demo dependency target [#214](https://github.com/recurly/react-recurly/pull/214) ([chrissrogers](https://github.com/chrissrogers))
11+
- Fix RecurlyProvider & Elements types [#205](https://github.com/recurly/react-recurly/pull/205) ([artyom-88](https://github.com/artyom-88))
12+
- Add dev dependency babel/plugin-transform-runtime [#200](https://github.com/recurly/react-recurly/pull/200) ([cyberxander90](https://github.com/cyberxander90))
13+
14+
15+
316
## [v1.2.7](https://github.com/recurly/react-recurly/tree/v1.2.7) (2022-11-30)
417

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

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

0 commit comments

Comments
 (0)