Skip to content

Packages ready to publish #999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/plenty-coins-compare.md

This file was deleted.

12 changes: 9 additions & 3 deletions packages/react-docgen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 3.0.1

### Patch Changes

- [#996](https://github.com/reactjs/react-docgen/pull/996)
[`a9b5ca3`](https://github.com/reactjs/react-docgen/commit/a9b5ca3f5411e876264db716fc4640ad9d4fb928)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
debug to v4.4.1

## 3.0.0

### Major Changes
Expand All @@ -10,7 +19,6 @@
18, 19 and 21.

With this `react-docgen` version Node.js support is:

- Node.js 20.9.0 or newer 20.x versions
- Node.js 22.0.0 or any newer version

Expand Down Expand Up @@ -202,7 +210,6 @@
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
rewrite. Compared to the old CLI these are some of the major differences:

- Does not support input via stdin anymore
- The path argument is now a glob
- `-x, --extension` was removed in favor of globs
Expand Down Expand Up @@ -425,7 +432,6 @@
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
extracted from `react-docgen` and is a complete rewrite. Compared to the old
CLI these are some of the major differences:

- Does not support input via stdin anymore
- The path argument is now a glob
- `-x, --extension` was removed in favor of globs
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docgen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-docgen/cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "A CLI to extract information from React components for documentation generation.",
"repository": {
"type": "git",
Expand Down
12 changes: 9 additions & 3 deletions packages/website/src/pages/docs/release-notes/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 3.0.1

### Patch Changes

- [#996](https://github.com/reactjs/react-docgen/pull/996)
[`a9b5ca3`](https://github.com/reactjs/react-docgen/commit/a9b5ca3f5411e876264db716fc4640ad9d4fb928)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
debug to v4.4.1

## 3.0.0

### Major Changes
Expand All @@ -10,7 +19,6 @@
18, 19 and 21.

With this `react-docgen` version Node.js support is:

- Node.js 20.9.0 or newer 20.x versions
- Node.js 22.0.0 or any newer version

Expand Down Expand Up @@ -202,7 +210,6 @@
Thanks [@danez](https://github.com/danez)! - Introducing the new CLI package
`@react-docgen/cli` which was extracted from `react-docgen` and is a complete
rewrite. Compared to the old CLI these are some of the major differences:

- Does not support input via stdin anymore
- The path argument is now a glob
- `-x, --extension` was removed in favor of globs
Expand Down Expand Up @@ -425,7 +432,6 @@
- 3b28f6e: Introducing the new CLI package `@react-docgen/cli` which was
extracted from `react-docgen` and is a complete rewrite. Compared to the old
CLI these are some of the major differences:

- Does not support input via stdin anymore
- The path argument is now a glob
- `-x, --extension` was removed in favor of globs
Expand Down
Loading