Skip to content

Commit e2eaada

Browse files
committed
Update CHANGELOG and bump version
1 parent 77e1b35 commit e2eaada

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2424
* [`prop-types`]: default argument does not count as props-types declaration ([#2877][] @golopot)
2525
* [`jsx-props-no-multi-spaces`]: fix a false positive for beside comments ([#2878][] @golopot)
2626
* [`jsx-no-undef`]: handle the TS parser combined with an invalid ecmaVersion ([#2882][] @ljharb)
27+
* [`no-unused-prop-types`]: apply `skipShapeProps` to exact types ([#2883][] @golopot)
28+
* [`no-danger-with-children`]/[`style-prop-object`]/[`no-adjacent-inline-elements`]: add category, URL ([#2891][] @thofmann)
2729

2830
### Docs
2931
* [`no-unused-prop-types`]: Add new example to rule ([#2852][] @thehereward)
32+
* [`prop-types`]: fix example ([#2881][] @technote-space)
3033

34+
[#2891]: https://github.com/yannickcr/eslint-plugin-react/pull/2891
35+
[#2883]: https://github.com/yannickcr/eslint-plugin-react/pull/2883
3136
[#2882]: https://github.com/yannickcr/eslint-plugin-react/issues/2882
37+
[#2881]: https://github.com/yannickcr/eslint-plugin-react/pull/2881
3238
[#2879]: https://github.com/yannickcr/eslint-plugin-react/issues/2879
3339
[#2878]: https://github.com/yannickcr/eslint-plugin-react/pull/2878
3440
[#2877]: https://github.com/yannickcr/eslint-plugin-react/pull/2877

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.21.5",
3+
"version": "7.22.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)