Skip to content

Commit

Permalink
Publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2025
1 parent 39902b8 commit 914225e
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-roses-deny.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

## 2.0.6

### Patch Changes

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

## 2.0.5

### 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": "2.0.5",
"version": "2.0.6",
"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.4.0",
"fast-glob": "3.3.3",
"react-docgen": "workspace:7.1.0",
"react-docgen": "workspace:7.1.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

## 7.1.1

### Patch Changes

- [#969](https://github.com/reactjs/react-docgen/pull/969)
[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)
Thanks [@christon88](https://github.com/christon88)! - Expose more TypeScript
types

## 7.1.0

### Minor 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": "7.1.0",
"version": "7.1.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 @@ -26,7 +26,7 @@
"postcss": "8.5.1",
"postcss-lightningcss": "1.0.1",
"react": "19.0.0",
"react-docgen": "workspace:7.1.0",
"react-docgen": "workspace:7.1.1",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17"
},
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

## 2.0.6

### Patch Changes

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

## 2.0.5

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

## 7.1.1

### Patch Changes

- [#969](https://github.com/reactjs/react-docgen/pull/969)
[`639bf37`](https://github.com/reactjs/react-docgen/commit/639bf3799bd74c46c2163841fefd9f3cc847dce9)
Thanks [@christon88](https://github.com/christon88)! - Expose more TypeScript
types

## 7.1.0

### Minor 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 914225e

Please sign in to comment.