Skip to content

Commit 3947585

Browse files
committed
release: 0.9.6-beta.0
1 parent a2d741d commit 3947585

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

examples/with-flat-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-flat-config",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/with-legacy-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "with-legacy-config",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && vite build",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/rel1cx/eslint-react.git"
22+
"url": "https://github.com/Rel1cx/eslint-react"
2323
},
2424
"license": "MIT",
2525
"author": "Eva1ent<[email protected]>",

packages/ast/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's TSESTree AST primitive utility module.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/ast"
1313
},
1414
"license": "MIT",

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/core"
1313
},
1414
"license": "MIT",

packages/eslint-plugin-debug/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/eslint-plugin-debug"
1313
},
1414
"license": "MIT",

packages/eslint-plugin-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/eslint-plugin-jsx"
1313
},
1414
"license": "MIT",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/eslint-plugin-naming-convention",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/eslint-plugin-naming-convention"
1313
},
1414
"license": "MIT",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react-hooks",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/eslint-plugin-react-hooks"
1313
},
1414
"license": "MIT",

packages/eslint-plugin-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/eslint-plugin-react"
1313
},
1414
"license": "MIT",

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's main ESLint plugin. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/rel1cx/eslint-react.git",
22+
"url": "https://github.com/Rel1cx/eslint-react",
2323
"directory": "packages/eslint-plugin"
2424
},
2525
"license": "MIT",

packages/jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/jsx",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/jsx"
1313
},
1414
"license": "MIT",

packages/shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/shared",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's shared constants and utilities.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/shared"
1313
},
1414
"license": "MIT",

packages/tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/tools",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's std library and primitives.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/tools"
1313
},
1414
"license": "MIT",

packages/types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eslint-react/types",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"description": "ESLint React's type definitions.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/rel1cx/eslint-react/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/rel1cx/eslint-react.git",
11+
"url": "https://github.com/Rel1cx/eslint-react",
1212
"directory": "packages/types"
1313
},
1414
"license": "MIT",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/website",
3-
"version": "0.9.5",
3+
"version": "0.9.6-beta.0",
44
"scripts": {
55
"build": "next build",
66
"clean": "rm -rf .next node_modules/.cache",

0 commit comments

Comments
 (0)