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](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.26.0] - 2021.09.20
9
+
8
10
### Added
9
11
* add [ ` no-namespace ` ] rule ([ #2640 ] @yacinehmito @ljharb )
10
12
* [ ` jsx-max-props-per-line ` ] : add ` single ` and ` multi ` options ([ #3078 ] @SIL0RAK )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
15
17
### Changed
16
18
* [ ` no-access-state-in-setstate ` ] : passing test for “don't error if it's not a React Component” ([ #1873 ] @kentcdodds )
17
19
20
+ [ 7.26.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0
18
21
[ #3078 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3078
19
22
[ #2640 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2640
20
23
[ #2759 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2759
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.25.3 " ,
3
+ "version" : " 7.26.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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