Skip to content

Commit d1727fb

Browse files
authored
[eprh] Update changelog for 7.1.1 (#36308)
1 parent bc24980 commit d1727fb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ReactVersions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const canaryChannelLabel = 'canary';
3333
const rcNumber = 0;
3434

3535
const stablePackages = {
36-
'eslint-plugin-react-hooks': '7.1.0',
36+
'eslint-plugin-react-hooks': '7.1.1',
3737
'jest-react': '0.18.0',
3838
react: ReactVersion,
3939
'react-art': ReactVersion,

packages/eslint-plugin-react-hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.1.1
2+
3+
**Note:** 7.1.0 accidentally removed the `component-hook-factories` rule, causing errors for users who referenced it in their ESLint config. This is now fixed.
4+
5+
- Add deprecated no-op `component-hook-factories` rule for backwards compatibility. ([@mofeiZ](https://github.com/mofeiZ) in [#36307](https://github.com/facebook/react/pull/36307))
6+
17
## 7.1.0
28

39
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting.

0 commit comments

Comments
 (0)