Skip to content

Commit fdb77eb

Browse files
Publish new versions
1 parent e16ffab commit fdb77eb

File tree

5 files changed

+29
-17
lines changed

5 files changed

+29
-17
lines changed

.changeset/plenty-coins-compare.md

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

.changeset/yellow-timers-lie.md

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

packages/react-docgen-cli/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

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+
12+
- [#1000](https://github.com/reactjs/react-docgen/pull/1000)
13+
[`5cedd84`](https://github.com/reactjs/react-docgen/commit/5cedd84aaf38ec45a08fb673034e0d9ac03df81b)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
commander to v14
16+
317
## 3.0.0
418

519
### Major Changes
@@ -10,7 +24,6 @@
1024
18, 19 and 21.
1125

1226
With this `react-docgen` version Node.js support is:
13-
1427
- Node.js 20.9.0 or newer 20.x versions
1528
- Node.js 22.0.0 or any newer version
1629

@@ -202,7 +215,6 @@
202215
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
203216
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
204217
rewrite. Compared to the old CLI these are some of the major differences:
205-
206218
- Does not support input via stdin anymore
207219
- The path argument is now a glob
208220
- `-x, --extension` was removed in favor of globs
@@ -425,7 +437,6 @@
425437
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
426438
extracted from `react-docgen` and is a complete rewrite. Compared to the old
427439
CLI these are some of the major differences:
428-
429440
- Does not support input via stdin anymore
430441
- The path argument is now a glob
431442
- `-x, --extension` was removed in favor of globs

packages/react-docgen-cli/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/cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",

packages/website/src/pages/docs/release-notes/cli.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

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+
12+
- [#1000](https://github.com/reactjs/react-docgen/pull/1000)
13+
[`5cedd84`](https://github.com/reactjs/react-docgen/commit/5cedd84aaf38ec45a08fb673034e0d9ac03df81b)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
commander to v14
16+
317
## 3.0.0
418

519
### Major Changes
@@ -10,7 +24,6 @@
1024
18, 19 and 21.
1125

1226
With this `react-docgen` version Node.js support is:
13-
1427
- Node.js 20.9.0 or newer 20.x versions
1528
- Node.js 22.0.0 or any newer version
1629

@@ -202,7 +215,6 @@
202215
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
203216
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
204217
rewrite. Compared to the old CLI these are some of the major differences:
205-
206218
- Does not support input via stdin anymore
207219
- The path argument is now a glob
208220
- `-x, --extension` was removed in favor of globs
@@ -425,7 +437,6 @@
425437
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
426438
extracted from `react-docgen` and is a complete rewrite. Compared to the old
427439
CLI these are some of the major differences:
428-
429440
- Does not support input via stdin anymore
430441
- The path argument is now a glob
431442
- `-x, --extension` was removed in favor of globs

0 commit comments

Comments
 (0)