Skip to content

Commit 37c4ef3

Browse files
committed
Update CHANGELOG and bump version
1 parent 3da6eb3 commit 37c4ef3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [7.18.2] - 2020-02-01
7+
8+
### Fixed
9+
* [`jsx-indent`][]: avoid a crash on non-string literals ([#2561][] @ljharb)
10+
11+
[7.18.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.1...v7.18.2
12+
[#2561]: https://github.com/yannickcr/eslint-plugin-react/issue/2561
13+
614
## [7.18.1] - 2020-02-01
715

816
### Fixed
@@ -15,6 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1523
* [Docs] use `markdown-magic` to automatically sort all rules alphabetically ([#1742][] @ybiquitous)
1624
* [Docs] [`jsx-props-no-spreading`][]: fix typo to use correct rule ([#2547][] @jonggyun))
1725

26+
[7.18.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.0...v7.18.1
1827
[#2547]: https://github.com/yannickcr/eslint-plugin-react/pull/2547
1928
[#2544]: https://github.com/yannickcr/eslint-plugin-react/pull/2544
2029
[#2542]: https://github.com/yannickcr/eslint-plugin-react/pull/2542
@@ -49,6 +58,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
4958
* [meta] Move eslint-plugin-eslint-plugin to devDeps ([#2510][] @nstepien)
5059
* [Deps] update `array-includes`, `object.entries`, `object.fromentries`, `object.values`, `resolve`
5160

61+
[7.18.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.17.0...v7.18.0
5262
[#2540]: https://github.com/yannickcr/eslint-plugin-react/pull/2540
5363
[#2536]: https://github.com/yannickcr/eslint-plugin-react/pull/2536
5464
[#2535]: https://github.com/yannickcr/eslint-plugin-react/pull/2535
@@ -100,6 +110,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
100110
* [Docs] [`no-unused-prop-types`][]: clean up prose ([#2273][] @coryhouse)
101111
* [Docs] [`jsx-no-bind`][]: add section about React Hooks ([#2443][] @kdex)
102112

113+
[7.17.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.16.0...v7.17.0
103114
[#2532]: https://github.com/yannickcr/eslint-plugin-react/pull/2532
104115
[#2505]: https://github.com/yannickcr/eslint-plugin-react/pull/2505
105116
[#2504]: https://github.com/yannickcr/eslint-plugin-react/pull/2504
@@ -135,6 +146,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
135146
* [`jsx-curly-brace-presence`][]: warns incorrectly on trailing whitespace ([#2431][] @BC-M)
136147
* [`no-unused-prop-types`][]: false positive when nested destructuring ([#2428][] @golopot)
137148

149+
[7.16.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.1...v7.16.0
138150
[#2437]: https://github.com/yannickcr/eslint-plugin-react/pull/2437
139151
[#2431]: https://github.com/yannickcr/eslint-plugin-react/pull/2431
140152
[#2429]: https://github.com/yannickcr/eslint-plugin-react/pull/2429
@@ -148,6 +160,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
148160
### Changed
149161
* [Docs] [`prefer-es6-class`][]: Fix typos ([#2425][] @spencerbyw)
150162

163+
[7.15.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.15.0...v7.15.1
151164
[#2426]: https://github.com/yannickcr/eslint-plugin-react/pull/2426
152165
[#2425]: https://github.com/yannickcr/eslint-plugin-react/pull/2425
153166

@@ -181,6 +194,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
181194
* [Docs] [`no-access-state-in-setstate`][]: update grammar ([#2418][] @neaumusic)
182195
* [`jsx-curly-brace-presence`][], [`jsx-one-expression-per-line`][], [`no-danger-with-children`][]: add `isWhiteSpaces` to `lib/util/jsx` ([#2409][] @vedadeepta)
183196

197+
[7.15.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0
184198
[#2422]: https://github.com/yannickcr/eslint-plugin-react/pull/2422
185199
[#2410]: https://github.com/yannickcr/eslint-plugin-react/pull/2410
186200
[#2409]: https://github.com/yannickcr/eslint-plugin-react/pull/2409

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.18.1",
3+
"version": "7.18.2",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)