File tree Expand file tree Collapse file tree 4 files changed +19
-12
lines changed
website/src/pages/docs/release-notes Expand file tree Collapse file tree 4 files changed +19
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #996 ] ( https://github.com/reactjs/react-docgen/pull/996 )
8
+ [ ` a9b5ca3 ` ] ( https://github.com/reactjs/react-docgen/commit/a9b5ca3f5411e876264db716fc4640ad9d4fb928 )
9
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - update dependency
10
+ debug to v4.4.1
11
+
3
12
## 3.0.0
4
13
5
14
### Major Changes
10
19
18, 19 and 21.
11
20
12
21
With this ` react-docgen ` version Node.js support is:
13
-
14
22
- Node.js 20.9.0 or newer 20.x versions
15
23
- Node.js 22.0.0 or any newer version
16
24
202
210
Thanks [ @danez ] ( https://github.com/danez ) ! - Introducing the new CLI package
203
211
` @react-docgen/cli ` which was extracted from ` react-docgen ` and is a complete
204
212
rewrite. Compared to the old CLI these are some of the major differences:
205
-
206
213
- Does not support input via stdin anymore
207
214
- The path argument is now a glob
208
215
- ` -x, --extension ` was removed in favor of globs
425
432
- 3b28f6e: Introducing the new CLI package ` @react-docgen/cli ` which was
426
433
extracted from ` react-docgen ` and is a complete rewrite. Compared to the old
427
434
CLI these are some of the major differences:
428
-
429
435
- Does not support input via stdin anymore
430
436
- The path argument is now a glob
431
437
- ` -x, --extension ` was removed in favor of globs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-docgen/cli" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A CLI to extract information from React components for documentation generation." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #996 ] ( https://github.com/reactjs/react-docgen/pull/996 )
8
+ [ ` a9b5ca3 ` ] ( https://github.com/reactjs/react-docgen/commit/a9b5ca3f5411e876264db716fc4640ad9d4fb928 )
9
+ Thanks [ @renovate ] ( https://github.com/apps/renovate ) ! - update dependency
10
+ debug to v4.4.1
11
+
3
12
## 3.0.0
4
13
5
14
### Major Changes
10
19
18, 19 and 21.
11
20
12
21
With this ` react-docgen ` version Node.js support is:
13
-
14
22
- Node.js 20.9.0 or newer 20.x versions
15
23
- Node.js 22.0.0 or any newer version
16
24
202
210
Thanks [ @danez ] ( https://github.com/danez ) ! - Introducing the new CLI package
203
211
` @react-docgen/cli ` which was extracted from ` react-docgen ` and is a complete
204
212
rewrite. Compared to the old CLI these are some of the major differences:
205
-
206
213
- Does not support input via stdin anymore
207
214
- The path argument is now a glob
208
215
- ` -x, --extension ` was removed in favor of globs
425
432
- 3b28f6e: Introducing the new CLI package ` @react-docgen/cli ` which was
426
433
extracted from ` react-docgen ` and is a complete rewrite. Compared to the old
427
434
CLI these are some of the major differences:
428
-
429
435
- Does not support input via stdin anymore
430
436
- The path argument is now a glob
431
437
- ` -x, --extension ` was removed in favor of globs
You can’t perform that action at this time.
0 commit comments