Skip to content

Commit ad17044

Browse files
danez-botgithub-actions[bot]
andauthoredJan 20, 2025··
Packages ready to publish (#957)
Publish new versions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 71a2ab9 commit ad17044

File tree

7 files changed

+49
-21
lines changed

7 files changed

+49
-21
lines changed
 

‎.changeset/light-yaks-listen.md

-5
This file was deleted.

‎.changeset/real-impalas-fly.md

-5
This file was deleted.

‎.changeset/thin-parrots-fetch.md

-5
This file was deleted.

‎.changeset/tiny-meals-talk.md

-5
This file was deleted.

‎packages/react-docgen-cli/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [#960](https://github.com/reactjs/react-docgen/pull/960)
8+
[`8b1c753`](https://github.com/reactjs/react-docgen/commit/8b1c753a353d1ff44c3eca6c5e391dec1198ab7e)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
10+
chalk to v5.4.1
11+
12+
- [#958](https://github.com/reactjs/react-docgen/pull/958)
13+
[`f5d644a`](https://github.com/reactjs/react-docgen/commit/f5d644a3041c227c4889059e787fcbaab57ec70e)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
chalk to v5.4.0
16+
17+
- [#954](https://github.com/reactjs/react-docgen/pull/954)
18+
[`3c0cbb0`](https://github.com/reactjs/react-docgen/commit/3c0cbb0c2869488ac96291f1d491a93c8c1b5b06)
19+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
20+
debug to v4.4.0
21+
22+
- [#963](https://github.com/reactjs/react-docgen/pull/963)
23+
[`972a1a3`](https://github.com/reactjs/react-docgen/commit/972a1a316affc8164ac957432b177bba09f1e667)
24+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
25+
fast-glob to v3.3.3
26+
327
## 2.0.4
428

529
### Patch Changes

‎packages/react-docgen-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
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

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [#960](https://github.com/reactjs/react-docgen/pull/960)
8+
[`8b1c753`](https://github.com/reactjs/react-docgen/commit/8b1c753a353d1ff44c3eca6c5e391dec1198ab7e)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
10+
chalk to v5.4.1
11+
12+
- [#958](https://github.com/reactjs/react-docgen/pull/958)
13+
[`f5d644a`](https://github.com/reactjs/react-docgen/commit/f5d644a3041c227c4889059e787fcbaab57ec70e)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
chalk to v5.4.0
16+
17+
- [#954](https://github.com/reactjs/react-docgen/pull/954)
18+
[`3c0cbb0`](https://github.com/reactjs/react-docgen/commit/3c0cbb0c2869488ac96291f1d491a93c8c1b5b06)
19+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
20+
debug to v4.4.0
21+
22+
- [#963](https://github.com/reactjs/react-docgen/pull/963)
23+
[`972a1a3`](https://github.com/reactjs/react-docgen/commit/972a1a316affc8164ac957432b177bba09f1e667)
24+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
25+
fast-glob to v3.3.3
26+
327
## 2.0.4
428

529
### Patch Changes

0 commit comments

Comments
 (0)
Please sign in to comment.