Skip to content

Commit 61f3d89

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

File tree

11 files changed

+60
-21
lines changed

11 files changed

+60
-21
lines changed

.changeset/ninety-cherries-reply.md

-5
This file was deleted.

.changeset/short-squids-knock.md

-5
This file was deleted.

.changeset/tidy-berries-leave.md

-5
This file was deleted.

packages/react-docgen-cli/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#812](https://github.com/reactjs/react-docgen/pull/812)
8+
[`0f97ece`](https://github.com/reactjs/react-docgen/commit/0f97ece8ea9cd722b495db67843295b8846bb071)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
10+
dependency chalk to v5.3.0
11+
12+
- [#813](https://github.com/reactjs/react-docgen/pull/813)
13+
[`7aa1e8e`](https://github.com/reactjs/react-docgen/commit/7aa1e8e24d0eb0a0cf36192aa5d00a4944f9844b)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
15+
dependency fast-glob to v3.3.0
16+
17+
- Updated dependencies
18+
[[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)]:
19+
20+
321
## 1.0.1
422

523
### Patch 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.1",
3+
"version": "1.0.2",
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.3.0",
38-
"react-docgen": "workspace:6.0.1",
38+
"react-docgen": "workspace:6.0.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [#810](https://github.com/reactjs/react-docgen/pull/810)
8+
[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)
9+
Thanks [@danez](https://github.com/danez)! - Read docblock in nested flow
10+
object types and use them as descriptions
11+
312
## 6.0.1
413

514
### Patch 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.1",
3+
"version": "6.0.2",
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.26",
2828
"postcss-lightningcss": "0.9.0",
2929
"react": "18.2.0",
30-
"react-docgen": "workspace:6.0.1",
30+
"react-docgen": "workspace:6.0.2",
3131
"react-dom": "18.2.0",
3232
"tailwindcss": "3.3.3"
3333
},

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

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#812](https://github.com/reactjs/react-docgen/pull/812)
8+
[`0f97ece`](https://github.com/reactjs/react-docgen/commit/0f97ece8ea9cd722b495db67843295b8846bb071)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
10+
dependency chalk to v5.3.0
11+
12+
- [#813](https://github.com/reactjs/react-docgen/pull/813)
13+
[`7aa1e8e`](https://github.com/reactjs/react-docgen/commit/7aa1e8e24d0eb0a0cf36192aa5d00a4944f9844b)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
15+
dependency fast-glob to v3.3.0
16+
17+
- Updated dependencies
18+
[[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)]:
19+
20+
321
## 1.0.1
422

523
### Patch 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.2
4+
5+
### Patch Changes
6+
7+
- [#810](https://github.com/reactjs/react-docgen/pull/810)
8+
[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)
9+
Thanks [@danez](https://github.com/danez)! - Read docblock in nested flow
10+
object types and use them as descriptions
11+
312
## 6.0.1
413

514
### Patch Changes

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)