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,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.31.9] - 2022.10.09
9
+
8
10
### Fixed
9
11
* [ ` no-unknown-property ` ] : add ` dialog ` attributes ([ #3436 ] [ ] @ljharb )
10
12
* [ ` no-arrow-function-lifecycle ` ] : when converting from an arrow, remove the semi and wrapping parens ([ #3337 ] [ ] @ljharb )
@@ -19,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
19
21
* [ Perf] component detection: improve performance by optimizing getId ([ #3451 ] [ ] @golopot )
20
22
* [ Docs] [ ` no-unstable-nested-components ` ] : Warn about memoized, nested components ([ #3444 ] [ ] @eps1lon )
21
23
24
+ [ 7.31.9 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9
22
25
[ #3454 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3454
23
26
[ #3451 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3451
24
27
[ #3448 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3448
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.8 " ,
3
+ "version" : " 7.31.9 " ,
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