Skip to content

Commit e0e73b7

Browse files
committed
Bump to v2.1.0
1 parent fb02a4b commit e0e73b7

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2024-07-12
11+
1012
### Added
1113

1214
- `tabIndex` prop corresponding to the `data-tabindex` tag attribute.
@@ -23,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
- Bump `rollup` to version `4.18.0`.
2426
- Bump `rollup-plugin-copy` to version `3.5.0`.
2527

26-
## [2.0.1] - 2022-05-03
28+
## [2.0.1] - 2023-05-03
2729

2830
### Changed
2931

@@ -45,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547
- `tslib` dev-dependency because it was unnecessary. The built code includes only one implementation of `__rest`
4648
so there is no duplication that `tslib` was solving.
4749

48-
## [2.0.0] - 2022-03-01
50+
## [2.0.0] - 2023-03-01
4951

5052
### Added
5153

@@ -193,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193195

194196
- `ReCaptcha`: React component to render a Google reCAPTCHA v2 widget.
195197

196-
[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v2.0.1...HEAD
198+
[unreleased]: https://github.com/matei-radu/react-recaptcha-v2/compare/v2.1.0...HEAD
199+
[2.0.1]: https://github.com/matei-radu/react-recaptcha-v2/compare/v2.0.1...v2.1.0
197200
[2.0.1]: https://github.com/matei-radu/react-recaptcha-v2/compare/v2.0.0...v2.0.1
198201
[2.0.0]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.10...v2.0.0
199202
[1.0.10]: https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.9...v1.0.10

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": "@matt-block/react-recaptcha-v2",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM",
55
"main": "lib/index.esm.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)