Skip to content

Commit 47dc300

Browse files
committed
chore: cleanup CHANGELOG.md
1 parent 00d83ad commit 47dc300

File tree

2 files changed

+10
-98
lines changed

2 files changed

+10
-98
lines changed

CHANGELOG.md

Lines changed: 0 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -229,89 +229,3 @@
229229
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
230230

231231
---
232-
233-
## v0.8.11 (Sun Nov 26 2023)
234-
235-
### Release Notes
236-
237-
#### Add rule `react/no-find-dom-node` ([#179](https://github.com/Rel1cx/eslint-react/pull/179))
238-
239-
---
240-
241-
#### 🏠 Internal
242-
243-
- `@eslint-react/ast`
244-
- Optimize API return value.
245-
246-
- `@eslint-react/types`
247-
- Add `ExRSettings` type.
248-
249-
- `@eslint-react/eslint-plugin-react`
250-
- Add rule `react/no-find-dom-node`.
251-
252-
- `@eslint-react/monorepo`
253-
- Update `@typescript-eslint`'s packages to `6.12.0`.
254-
255-
#### 📝 Documentation
256-
257-
- `@eslint-react/eslint-plugin`
258-
- Update README.md
259-
- `@eslint-react/website`
260-
- Update website url
261-
- `@eslint-react/ast`
262-
- Setup typedoc
263-
- `@eslint-react/shared`
264-
- Setup typedoc
265-
266-
#### Authors: 1
267-
268-
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
269-
270-
---
271-
272-
## v0.8.10 (Sun Nov 26 2023)
273-
274-
### Release Notes
275-
276-
#### Fix an issue with component-collector. ([#178](https://github.com/Rel1cx/eslint-react/pull/178))
277-
278-
#### Update website url
279-
280-
---
281-
282-
#### 🐛 Bug Fix
283-
284-
- `@eslint-react/core`
285-
- Fix an issue with component-collector collect components multiple times when it has not only one return statement. ([#177](https://github.com/Rel1cx/eslint-react/pull/177))
286-
287-
- `@eslint-react/eslint-plugin-react`
288-
- Fix an issue with `no-missing-component-display-name` false positive when the component has not only one return statement. ([#177](https://github.com/Rel1cx/eslint-react/pull/177))
289-
290-
#### Authors: 2
291-
292-
- Stephen Zhou ([@hyoban](https://github.com/hyoban))
293-
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
294-
295-
---
296-
297-
## v0.8.9 (Fri Nov 24 2023)
298-
299-
### Release Notes
300-
301-
#### Optimize packages structure
302-
303-
---
304-
305-
#### 🚀 Enhancement
306-
307-
- `@eslint-react/types`
308-
- Optimize package structure.
309-
310-
- `@eslint-react/shared`
311-
- Optimize package structure.
312-
313-
#### Authors: 1
314-
315-
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
316-
317-
---

cspell.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
],
2828
"useGitignore": true,
2929
"words": [
30+
"ExR",
31+
"Hoistable",
32+
"Mantine",
33+
"Monaspace",
34+
"Nextra",
35+
"Noto",
36+
"Sukka",
37+
"TSES",
38+
"TSESAST",
3039
"bimap",
3140
"birecord",
3241
"clippy",
@@ -35,23 +44,16 @@
3544
"declarators",
3645
"deepmerge",
3746
"dprint",
38-
"ExR",
3947
"flexsearch",
4048
"frontmatter",
4149
"greenlighted",
4250
"hatchpath",
43-
"Hoistable",
44-
"hyoban",
4551
"innerhtml",
4652
"knip",
4753
"lifecycles",
4854
"linebreak",
4955
"lockb",
50-
"Mantine",
5156
"metas",
52-
"Monaspace",
53-
"Nextra",
54-
"Noto",
5557
"pathe",
5658
"pattycake",
5759
"preact",
@@ -66,7 +68,6 @@
6668
"setstate",
6769
"shiki",
6870
"sonarjs",
69-
"Sukka",
7071
"susisu",
7172
"tanstack",
7273
"tascript",
@@ -75,13 +76,10 @@
7576
"textnodes",
7677
"todos",
7778
"treeshake",
78-
"TSES",
79-
"TSESAST",
8079
"tsup",
8180
"twoslash",
8281
"typeclass",
8382
"unoptimized",
84-
"weakref",
85-
"Zhou"
83+
"weakref"
8684
]
8785
}

0 commit comments

Comments
 (0)