File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.31.7] - 2022.09.05
9
+
8
10
### Fixed
9
11
* [ ` no-unknown-property ` ] : avoid warning on ` fbt ` nodes entirely ([ #3391 ] [ ] @ljharb )
10
12
* [ ` no-unknown-property ` ] : add ` download ` property support for ` a ` and ` area ` ([ #3394 ] [ ] @HJain13 )
@@ -18,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
18
20
* [ ` no-unknown-property ` ] : React lowercases ` data- ` attrs ([ #3395 ] [ ] @ljharb )
19
21
* [ ` no-unknown-property ` ] : add ` valign ` on table components ([ #3389 ] [ ] @ljharb )
20
22
23
+ [ 7.31.7 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.6...v7.31.7
21
24
[ #3407 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3407
22
25
[ #3406 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3406
23
26
[ #3405 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3405
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.6 " ,
3
+ "version" : " 7.31.7 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments