File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.29.4] - 2022.03.13
9
+
8
10
### Fixed
9
11
* [ ` no-unused-state ` ] : avoid a crash on a class field gDSFP ([ #3236 ] [ ] @ljharb )
10
12
* [ ` boolean-prop-naming ` ] : handle React.FC, intersection, union types ([ #3241 ] [ ] @ljharb )
11
13
14
+ [ 7.29.4 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4
12
15
[ #3241 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3241
13
16
[ #3236 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3236
14
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.29.3 " ,
3
+ "version" : " 7.29.4 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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