Skip to content

Commit 85d7758

Browse files
Packages ready to publish (#839)
Publish new versions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ba9ac7 commit 85d7758

File tree

9 files changed

+40
-11
lines changed

9 files changed

+40
-11
lines changed

Diff for: .changeset/tender-rings-live.md

-5
This file was deleted.

Diff for: 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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)]:
9+
- react-docgen@6.0.4
10+
311
## 1.0.3
412

513
### Patch Changes

Diff for: 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.3",
3+
"version": "1.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": "10.0.1",
3636
"debug": "4.3.4",
3737
"fast-glob": "3.3.1",
38-
"react-docgen": "workspace:6.0.3",
38+
"react-docgen": "workspace:6.0.4",
3939
"slash": "5.1.0"
4040
},
4141
"devDependencies": {

Diff for: 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.4
4+
5+
### Patch Changes
6+
7+
- [#838](https://github.com/reactjs/react-docgen/pull/838)
8+
[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)
9+
Thanks [@danez](https://github.com/danez)! - Support index types correctly in
10+
flow
11+
312
## 6.0.3
413

514
### Patch Changes

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

Diff for: packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postcss": "8.4.29",
2828
"postcss-lightningcss": "0.9.0",
2929
"react": "18.2.0",
30-
"react-docgen": "workspace:6.0.3",
30+
"react-docgen": "workspace:6.0.4",
3131
"react-dom": "18.2.0",
3232
"tailwindcss": "3.3.3"
3333
},

Diff for: 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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)]:
9+
- react-docgen@6.0.4
10+
311
## 1.0.3
412

513
### Patch Changes

Diff for: 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.4
4+
5+
### Patch Changes
6+
7+
- [#838](https://github.com/reactjs/react-docgen/pull/838)
8+
[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)
9+
Thanks [@danez](https://github.com/danez)! - Support index types correctly in
10+
flow
11+
312
## 6.0.3
413

514
### Patch Changes

Diff for: 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)