Skip to content

Commit 2e96858

Browse files
committed
release: 2.2.1
1 parent 5114f0b commit 2e96858

File tree

16 files changed

+20
-18
lines changed

16 files changed

+20
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## v2.2.0 (2025-10-13)
1+
## v2.2.1 (2025-10-13)
22

33
### 🪄 Improvements
44

5+
- Unified plugin no longer includes the `eslint-plugin-react-debug` plugin by default to reduce its dependencies by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1276
56
- Merge `@eslint-react/kit` package into `@eslint-react/shared` package to consolidate shared utilities and reduce package fragmentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1275
67

7-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.1.1...v2.2.0
8+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.1.1...v2.2.1
89

910
## v2.1.1 (2025-10-13)
1011

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1-beta.0
1+
2.2.1

apps/website/content/docs/changelog.md

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

5-
## v2.2.0 (2025-10-13)
5+
## v2.2.1 (2025-10-13)
66

77
### 🪄 Improvements
88

9+
- Unified plugin no longer includes the `eslint-plugin-react-debug` plugin by default to reduce its dependencies by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1276
910
- Merge `@eslint-react/kit` package into `@eslint-react/shared` package to consolidate shared utilities and reduce package fragmentation by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1275
1011

11-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.1.1...v2.2.0
12+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.1.1...v2.2.1
1213

1314
## v2.1.1 (2025-10-13)
1415

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/monorepo",
3-
"version": "2.2.1-beta.0",
3+
"version": "2.2.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

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.2.1-beta.0",
3+
"version": "2.2.1",
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.2.1-beta.0",
3+
"version": "2.2.1",
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.2.1-beta.0",
3+
"version": "2.2.1",
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.2.1-beta.0",
3+
"version": "2.2.1",
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.2.1-beta.0",
3+
"version": "2.2.1",
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.2.1-beta.0",
3+
"version": "2.2.1",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)