Skip to content

Commit

Permalink
Packages ready to publish (#811)
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 Jul 15, 2023
1 parent 1c880d4 commit 61f3d89
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-cherries-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-squids-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-berries-leave.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/react-docgen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes

## 1.0.2

### Patch Changes

- [#812](https://github.com/reactjs/react-docgen/pull/812)
[`0f97ece`](https://github.com/reactjs/react-docgen/commit/0f97ece8ea9cd722b495db67843295b8846bb071)
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
dependency chalk to v5.3.0

- [#813](https://github.com/reactjs/react-docgen/pull/813)
[`7aa1e8e`](https://github.com/reactjs/react-docgen/commit/7aa1e8e24d0eb0a0cf36192aa5d00a4944f9844b)
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
dependency fast-glob to v3.3.0

- Updated dependencies
[[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)]:
- react-docgen@6.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.3.0",
"react-docgen": "workspace:6.0.1",
"react-docgen": "workspace:6.0.2",
"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.2

### Patch Changes

- [#810](https://github.com/reactjs/react-docgen/pull/810)
[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)
Thanks [@danez](https://github.com/danez)! - Read docblock in nested flow
object types and use them as descriptions

## 6.0.1

### 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.1",
"version": "6.0.2",
"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.26",
"postcss-lightningcss": "0.9.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.1",
"react-docgen": "workspace:6.0.2",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
},
Expand Down
18 changes: 18 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,23 @@
# Release Notes

## 1.0.2

### Patch Changes

- [#812](https://github.com/reactjs/react-docgen/pull/812)
[`0f97ece`](https://github.com/reactjs/react-docgen/commit/0f97ece8ea9cd722b495db67843295b8846bb071)
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
dependency chalk to v5.3.0

- [#813](https://github.com/reactjs/react-docgen/pull/813)
[`7aa1e8e`](https://github.com/reactjs/react-docgen/commit/7aa1e8e24d0eb0a0cf36192aa5d00a4944f9844b)
Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update
dependency fast-glob to v3.3.0

- Updated dependencies
[[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)]:
- react-docgen@6.0.2

## 1.0.1

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

## 6.0.2

### Patch Changes

- [#810](https://github.com/reactjs/react-docgen/pull/810)
[`ddf4e20`](https://github.com/reactjs/react-docgen/commit/ddf4e20160c41685d81f7d5d8cf21eccb4b41529)
Thanks [@danez](https://github.com/danez)! - Read docblock in nested flow
object types and use them as descriptions

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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 61f3d89

Please sign in to comment.