Skip to content

Commit

Permalink
Packages ready to publish (#871)
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 Nov 12, 2023
1 parent 2b51bbd commit 9994b2e
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-oranges-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cups-knock.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- [#869](https://github.com/reactjs/react-docgen/pull/869)
[`6b19e8a`](https://github.com/reactjs/react-docgen/commit/6b19e8a34744d4f3f5c93b96c1258796f440ede1)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
fast-glob to v3.3.2

- Updated dependencies
[[`2b51bbd`](https://github.com/reactjs/react-docgen/commit/2b51bbd47d14638ff98014a59f52c13a0c88abf9)]:
- react-docgen@7.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-docgen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-docgen/cli",
"version": "2.0.0",
"version": "2.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": "11.1.0",
"debug": "4.3.4",
"fast-glob": "3.3.2",
"react-docgen": "workspace:7.0.0",
"react-docgen": "workspace:7.0.1",
"slash": "5.1.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-docgen/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release Notes

## 7.0.1

### Patch Changes

- [#870](https://github.com/reactjs/react-docgen/pull/870)
[`2b51bbd`](https://github.com/reactjs/react-docgen/commit/2b51bbd47d14638ff98014a59f52c13a0c88abf9)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
@types/doctrine to ^0.0.9

## 7.0.0

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

## 2.0.1

### Patch Changes

- [#869](https://github.com/reactjs/react-docgen/pull/869)
[`6b19e8a`](https://github.com/reactjs/react-docgen/commit/6b19e8a34744d4f3f5c93b96c1258796f440ede1)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
fast-glob to v3.3.2

- Updated dependencies
[[`2b51bbd`](https://github.com/reactjs/react-docgen/commit/2b51bbd47d14638ff98014a59f52c13a0c88abf9)]:
- react-docgen@7.0.1

## 2.0.0

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

## 7.0.1

### Patch Changes

- [#870](https://github.com/reactjs/react-docgen/pull/870)
[`2b51bbd`](https://github.com/reactjs/react-docgen/commit/2b51bbd47d14638ff98014a59f52c13a0c88abf9)
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
@types/doctrine to ^0.0.9

## 7.0.0

### Major 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 9994b2e

Please sign in to comment.