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,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.34.4] - 2024.07.13
9+
810### Fixed
911
1012* [ ` prop-types ` ] : fix ` className ` missing in prop validation false negative ([ #3749 ] @akulsr0 )
1113* [ ` sort-prop-types ` ] : Check for undefined before accessing ` node.typeAnnotation.typeAnnotation ` ([ #3779 ] @tylerlaprade )
1214
15+ [ 7.34.4 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4
1316[ #3779 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3779
1417[ #3749 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3749
1518
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.34.3 " ,
3+ "version" : " 7.34.4 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments