File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66
77## Unreleased  
88
9+ ## [ 7.37.2]  - 2024.10.22 
10+ 
911### Fixed  
1012*  [ ` destructuring-assignment ` ] : fix false negative when using ` typeof props.a `  ([ #3835  ] [ ]  @golopot  )
1113
1214### Changed  
1315*  [ Refactor]  [ ` destructuring-assignment ` ] : use ` getParentStatelessComponent `  ([ #3835  ] [ ]  @golopot  )
1416
17+ [ 7.37.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2 
1518[ #3835 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3835 
1619
1720## [ 7.37.1]  - 2024.10.01 
@@ -22,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2225### Changed  
2326*  [ readme]  Fix shared settings link ([ #3834  ] [ ]  @MgenGlder  )
2427
28+ [ 7.37.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1 
2529[ #3836 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3836 
2630[ #3834 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3834 
2731
@@ -36,7 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3640### Changed  
3741*  [ readme]  flat config example for react 17+ ([ #3824  ] [ ]  @GabenGar  )
3842
39- [ 7.36.2  ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.36.2  
43+ [ 7.37.0  ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.37.0  
4044[ #3831 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3831 
4145[ #3830 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3830 
4246[ #3826 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3826 
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" 
3-  "version" : " 7.37.1 " 
3+  "version" : " 7.37.2 " 
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" 
55 "description" : " React specific linting rules for ESLint" 
66 "main" : " index.js" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments