Skip to content

Commit 4619314

Browse files
committed
release: 0.9.6
1 parent d23d06e commit 4619314

File tree

17 files changed

+69
-16
lines changed

17 files changed

+69
-16
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## v0.9.6 (Tue Dec 12 2023)
2+
3+
### Release Notes
4+
5+
#### Rule `debug/react-hooks` reports `hookCalls.length` instead of `cost`
6+
7+
#### Add rule `react-hooks/prefer-use-state-lazy-initialization`
8+
9+
#### Rule `named-convention/component-name` add both `string` and `object` options support
10+
11+
#### Rule `named-convention/filename` add both `string` and `object` options support
12+
13+
#### Rule `named-convention/filename-extension` add both `string` and `object` options support
14+
15+
#### Update `@typescript-eslint`'s packages to `6.14.0`
16+
17+
---
18+
19+
#### 🏠 Internal
20+
21+
- `@eslint-react/eslint-plugin-naming-convention`
22+
- Rule `named-convention/component-name` add both `string` and `object` options support.
23+
- Rule `named-convention/filename` add both `string` and `object` options support.
24+
- Rule `named-convention/filename-extension` add both `string` and `object` options support.
25+
26+
- `@eslint-react/eslint-plugin-react-hooks`
27+
- Add rule `react-hooks/prefer-use-state-lazy-initialization`.
28+
29+
- `@eslint-react/eslint-plugin-debug`
30+
- Rule `debug/react-hooks` reports `hookCalls.length` instead of `cost`.
31+
32+
- `@eslint-react/core`
33+
- Replace `cost` field in `ERHook` with `hookCalls` field.
34+
- `hookCollector` add `hookCalls` collect.
35+
36+
- `@eslint-react/monorepo`
37+
- Update `@typescript-eslint`'s packages to `6.14.0`.
38+
- Add `update:version` script.
39+
40+
#### Authors: 1
41+
42+
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
43+
44+
---
45+
146
## v0.9.6-beta.5 (Tue Dec 12 2023)
247

348
### Release Notes
@@ -16,6 +61,8 @@
1661

1762
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
1863

64+
---
65+
1966
## v0.9.6-beta.4 (Mon Dec 11 2023)
2067

2168
### Release Notes
@@ -39,6 +86,8 @@
3986

4087
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
4188

89+
---
90+
4291
## v0.9.6-beta.3 (Mon Dec 11 2023)
4392

4493
### Release Notes
@@ -56,6 +105,8 @@
56105

57106
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
58107

108+
---
109+
59110
## v0.9.6-beta.2 (Mon Dec 11 2023)
60111

61112
### Release Notes
@@ -78,6 +129,8 @@
78129

79130
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
80131

132+
---
133+
81134
## v0.9.6-beta.1 (Mon Dec 11 2023)
82135

83136
### Release Notes

VERSION

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

examples/with-flat-config/package.json

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

examples/with-legacy-config/package.json

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

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.6-beta.5",
3+
"version": "0.9.6",
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",

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.6-beta.5",
3+
"version": "0.9.6",
44
"description": "ESLint 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.6-beta.5",
3+
"version": "0.9.6",
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": {

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

0 commit comments

Comments
 (0)