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] authored and danez committed Mar 25, 2023
1 parent 0ddf4f9 commit 2ed1189
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"famous-needles-wonder",
"five-trainers-report",
"friendly-timers-tap",
"gentle-plants-smell",
"giant-apricots-compete",
"great-rice-rush",
"grumpy-falcons-rhyme",
Expand All @@ -31,6 +32,8 @@
"mighty-shrimps-shout",
"nervous-humans-shave",
"nine-vans-bow",
"plenty-cooks-grow",
"polite-pandas-push",
"quiet-spiders-grab",
"rare-taxis-divide",
"rotten-mugs-walk",
Expand All @@ -39,6 +42,7 @@
"shy-papayas-attack",
"silent-swans-melt",
"silly-ears-search",
"six-cows-trade",
"smart-eagles-shop",
"smart-files-tell",
"smart-waves-refuse",
Expand Down
19 changes: 19 additions & 0 deletions packages/react-docgen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release Notes

## 1.0.0-beta.3

### Minor Changes

- 217a005: Add support for the `FindAnnotatedDefinitionsResolver`.

Can be used with

```
react-docgen --resolver find-all-annotated-components
```

### Patch Changes

- Updated dependencies [dfc2f85]
- Updated dependencies [cc94da2]
- Updated dependencies [98a1138]
- react-docgen@6.0.0-beta.6

## 1.0.0-beta.2

### Major 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.2",
"version": "1.0.0-beta.3",
"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.0",
"debug": "4.3.4",
"fast-glob": "3.2.12",
"react-docgen": "workspace:6.0.0-beta.5",
"react-docgen": "workspace:6.0.0-beta.6",
"slash": "5.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-docgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 6.0.0-beta.6

### Major Changes

- dfc2f85: Rename `propDocBlockHandler` to `propDocblockHandler` for consistency

### Patch Changes

- cc94da2: Fix using react-docgen in browsers
- 98a1138: Add `displayName` and `description` to Documentation type

## 6.0.0-beta.5

### 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.5",
"version": "6.0.0-beta.6",
"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 @@ -25,7 +25,7 @@
"postcss": "8.4.21",
"postcss-lightningcss": "0.6.0",
"react": "18.2.0",
"react-docgen": "workspace:6.0.0-beta.5",
"react-docgen": "workspace:6.0.0-beta.6",
"react-dom": "18.2.0",
"tailwindcss": "3.2.7"
},
Expand Down
19 changes: 19 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,24 @@
# Release Notes

## 1.0.0-beta.3

### Minor Changes

- 217a005: Add support for the `FindAnnotatedDefinitionsResolver`.

Can be used with

```
react-docgen --resolver find-all-annotated-components
```

### Patch Changes

- Updated dependencies [dfc2f85]
- Updated dependencies [cc94da2]
- Updated dependencies [98a1138]
- react-docgen@6.0.0-beta.6

## 1.0.0-beta.2

### Major Changes
Expand Down
11 changes: 11 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,16 @@
# Release Notes

## 6.0.0-beta.6

### Major Changes

- dfc2f85: Rename `propDocBlockHandler` to `propDocblockHandler` for consistency

### Patch Changes

- cc94da2: Fix using react-docgen in browsers
- 98a1138: Add `displayName` and `description` to Documentation type

## 6.0.0-beta.5

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react-docgen": "workspace:6.0.0-beta.5"
"react-docgen": "workspace:6.0.0-beta.6"
},
"devDependencies": {
"@babel/core": "7.21.3",
Expand Down
6 changes: 3 additions & 3 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 2ed1189

Please sign in to comment.