Skip to content

Commit c2e68d6

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

File tree

9 files changed

+40
-11
lines changed

9 files changed

+40
-11
lines changed

.changeset/hungry-sheep-laugh.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`c3c16e3`](https://github.com/reactjs/react-docgen/commit/c3c16e30ad4cffa7304543ff4bef9b4f13a05683)]:
9+
- react-docgen@6.0.3
10+
311
## 1.0.2
412

513
### 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.2",
3+
"version": "1.0.3",
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.2",
38+
"react-docgen": "workspace:6.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- [#830](https://github.com/reactjs/react-docgen/pull/830)
8+
[`c3c16e3`](https://github.com/reactjs/react-docgen/commit/c3c16e30ad4cffa7304543ff4bef9b4f13a05683)
9+
Thanks [@danez](https://github.com/danez)! - Fixed error with object and array
10+
patterns in function signatures.
11+
312
## 6.0.2
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.2",
3+
"version": "6.0.3",
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.27",
2828
"postcss-lightningcss": "0.9.0",
2929
"react": "18.2.0",
30-
"react-docgen": "workspace:6.0.2",
30+
"react-docgen": "workspace:6.0.3",
3131
"react-dom": "18.2.0",
3232
"tailwindcss": "3.3.3"
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`c3c16e3`](https://github.com/reactjs/react-docgen/commit/c3c16e30ad4cffa7304543ff4bef9b4f13a05683)]:
9+
- react-docgen@6.0.3
10+
311
## 1.0.2
412

513
### 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.3
4+
5+
### Patch Changes
6+
7+
- [#830](https://github.com/reactjs/react-docgen/pull/830)
8+
[`c3c16e3`](https://github.com/reactjs/react-docgen/commit/c3c16e30ad4cffa7304543ff4bef9b4f13a05683)
9+
Thanks [@danez](https://github.com/danez)! - Fixed error with object and array
10+
patterns in function signatures.
11+
312
## 6.0.2
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)