Skip to content

Commit 45b0653

Browse files
Packages ready to publish (#807)
Publish new versions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fc0dfc0 commit 45b0653

File tree

9 files changed

+73
-15
lines changed

9 files changed

+73
-15
lines changed

.changeset/eleven-camels-sleep.md

-5
This file was deleted.

packages/react-docgen-cli/CHANGELOG.md

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

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

513
### Major Changes

packages/react-docgen-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"commander": "10.0.1",
3636
"debug": "4.3.4",
3737
"fast-glob": "3.2.12",
38-
"react-docgen": "workspace:6.0.0",
38+
"react-docgen": "workspace:6.0.1",
3939
"slash": "5.1.0"
4040
},
4141
"devDependencies": {

packages/react-docgen/CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#806](https://github.com/reactjs/react-docgen/pull/806)
8+
[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)
9+
Thanks [@danez](https://github.com/danez)! - Make docblocks for assigned
10+
methods be correctly detected.
11+
312
## 6.0.0
413

514
### Major Changes

packages/react-docgen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A library to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postcss": "8.4.24",
2828
"postcss-lightningcss": "0.7.0",
2929
"react": "18.2.0",
30-
"react-docgen": "workspace:6.0.0",
30+
"react-docgen": "workspace:6.0.1",
3131
"react-dom": "18.2.0",
3232
"tailwindcss": "3.3.2"
3333
},

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

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

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

513
### Major Changes

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

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#806](https://github.com/reactjs/react-docgen/pull/806)
8+
[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)
9+
Thanks [@danez](https://github.com/danez)! - Make docblocks for assigned
10+
methods be correctly detected.
11+
312
## 6.0.0
413

514
### Major Changes

pnpm-lock.yaml

+35-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)