Skip to content

Commit d00d785

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

File tree

9 files changed

+32
-11
lines changed

9 files changed

+32
-11
lines changed

.changeset/itchy-planets-heal.md

-5
This file was deleted.

packages/react-docgen-cli/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9)]:
8+
9+
310
## 2.0.2
411

512
### 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": "2.0.2",
3+
"version": "2.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": "11.1.0",
3636
"debug": "4.3.4",
3737
"fast-glob": "3.3.2",
38-
"react-docgen": "workspace:7.0.2",
38+
"react-docgen": "workspace:7.0.3",
3939
"slash": "5.1.0"
4040
},
4141
"devDependencies": {

packages/react-docgen/CHANGELOG.md

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

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- [#890](https://github.com/reactjs/react-docgen/pull/890) [`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9) Thanks [@danez](https://github.com/danez)! - Do not throw error when using namespace specifiers in export statements
8+
39
## 7.0.2
410

511
### 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": "7.0.2",
3+
"version": "7.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.33",
2828
"postcss-lightningcss": "1.0.0",
2929
"react": "18.2.0",
30-
"react-docgen": "workspace:7.0.2",
30+
"react-docgen": "workspace:7.0.3",
3131
"react-dom": "18.2.0",
3232
"tailwindcss": "3.4.1"
3333
},

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

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9)]:
8+
9+
310
## 2.0.2
411

512
### Patch Changes

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

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

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- [#890](https://github.com/reactjs/react-docgen/pull/890) [`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9) Thanks [@danez](https://github.com/danez)! - Do not throw error when using namespace specifiers in export statements
8+
39
## 7.0.2
410

511
### 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)