Skip to content

Commit 712a6ff

Browse files
committed
release: 2.0.0-beta.26
2 parents beaa2b6 + 906e339 commit 712a6ff

File tree

18 files changed

+278
-708
lines changed

18 files changed

+278
-708
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.52.4 (2025-08-13)
2+
3+
### 🐞 Fixes
4+
5+
- fix: improve logic for detecting significant children in JSX elements, closes #1163 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1165
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.52.3...v1.52.4
8+
19
## v1.52.3 (2025-07-13)
210

311
### 🐞 Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.25
1+
2.0.0-beta.26

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.52.4 (2025-08-13)
6+
7+
### 🐞 Fixes
8+
9+
- fix: improve logic for detecting significant children in JSX elements, closes #1163 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1165
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v1.52.3...v1.52.4
12+
513
## v1.52.3 (2025-07-13)
614

715
### 🐞 Fixes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -68,7 +68,7 @@
6868
"cspell": "^9.2.0",
6969
"dedent": "^1.6.0",
7070
"dprint": "^0.50.1",
71-
"esbuild": "^0.25.8",
71+
"esbuild": "^0.25.9",
7272
"eslint": "^9.33.0",
7373
"eslint-config-flat-gitignore": "^2.1.0",
7474
"eslint-plugin-fast-import": "^1.3.0",
@@ -86,7 +86,7 @@
8686
"ts-pattern": "^5.8.0",
8787
"tslib": "^2.8.1",
8888
"tsup": "^8.5.0",
89-
"tsx": "^4.20.3",
89+
"tsx": "^4.20.4",
9090
"type-fest": "^4.41.0",
9191
"typedoc": "^0.28.10",
9292
"typedoc-plugin-markdown": "^4.8.1",
@@ -115,7 +115,7 @@
115115
"@types/react": "^19.1.10",
116116
"@types/react-dom": "^19.1.7",
117117
"cross-spawn": "^7.0.6",
118-
"esbuild": "^0.25.8",
118+
"esbuild": "^0.25.9",
119119
"lucide-react": "^0.539.0",
120120
"next": "^15.4.6",
121121
"react": "^19.1.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)