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,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.29.3] - 2022.03.03
9
+
8
10
### Fixed
9
11
* [ ` no-unused-state ` ] : avoid a crash on type-only gDSFP declarations ([ #3225 ] [ ] @ljharb )
10
12
* [ ` jsx-curly-brace-presence ` ] : the string "never" defaults to ` propElementValues ` as ` ignore ` ([ #3228 ] [ ] @ljharb )
11
13
* [ ` propTypes ` ] : add ` VFC ` to react generic list ([ #3230 ] [ ] @ljharb )
12
14
15
+ [ 7.29.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3
13
16
[ #3230 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3230
14
17
[ #3228 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3228
15
18
[ #3225 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3225
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.29.2 " ,
3
+ "version" : " 7.29.3 " ,
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