Skip to content

Commit 6c08360

Browse files
Publish new versions
1 parent a8f1f1e commit 6c08360

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

.changeset/plenty-coins-compare.md

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

packages/react-docgen-cli/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
## 3.0.0
413

514
### Major Changes
@@ -10,7 +19,6 @@
1019
18, 19 and 21.
1120

1221
With this `react-docgen` version Node.js support is:
13-
1422
- Node.js 20.9.0 or newer 20.x versions
1523
- Node.js 22.0.0 or any newer version
1624

@@ -202,7 +210,6 @@
202210
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
203211
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
204212
rewrite. Compared to the old CLI these are some of the major differences:
205-
206213
- Does not support input via stdin anymore
207214
- The path argument is now a glob
208215
- `-x, --extension` was removed in favor of globs
@@ -425,7 +432,6 @@
425432
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
426433
extracted from `react-docgen` and is a complete rewrite. Compared to the old
427434
CLI these are some of the major differences:
428-
429435
- Does not support input via stdin anymore
430436
- The path argument is now a glob
431437
- `-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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
## 3.0.0
413

514
### Major Changes
@@ -10,7 +19,6 @@
1019
18, 19 and 21.
1120

1221
With this `react-docgen` version Node.js support is:
13-
1422
- Node.js 20.9.0 or newer 20.x versions
1523
- Node.js 22.0.0 or any newer version
1624

@@ -202,7 +210,6 @@
202210
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
203211
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
204212
rewrite. Compared to the old CLI these are some of the major differences:
205-
206213
- Does not support input via stdin anymore
207214
- The path argument is now a glob
208215
- `-x, --extension` was removed in favor of globs
@@ -425,7 +432,6 @@
425432
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
426433
extracted from `react-docgen` and is a complete rewrite. Compared to the old
427434
CLI these are some of the major differences:
428-
429435
- Does not support input via stdin anymore
430436
- The path argument is now a glob
431437
- `-x, --extension` was removed in favor of globs

0 commit comments

Comments
 (0)