Skip to content

Commit c56cc56

Browse files
committed
Merge tag 'v7.31.10'
v7.31.10
2 parents b42a0f3 + 4360fa3 commit c56cc56

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010
* [`hook-use-state`]: add `allowDestructuredState` option ([#3449][] @ljharb)
1111
* add [`sort-default-props`] and deprecate [`jsx-sort-default-props`] ([#1861][] @alexzherdev)
1212

13+
[#3449]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3449
14+
[#3424]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3429
15+
[#1861]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1861
16+
1317
### Fixed
1418
* [`no-unknown-property`]: allow `allowFullScreen` on `iframe` ([#3455][] @almeidx)
1519

20+
[7.31.10]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.9...v7.31.10
1621
[#3455]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3455
17-
[#3449]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3449
18-
[#3424]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3429
19-
[#1861]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1861
2022

2123
## [7.31.9] - 2022.10.09
2224

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.31.9",
3+
"version": "7.31.10",
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)