File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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.1] - 2021.09.29
9
+
8
10
### Fixed
9
11
* [ ` no-namespace ` ] : fix crash on non-string React.createElement name ([ #3082 ] @ljharb )
10
12
* [ ` no-namespace ` ] : avoid crash on non-string createElement values ([ #3085 ] @ljharb )
@@ -13,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
13
15
### Changed
14
16
* [ Docs] [ ` jsx-max-props-per-line ` ] : fix options example ([ #3083 ] @MrRaiter )
15
17
18
+ [ 7.26.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1
16
19
[ #3088 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3088
17
20
[ #3085 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3085
18
21
[ #3083 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3083
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.26.0 " ,
3
+ "version" : " 7.26.1 " ,
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