Skip to content

Commit 06d8786

Browse files
committed
Update CHANGELOG and bump version
1 parent 652749d commit 06d8786

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.31.5] - 2022.09.03
9+
810
### Fixed
911
* [`no-unknown-property`]: add properties `onToggle`, `fill`, `as`, and pointer events ([#3385][] @sjarva)
1012
* [`no-unknown-property`]: add `defaultChecked` property ([#3385][] @sjarva)
1113
* [`no-unknown-property`]: add touch and media event related properties ([#3385][] @sjarva)
1214
* [`no-unknown-property`]: `children` is always an acceptable prop; iframes have `scrolling`; ; video has `playsInline` ([#3385][] @ljharb)
1315

16+
[7.31.5]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.4...v7.31.5
1417
[#3385]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3385
1518

16-
## [7.31.4] - 2022.09.04
19+
## [7.31.4] - 2022.09.03
1720

1821
### Fixed
1922
* [`no-unknown-property`]: support `checked` on inputs ([#3383][] @ljharb)
@@ -22,7 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2225

2326
[7.31.4]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.3...v7.31.4
2427

25-
## [7.31.3] - 2022.09.03
28+
## [7.31.3] - 2022.09.02
2629

2730
### Fixed
2831
* [`no-unknown-property`]: add SVG and meta properties ([#3381][] @AhmadMayo)

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.31.4",
3+
"version": "7.31.5",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)