Skip to content

Commit 9ce1a5c

Browse files
Packages ready to publish (#1037)
Publish new versions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a122bff commit 9ce1a5c

File tree

9 files changed

+40
-11
lines changed

9 files changed

+40
-11
lines changed

.changeset/tired-ideas-invent.md

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

packages/react-docgen-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`a122bff`](https://github.com/reactjs/react-docgen/commit/a122bffae060ada1c486b17cc667262be7360234)]:
9+
10+
311
## 3.0.3
412

513
### Patch Changes

packages/react-docgen-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"commander": "14.0.1",
3636
"debug": "4.4.3",
3737
"fast-glob": "3.3.3",
38-
"react-docgen": "workspace:8.0.1",
38+
"react-docgen": "workspace:8.0.2",
3939
"slash": "5.1.0"
4040
},
4141
"devDependencies": {

packages/react-docgen/CHANGELOG.md

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

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- [#1036](https://github.com/reactjs/react-docgen/pull/1036)
8+
[`a122bff`](https://github.com/reactjs/react-docgen/commit/a122bffae060ada1c486b17cc667262be7360234)
9+
Thanks [@DiogoDoreto](https://github.com/DiogoDoreto)! - Do not fail when
10+
resolving inside ObjectMethod nodes
11+
312
## 8.0.1
413

514
### Patch Changes

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

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss": "8.5.6",
2727
"postcss-lightningcss": "1.0.2",
2828
"react": "19.2.0",
29-
"react-docgen": "workspace:8.0.1",
29+
"react-docgen": "workspace:8.0.2",
3030
"react-dom": "19.2.0",
3131
"tailwindcss": "3.4.18"
3232
},

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`a122bff`](https://github.com/reactjs/react-docgen/commit/a122bffae060ada1c486b17cc667262be7360234)]:
9+
10+
311
## 3.0.3
412

513
### Patch Changes

packages/website/src/pages/docs/release-notes/react-docgen.mdx

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

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- [#1036](https://github.com/reactjs/react-docgen/pull/1036)
8+
[`a122bff`](https://github.com/reactjs/react-docgen/commit/a122bffae060ada1c486b17cc667262be7360234)
9+
Thanks [@DiogoDoreto](https://github.com/DiogoDoreto)! - Do not fail when
10+
resolving inside ObjectMethod nodes
11+
312
## 8.0.1
413

514
### Patch Changes

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)