File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.1.0] - 2024-07-12
11
+
10
12
### Added
11
13
12
14
- ` 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
23
25
- Bump ` rollup ` to version ` 4.18.0 ` .
24
26
- Bump ` rollup-plugin-copy ` to version ` 3.5.0 ` .
25
27
26
- ## [ 2.0.1] - 2022 -05-03
28
+ ## [ 2.0.1] - 2023 -05-03
27
29
28
30
### Changed
29
31
@@ -45,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
47
- ` tslib ` dev-dependency because it was unnecessary. The built code includes only one implementation of ` __rest `
46
48
so there is no duplication that ` tslib ` was solving.
47
49
48
- ## [ 2.0.0] - 2022 -03-01
50
+ ## [ 2.0.0] - 2023 -03-01
49
51
50
52
### Added
51
53
@@ -193,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193
195
194
196
- ` ReCaptcha ` : React component to render a Google reCAPTCHA v2 widget.
195
197
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
197
200
[ 2.0.1 ] : https://github.com/matei-radu/react-recaptcha-v2/compare/v2.0.0...v2.0.1
198
201
[ 2.0.0 ] : https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.10...v2.0.0
199
202
[ 1.0.10 ] : https://github.com/matei-radu/react-recaptcha-v2/compare/v1.0.9...v1.0.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matt-block/react-recaptcha-v2" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Google reCAPTCHA v2 React component that does not pollute the DOM" ,
5
5
"main" : " lib/index.esm.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments