Skip to content

Commit

Permalink
Packages ready to publish (#891)
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 Jan 12, 2024
1 parent afe8d02 commit d00d785
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-planets-heal.md

This file was deleted.

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

## 2.0.3

### Patch Changes

- Updated dependencies [[`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9)]:
- react-docgen@7.0.3

## 2.0.2

### 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": "2.0.2",
"version": "2.0.3",
"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.2",
"react-docgen": "workspace:7.0.3",
"slash": "5.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-docgen/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release Notes

## 7.0.3

### Patch Changes

- [#890](https://github.com/reactjs/react-docgen/pull/890) [`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9) Thanks [@danez](https://github.com/danez)! - Do not throw error when using namespace specifiers in export statements

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docgen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-docgen",
"version": "7.0.2",
"version": "7.0.3",
"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.33",
"postcss-lightningcss": "1.0.0",
"react": "18.2.0",
"react-docgen": "workspace:7.0.2",
"react-docgen": "workspace:7.0.3",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/website/src/pages/docs/release-notes/cli.mdx
@@ -1,5 +1,12 @@
# Release Notes

## 2.0.3

### Patch Changes

- Updated dependencies [[`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9)]:
- react-docgen@7.0.3

## 2.0.2

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

## 7.0.3

### Patch Changes

- [#890](https://github.com/reactjs/react-docgen/pull/890) [`afe8d02`](https://github.com/reactjs/react-docgen/commit/afe8d022d058a5d49c6fc144fb165c02f4a764d9) Thanks [@danez](https://github.com/danez)! - Do not throw error when using namespace specifiers in export statements

## 7.0.2

### 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 d00d785

Please sign in to comment.