Skip to content

Commit 5f76c65

Browse files
committed
docs: update CHANGELOG.md
1 parent 9c2d345 commit 5f76c65

File tree

14 files changed

+19
-17
lines changed

14 files changed

+19
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
## v0.9.1 (Draft)
1+
## v0.9.1 (Tue Dec 5 2023)
22

33
### Release Notes
44

55
#### Add rule `react/no-component-will-mount`
66

77
#### Add rule `react/no-unsafe-component-will-mount`
88

9-
#### Add `ts-pattern` as M
10-
119
---
1210

1311
#### 🏠 Internal
1412

1513
- `@eslint-react/eslint-plugin-react`
1614
- Add rule `react/no-component-will-mount`.
1715
- Add rule `react/no-unsafe-component-will-mount`.
16+
- Simplify class component related rules implementation.
1817

1918
- `@eslint-react/tools`
20-
- Add `ts-pattern` as M.
19+
- Add `ts-pattern` as `M`.
20+
21+
- `@eslint-react/core`
22+
- Improve module structure.
2123

2224
- `@eslint-react/monorepo`
2325
- Update `eslint-config-with-tsconfig` to `2.9.120`.

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": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x 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",

packages/ast/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/ast",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's TSESTree AST primitive utility module.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

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": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-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-react/eslint-plugin-debug",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-jsx/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/eslint-plugin-jsx",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-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-react/eslint-plugin-naming-convention",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-react-hooks/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/eslint-plugin-react-hooks",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-react/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/eslint-plugin-react",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin/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/eslint-plugin",
3-
"version": "0.9.1-beta.3",
3+
"version": "0.9.1",
44
"description": "ESLint x 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",

0 commit comments

Comments
 (0)