Skip to content

Commit f676200

Browse files
committed
Update changelog
1 parent d7b6105 commit f676200

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## v2.3.10 (2025-12-02)
1+
## v2.3.11 (2025-12-02)
22

33
### 🐞 Fixes
44

55
- Fix readonly type detection for class and interface extends, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1329
66
- Fix and cleanup `react-x/prefer-read-only-props` rule, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1331
7+
- Fix `forwardRef`'s `ref` should be excluded from check, closes #1332 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1333
78

8-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.10
9+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.11
910

1011
## v2.3.9 (2025-11-26)
1112

apps/website/content/docs/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: Changelog
33
---
44

5-
## v2.3.10 (2025-12-02)
5+
## v2.3.11 (2025-12-02)
66

77
### 🐞 Fixes
88

99
- Fix readonly type detection for class and interface extends, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1329
1010
- Fix and cleanup `react-x/prefer-read-only-props` rule, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1331
11+
- Fix `forwardRef`'s `ref` should be excluded from check, closes #1332 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1333
1112

12-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.10
13+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.11
1314

1415
## v2.3.9 (2025-11-26)
1516

0 commit comments

Comments
 (0)