Skip to content

Commit 3202c86

Browse files
authored
Publish new versions
1 parent c0a446b commit 3202c86

14 files changed

Lines changed: 116 additions & 39 deletions

File tree

.changeset/crisp-dots-like.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-cameras-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-worlds-swim.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/long-bikes-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ripe-carrots-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-poets-follow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-docgen-cli/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Release Notes
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#1095](https://github.com/reactjs/react-docgen/pull/1095)
8+
[`798e73d`](https://github.com/reactjs/react-docgen/commit/798e73dd4a73574c66dbee9dffb8e4af507b1059)
9+
Thanks [@danez](https://github.com/danez)! - Drop support for Node.js 20, 21
10+
and 23
11+
12+
Minimum Supported Node.js version is now 22.13.0
13+
14+
- [#1100](https://github.com/reactjs/react-docgen/pull/1100)
15+
[`70cb468`](https://github.com/reactjs/react-docgen/commit/70cb468c90ad85ccf0275e75f9287d744dad62f0)
16+
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
17+
dependency commander to v15
18+
19+
### Minor Changes
20+
21+
- [`d34f28d`](https://github.com/reactjs/react-docgen/commit/d34f28d2e170ffd0000a3dca55ed556315f6c877)
22+
Thanks [@danez](https://github.com/danez)! - Replace subcommand structure with
23+
in-process commands for performance
24+
25+
### Patch Changes
26+
27+
- [#1121](https://github.com/reactjs/react-docgen/pull/1121)
28+
[`2409437`](https://github.com/reactjs/react-docgen/commit/240943704167e5fa8308b36ad65f5176682f55b3)
29+
Thanks [@danez](https://github.com/danez)! - Remove chalk dependency and
30+
replace with builtin Node.js `styleText`
31+
32+
- [#1120](https://github.com/reactjs/react-docgen/pull/1120)
33+
[`2f01acf`](https://github.com/reactjs/react-docgen/commit/2f01acf3fe12f52bd4bc1b51617263f42383580c)
34+
Thanks [@danez](https://github.com/danez)! - Remove slash dependency
35+
- Updated dependencies
36+
[[`798e73d`](https://github.com/reactjs/react-docgen/commit/798e73dd4a73574c66dbee9dffb8e4af507b1059),
37+
[`bca6a64`](https://github.com/reactjs/react-docgen/commit/bca6a6463c44d44bf35183d4183070eb83568cf0)]:
38+
- react-docgen@9.0.0
39+
340
## 3.0.6
441

542
### Patch Changes

packages/react-docgen-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "3.0.6",
3+
"version": "4.0.0",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"publishConfig": {
66
"provenance": true,
@@ -38,7 +38,7 @@
3838
"commander": "15.0.0",
3939
"debug": "4.4.3",
4040
"fast-glob": "3.3.3",
41-
"react-docgen": "workspace:8.0.3"
41+
"react-docgen": "workspace:9.0.0"
4242
},
4343
"devDependencies": {
4444
"@types/debug": "4.1.13"

packages/react-docgen/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- [#1095](https://github.com/reactjs/react-docgen/pull/1095)
8+
[`798e73d`](https://github.com/reactjs/react-docgen/commit/798e73dd4a73574c66dbee9dffb8e4af507b1059)
9+
Thanks [@danez](https://github.com/danez)! - Drop support for Node.js 20, 21
10+
and 23
11+
12+
Minimum Supported Node.js version is now 22.13.0
13+
14+
### Patch Changes
15+
16+
- [#1130](https://github.com/reactjs/react-docgen/pull/1130)
17+
[`bca6a64`](https://github.com/reactjs/react-docgen/commit/bca6a6463c44d44bf35183d4183070eb83568cf0)
18+
Thanks [@danez](https://github.com/danez)! - Fix recognition of
19+
PropTypes.bigint as a built-in prop type
20+
321
## 8.0.3
422

523
### Patch Changes

packages/react-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "8.0.3",
3+
"version": "9.0.0",
44
"description": "A library to extract information from React components for documentation generation.",
55
"publishConfig": {
66
"provenance": true,

0 commit comments

Comments
 (0)