Skip to content

Commit

Permalink
Packages ready to publish (#839)
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] committed Aug 30, 2023
1 parent 8ba9ac7 commit 85d7758
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-rings-live.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-docgen-cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# Release Notes

## 1.0.4

### Patch Changes

- Updated dependencies
[[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)]:
- react-docgen@6.0.4

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-docgen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-docgen/cli",
"version": "1.0.3",
"version": "1.0.4",
"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.1",
"react-docgen": "workspace:6.0.3",
"react-docgen": "workspace:6.0.4",
"slash": "5.1.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-docgen/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release Notes

## 6.0.4

### Patch Changes

- [#838](https://github.com/reactjs/react-docgen/pull/838)
[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)
Thanks [@danez](https://github.com/danez)! - Support index types correctly in
flow

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docgen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-docgen",
"version": "6.0.3",
"version": "6.0.4",
"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
Expand Up @@ -27,7 +27,7 @@
"postcss": "8.4.29",
"postcss-lightningcss": "0.9.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.3",
"react-docgen": "workspace:6.0.4",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/website/src/pages/docs/release-notes/cli.mdx
@@ -1,5 +1,13 @@
# Release Notes

## 1.0.4

### Patch Changes

- Updated dependencies
[[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)]:
- react-docgen@6.0.4

## 1.0.3

### Patch Changes
Expand Down
@@ -1,5 +1,14 @@
# Release Notes

## 6.0.4

### Patch Changes

- [#838](https://github.com/reactjs/react-docgen/pull/838)
[`8ba9ac7`](https://github.com/reactjs/react-docgen/commit/8ba9ac74279c74f06803773a1dc5acc50376b5f3)
Thanks [@danez](https://github.com/danez)! - Support index types correctly in
flow

## 6.0.3

### 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 85d7758

Please sign in to comment.