Skip to content

Commit 507c1f2

Browse files
committed
Update changelog
1 parent 3437d4f commit 507c1f2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.2.4 (2025-10-27)
2+
3+
### 🐞 Fixes
4+
5+
- Add `main`, `module`, and `types` fields to `package.json` for multiple packages, closes #1288, closes #1283 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1294
6+
- Require "Context" suffix for context providers in `react-x/no-context-provider` rule, closes #1295 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1296
7+
8+
### 🪄 Improvements
9+
10+
- Add info on `dom/no-string-style-prop` to migration docs by @silverwind in https://github.com/Rel1cx/eslint-react/pull/1293
11+
12+
## New Contributors
13+
14+
- @silverwind made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1293
15+
16+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.2.3...v2.2.4
17+
118
## v2.2.3 (2025-10-22)
219

320
### 🐞 Fixes

apps/website/content/docs/changelog.md

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

5+
## v2.2.4 (2025-10-27)
6+
7+
### 🐞 Fixes
8+
9+
- Add `main`, `module`, and `types` fields to `package.json` for multiple packages, closes #1288, closes #1283 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1294
10+
- Require "Context" suffix for context providers in `react-x/no-context-provider` rule, closes #1295 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1296
11+
12+
### 🪄 Improvements
13+
14+
- Add info on `dom/no-string-style-prop` to migration docs by @silverwind in https://github.com/Rel1cx/eslint-react/pull/1293
15+
16+
## New Contributors
17+
18+
- @silverwind made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1293
19+
20+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.2.3...v2.2.4
21+
522
## v2.2.3 (2025-10-22)
623

724
### 🐞 Fixes

0 commit comments

Comments
 (0)