Skip to content

Commit 3a2210f

Browse files
committed
release: 1.20.0-next.4
1 parent 6b3d46e commit 3a2210f

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0-next.3
1+
1.20.0-next.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -112,4 +112,4 @@
112112
"typescript": "^5.7.2"
113113
}
114114
}
115-
}
115+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
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": {
@@ -59,4 +59,4 @@
5959
"devDependencies": {
6060
"tsup": "^8.3.5"
6161
}
62-
}
62+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -87,4 +87,4 @@
8787
"publishConfig": {
8888
"access": "public"
8989
}
90-
}
90+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -87,4 +87,4 @@
8787
"publishConfig": {
8888
"access": "public"
8989
}
90-
}
90+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -88,4 +88,4 @@
8888
"publishConfig": {
8989
"access": "public"
9090
}
91-
}
91+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -86,4 +86,4 @@
8686
"publishConfig": {
8787
"access": "public"
8888
}
89-
}
89+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -87,4 +87,4 @@
8787
"publishConfig": {
8888
"access": "public"
8989
}
90-
}
90+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
@@ -89,4 +89,4 @@
8989
"publishConfig": {
9090
"access": "public"
9191
}
92-
}
92+
}

packages/plugins/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "1.20.0-next.3",
3+
"version": "1.20.0-next.4",
44
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
55
"keywords": [
66
"react",
@@ -88,4 +88,4 @@
8888
"publishConfig": {
8989
"access": "public"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)