Skip to content

Commit f7fa9eb

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

File tree

9 files changed

+62
-36
lines changed

9 files changed

+62
-36
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"famous-needles-wonder",
1616
"five-trainers-report",
1717
"friendly-timers-tap",
18+
"fuzzy-rice-dance",
1819
"gentle-plants-smell",
1920
"giant-apricots-compete",
2021
"great-rice-rush",
@@ -55,6 +56,7 @@
5556
"strong-horses-build",
5657
"strong-pillows-visit",
5758
"stupid-files-buy",
59+
"sweet-rocks-mate",
5860
"tasty-dogs-scream",
5961
"ten-camels-jog",
6062
"ten-glasses-compete",

packages/react-docgen-cli/CHANGELOG.md

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

3+
## 1.0.0-rc.6
4+
5+
### Patch Changes
6+
7+
- [#792](https://github.com/reactjs/react-docgen/pull/792)
8+
[`e0999e1`](https://github.com/reactjs/react-docgen/commit/e0999e155fed3b4b2915a26599f475d0884196ca)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
10+
slash to v5.1.0
11+
12+
- Updated dependencies
13+
[[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)]:
14+
15+
316
## 1.0.0-rc.5
417

518
### 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.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": "reactjs/react-docgen",
66
"type": "module",
@@ -31,7 +31,7 @@
3131
"commander": "10.0.1",
3232
"debug": "4.3.4",
3333
"fast-glob": "3.2.12",
34-
"react-docgen": "workspace:6.0.0-rc.8",
34+
"react-docgen": "workspace:6.0.0-rc.9",
3535
"slash": "5.1.0"
3636
},
3737
"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.0-rc.9
4+
5+
### Patch Changes
6+
7+
- [#789](https://github.com/reactjs/react-docgen/pull/789)
8+
[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)
9+
Thanks [@danez](https://github.com/danez)! - Fix TypeScript types when strict
10+
null checks are disabled
11+
312
## 6.0.0-rc.8
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.0-rc.8",
3+
"version": "6.0.0-rc.9",
44
"description": "A library to extract information from React components for documentation generation.",
55
"repository": "reactjs/react-docgen",
66
"type": "module",

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss": "8.4.23",
2727
"postcss-lightningcss": "0.7.0",
2828
"react": "18.2.0",
29-
"react-docgen": "workspace:6.0.0-rc.8",
29+
"react-docgen": "workspace:6.0.0-rc.9",
3030
"react-dom": "18.2.0",
3131
"tailwindcss": "3.3.2"
3232
},

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

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

3+
## 1.0.0-rc.6
4+
5+
### Patch Changes
6+
7+
- [#792](https://github.com/reactjs/react-docgen/pull/792)
8+
[`e0999e1`](https://github.com/reactjs/react-docgen/commit/e0999e155fed3b4b2915a26599f475d0884196ca)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
10+
slash to v5.1.0
11+
12+
- Updated dependencies
13+
[[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)]:
14+
15+
316
## 1.0.0-rc.5
417

518
### 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.0-rc.9
4+
5+
### Patch Changes
6+
7+
- [#789](https://github.com/reactjs/react-docgen/pull/789)
8+
[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)
9+
Thanks [@danez](https://github.com/danez)! - Fix TypeScript types when strict
10+
null checks are disabled
11+
312
## 6.0.0-rc.8
413

514
### Patch Changes

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)