Skip to content

Commit

Permalink
Publish new versions (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2023
1 parent 89be2f3 commit e048113
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 37 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"changesets": [
"blue-points-exist",
"bright-rivers-swim",
"brown-tools-explain",
"clean-cooks-attend",
"famous-needles-wonder",
"five-trainers-report",
Expand All @@ -29,6 +30,7 @@
"mean-glasses-chew",
"mighty-kids-report",
"mighty-shrimps-shout",
"nasty-onions-fly",
"nervous-humans-shave",
"nine-vans-bow",
"plenty-cooks-grow",
Expand All @@ -55,6 +57,7 @@
"thin-tables-sneeze",
"tricky-shoes-check",
"twelve-trainers-tap",
"weak-numbers-bow"
"weak-numbers-bow",
"witty-ligers-press"
]
}
14 changes: 14 additions & 0 deletions packages/react-docgen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 1.0.0-beta.4

### Patch Changes

- [#782](https://github.com/reactjs/react-docgen/pull/782)
[`72ac984`](https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267)
Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency
commander to v10.0.1

- Updated dependencies
[[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409),
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)]:
- react-docgen@6.0.0-beta.7

## 1.0.0-beta.3

### Minor 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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "A CLI to extract information from React components for documentation generation.",
"repository": "reactjs/react-docgen",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
"commander": "10.0.1",
"debug": "4.3.4",
"fast-glob": "3.2.12",
"react-docgen": "workspace:6.0.0-beta.6",
"react-docgen": "workspace:6.0.0-beta.7",
"slash": "5.0.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/react-docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 6.0.0-beta.7

### Patch Changes

- [#767](https://github.com/reactjs/react-docgen/pull/767)
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409)
Thanks [@danez](https://github.com/danez)! - Fix handling of `PropTypes.oneOf`
to handle unresolved imported values correctly

- [#769](https://github.com/reactjs/react-docgen/pull/769)
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)
Thanks [@danez](https://github.com/danez)! - Correctly resolve the values in
an `Object.values()` call

## 6.0.0-beta.6

### Major 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.0-beta.6",
"version": "6.0.0-beta.7",
"description": "A library to extract information from React components for documentation generation.",
"repository": "reactjs/react-docgen",
"type": "module",
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.4.23",
"postcss-lightningcss": "0.7.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.0-beta.6",
"react-docgen": "workspace:6.0.0-beta.7",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2"
},
Expand Down
14 changes: 14 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,19 @@
# Release Notes

## 1.0.0-beta.4

### Patch Changes

- [#782](https://github.com/reactjs/react-docgen/pull/782)
[`72ac984`](https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267)
Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency
commander to v10.0.1

- Updated dependencies
[[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409),
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)]:
- react-docgen@6.0.0-beta.7

## 1.0.0-beta.3

### Minor Changes
Expand Down
14 changes: 14 additions & 0 deletions packages/website/src/pages/docs/release-notes/react-docgen.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes

## 6.0.0-beta.7

### Patch Changes

- [#767](https://github.com/reactjs/react-docgen/pull/767)
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409)
Thanks [@danez](https://github.com/danez)! - Fix handling of `PropTypes.oneOf`
to handle unresolved imported values correctly

- [#769](https://github.com/reactjs/react-docgen/pull/769)
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)
Thanks [@danez](https://github.com/danez)! - Correctly resolve the values in
an `Object.values()` call

## 6.0.0-beta.6

### Major Changes
Expand Down
44 changes: 12 additions & 32 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 e048113

Please sign in to comment.