File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
6+ ## [ 6.10.2] - 2017-03-19
7+ ### Fixed
8+ * Fix [ ` jsx-indent ` ] [ ] indentation calculation with nested JSX ([ #1117 ] [ ] )
9+
10+ [ 6.10.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.1...v6.10.2
11+ [ #1117 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1117
12+
613## [ 6.10.1] - 2017-03-19
714### Fixed
815* Fix [ ` jsx-indent ` ] [ ] auto fix with tabs ([ #1057 ] [ ] @kentcdodds @webOS101 )
@@ -12,10 +19,10 @@ React ([#1073][] @jomasti)
1219* Fix component detection that caused a false positive in [ ` no-multi-comp ` ] [ ] ([ #1088 ] [ ] @benstepp )
1320
1421[ 6.10.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.0...v6.10.1
15- [ #696 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1057
16- [ #709 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1061
17- [ #887 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1073
18- [ #541 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1088
22+ [ #1057 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1057
23+ [ #1061 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1061
24+ [ #1073 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1073
25+ [ #1088 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1088
1926
2027## [ 6.10.0] - 2017-02-16
2128### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 6.10.1 " ,
3+ "version" : " 6.10.2 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments