Skip to content

Commit 0cb68a1

Browse files
committed
docs: update changelog
1 parent f20fb84 commit 0cb68a1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.34.1 (2025-03-15)
2+
3+
### 🐞 Fixes
4+
5+
- fix: false positive in `react-x/no-context-provider` on symbols named `Provider` which are imported from third-party libs, closes #991 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/992
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.34.0...v1.34.1
8+
19
## v1.34.0 (2025-03-15)
210

311
### 🪄 Improvements

apps/website/content/docs/changelog.md

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

5+
## v1.34.1 (2025-03-15)
6+
7+
### 🐞 Fixes
8+
9+
- fix: false positive in `react-x/no-context-provider` on symbols named `Provider` which are imported from third-party libs, closes #991 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/992
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.34.0...v1.34.1
12+
513
## v1.34.0 (2025-03-15)
614

715
### 🪄 Improvements

0 commit comments

Comments
 (0)