Skip to content

Commit d0f1c3b

Browse files
committed
Update changelog
1 parent efa4fb4 commit d0f1c3b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.3.10 (2025-12-02)
2+
3+
### 🐞 Fixes
4+
5+
- Fix readonly type detection for class and interface extends, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1329
6+
- Fix and cleanup `react-x/prefer-read-only-props` rule, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1331
7+
8+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.10
9+
110
## v2.3.9 (2025-11-26)
211

312
### ✨ New

apps/website/content/docs/changelog.md

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

5+
## v2.3.10 (2025-12-02)
6+
7+
### 🐞 Fixes
8+
9+
- Fix readonly type detection for class and interface extends, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1329
10+
- Fix and cleanup `react-x/prefer-read-only-props` rule, closes #1326 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1331
11+
12+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.9...v2.3.10
13+
514
## v2.3.9 (2025-11-26)
615

716
### ✨ New

0 commit comments

Comments
 (0)