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.35.0] - 2024.07.19
9
+
8
10
### Added
9
11
* support eslint v9 ([ #3759 ] [ ] @mdjermanovic )
10
12
* export flat configs from plugin root and fix flat config crash ([ #3694 ] [ ] @bradzacher @mdjermanovic )
@@ -23,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
23
25
### Changed
24
26
* [ Refactor] ` variableUtil ` : Avoid creating a single flat variable scope for each lookup ([ #3782 ] [ ] @DanielRosenwasser )
25
27
28
+ [ 7.35.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0
26
29
[ #3785 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3785
27
30
[ #3784 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3784
28
31
[ #3782 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3782
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.34.4 " ,
3
+ "version" : " 7.35.0 " ,
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