Skip to content
Merged
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/light-yaks-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-impalas-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-parrots-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-meals-talk.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- [#960](https://github.com/reactjs/react-docgen/pull/960)
[`8b1c753`](https://github.com/reactjs/react-docgen/commit/8b1c753a353d1ff44c3eca6c5e391dec1198ab7e)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
chalk to v5.4.1

- [#958](https://github.com/reactjs/react-docgen/pull/958)
[`f5d644a`](https://github.com/reactjs/react-docgen/commit/f5d644a3041c227c4889059e787fcbaab57ec70e)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
chalk to v5.4.0

- [#954](https://github.com/reactjs/react-docgen/pull/954)
[`3c0cbb0`](https://github.com/reactjs/react-docgen/commit/3c0cbb0c2869488ac96291f1d491a93c8c1b5b06)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
debug to v4.4.0

- [#963](https://github.com/reactjs/react-docgen/pull/963)
[`972a1a3`](https://github.com/reactjs/react-docgen/commit/972a1a316affc8164ac957432b177bba09f1e667)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
fast-glob to v3.3.3

## 2.0.4

### Patch Changes
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": "2.0.4",
"version": "2.0.5",
"description": "A CLI to extract information from React components for documentation generation.",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions packages/website/src/pages/docs/release-notes/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release Notes

## 2.0.5

### Patch Changes

- [#960](https://github.com/reactjs/react-docgen/pull/960)
[`8b1c753`](https://github.com/reactjs/react-docgen/commit/8b1c753a353d1ff44c3eca6c5e391dec1198ab7e)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
chalk to v5.4.1

- [#958](https://github.com/reactjs/react-docgen/pull/958)
[`f5d644a`](https://github.com/reactjs/react-docgen/commit/f5d644a3041c227c4889059e787fcbaab57ec70e)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
chalk to v5.4.0

- [#954](https://github.com/reactjs/react-docgen/pull/954)
[`3c0cbb0`](https://github.com/reactjs/react-docgen/commit/3c0cbb0c2869488ac96291f1d491a93c8c1b5b06)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
debug to v4.4.0

- [#963](https://github.com/reactjs/react-docgen/pull/963)
[`972a1a3`](https://github.com/reactjs/react-docgen/commit/972a1a316affc8164ac957432b177bba09f1e667)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
fast-glob to v3.3.3

## 2.0.4

### Patch Changes
Expand Down
Loading