Skip to content

Commit

Permalink
Packages ready to publish (#807)
Browse files Browse the repository at this point in the history
Publish new versions

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
danez-bot and github-actions[bot] authored Jun 17, 2023
1 parent fc0dfc0 commit 45b0653
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-camels-sleep.md

This file was deleted.

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.1

### Patch Changes

- Updated dependencies
[[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)]:
- [email protected]

## 1.0.0

### Major 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",
"version": "1.0.1",
"description": "A CLI to extract information from React components for documentation generation.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"commander": "10.0.1",
"debug": "4.3.4",
"fast-glob": "3.2.12",
"react-docgen": "workspace:6.0.0",
"react-docgen": "workspace:6.0.1",
"slash": "5.1.0"
},
"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.1

### Patch Changes

- [#806](https://github.com/reactjs/react-docgen/pull/806)
[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)
Thanks [@danez](https://github.com/danez)! - Make docblocks for assigned
methods be correctly detected.

## 6.0.0

### Major 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",
"version": "6.0.1",
"description": "A library to extract information from React components for documentation generation.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postcss": "8.4.24",
"postcss-lightningcss": "0.7.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.0",
"react-docgen": "workspace:6.0.1",
"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.1

### Patch Changes

- Updated dependencies
[[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)]:
- [email protected]

## 1.0.0

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

## 6.0.1

### Patch Changes

- [#806](https://github.com/reactjs/react-docgen/pull/806)
[`c7e2bd5`](https://github.com/reactjs/react-docgen/commit/c7e2bd5911d660b42bc3bc8b368a7b7cdcf980fd)
Thanks [@danez](https://github.com/danez)! - Make docblocks for assigned
methods be correctly detected.

## 6.0.0

### Major Changes
Expand Down
41 changes: 35 additions & 6 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 45b0653

Please sign in to comment.