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 @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## Unreleased
8
8
9
+ ## [ 7.37.5] - 2025.04.03
10
+
9
11
### Fixed
10
12
* [ ` no-unknown-property ` ] : allow shadow root attrs on ` <template> ` ([ #3912 ] [ ] @ljharb )
11
13
* [ ` prop-types ` ] : support ` ComponentPropsWithRef ` from a namespace import ([ #3651 ] [ ] @corydeppen )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
15
17
### Changed
16
18
* [ Docs] [ ` button-has-type ` ] : clean up phrasing ([ #3909 ] [ ] @hamirmahal )
17
19
20
+ [ 7.37.5 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.4...v7.37.5
18
21
[ #3914 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3914
19
22
[ #3912 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3912
20
23
[ #3910 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3910
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.37.4 " ,
3
+ "version" : " 7.37.5 " ,
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