Skip to content

Commit 63e7bc5

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

File tree

9 files changed

+40
-11
lines changed

9 files changed

+40
-11
lines changed

.changeset/curvy-roses-deny.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+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)]:
9+
10+
311
## 2.0.5
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": "2.0.5",
3+
"version": "2.0.6",
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.4.0",
3737
"fast-glob": "3.3.3",
38-
"react-docgen": "workspace:7.1.0",
38+
"react-docgen": "workspace:7.1.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+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#969](https://github.com/reactjs/react-docgen/pull/969)
8+
[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)
9+
Thanks [@christon88](https://github.com/christon88)! - Expose more TypeScript
10+
types
11+
312
## 7.1.0
413

514
### Minor 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.1.0",
3+
"version": "7.1.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
@@ -26,7 +26,7 @@
2626
"postcss": "8.5.1",
2727
"postcss-lightningcss": "1.0.1",
2828
"react": "19.0.0",
29-
"react-docgen": "workspace:7.1.0",
29+
"react-docgen": "workspace:7.1.1",
3030
"react-dom": "19.0.0",
3131
"tailwindcss": "3.4.17"
3232
},

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+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)]:
9+
10+
311
## 2.0.5
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+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#969](https://github.com/reactjs/react-docgen/pull/969)
8+
[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)
9+
Thanks [@christon88](https://github.com/christon88)! - Expose more TypeScript
10+
types
11+
312
## 7.1.0
413

514
### Minor 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)