Skip to content

Commit

Permalink
Publish new versions (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2023
1 parent d29ebf1 commit 01d2b7b
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 38 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"famous-needles-wonder",
"five-trainers-report",
"friendly-timers-tap",
"fuzzy-rice-dance",
"gentle-plants-smell",
"giant-apricots-compete",
"great-rice-rush",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-docgen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 1.0.0-rc.6

### Patch Changes

- Updated dependencies
[[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)]:
- react-docgen@6.0.0-rc.9

## 1.0.0-rc.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-docgen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-docgen/cli",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "A CLI to extract information from React components for documentation generation.",
"repository": "reactjs/react-docgen",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
"commander": "10.0.1",
"debug": "4.3.4",
"fast-glob": "3.2.12",
"react-docgen": "workspace:6.0.0-rc.8",
"react-docgen": "workspace:6.0.0-rc.9",
"slash": "5.0.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 6.0.0-rc.9

### Patch Changes

- [#789](https://github.com/reactjs/react-docgen/pull/789)
[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)
Thanks [@danez](https://github.com/danez)! - Fix TypeScript types when strict
null checks are disabled

## 6.0.0-rc.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-docgen",
"version": "6.0.0-rc.8",
"version": "6.0.0-rc.9",
"description": "A library to extract information from React components for documentation generation.",
"repository": "reactjs/react-docgen",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "8.4.23",
"postcss-lightningcss": "0.7.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.0-rc.8",
"react-docgen": "workspace:6.0.0-rc.9",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/website/src/pages/docs/release-notes/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 1.0.0-rc.6

### Patch Changes

- Updated dependencies
[[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)]:
- react-docgen@6.0.0-rc.9

## 1.0.0-rc.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 6.0.0-rc.9

### Patch Changes

- [#789](https://github.com/reactjs/react-docgen/pull/789)
[`7c99f15`](https://github.com/reactjs/react-docgen/commit/7c99f156b1cc49da8bc78ca9c7e3bb2da215c49d)
Thanks [@danez](https://github.com/danez)! - Fix TypeScript types when strict
null checks are disabled

## 6.0.0-rc.8

### Patch Changes
Expand Down
48 changes: 14 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01d2b7b

Please sign in to comment.