Skip to content

Commit 2ed1189

Browse files
github-actions[bot]danez
authored andcommitted
Publish new versions (beta)
1 parent 0ddf4f9 commit 2ed1189

File tree

10 files changed

+72
-8
lines changed

10 files changed

+72
-8
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"famous-needles-wonder",
1616
"five-trainers-report",
1717
"friendly-timers-tap",
18+
"gentle-plants-smell",
1819
"giant-apricots-compete",
1920
"great-rice-rush",
2021
"grumpy-falcons-rhyme",
@@ -31,6 +32,8 @@
3132
"mighty-shrimps-shout",
3233
"nervous-humans-shave",
3334
"nine-vans-bow",
35+
"plenty-cooks-grow",
36+
"polite-pandas-push",
3437
"quiet-spiders-grab",
3538
"rare-taxis-divide",
3639
"rotten-mugs-walk",
@@ -39,6 +42,7 @@
3942
"shy-papayas-attack",
4043
"silent-swans-melt",
4144
"silly-ears-search",
45+
"six-cows-trade",
4246
"smart-eagles-shop",
4347
"smart-files-tell",
4448
"smart-waves-refuse",

packages/react-docgen-cli/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release Notes
22

3+
## 1.0.0-beta.3
4+
5+
### Minor Changes
6+
7+
- 217a005: Add support for the `FindAnnotatedDefinitionsResolver`.
8+
9+
Can be used with
10+
11+
```
12+
react-docgen --resolver find-all-annotated-components
13+
```
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [dfc2f85]
18+
- Updated dependencies [cc94da2]
19+
- Updated dependencies [98a1138]
20+
21+
322
## 1.0.0-beta.2
423

524
### Major Changes

packages/react-docgen-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": "reactjs/react-docgen",
66
"type": "module",
@@ -31,7 +31,7 @@
3131
"commander": "10.0.0",
3232
"debug": "4.3.4",
3333
"fast-glob": "3.2.12",
34-
"react-docgen": "workspace:6.0.0-beta.5",
34+
"react-docgen": "workspace:6.0.0-beta.6",
3535
"slash": "5.0.0"
3636
},
3737
"devDependencies": {

packages/react-docgen/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
## 6.0.0-beta.6
4+
5+
### Major Changes
6+
7+
- dfc2f85: Rename `propDocBlockHandler` to `propDocblockHandler` for consistency
8+
9+
### Patch Changes
10+
11+
- cc94da2: Fix using react-docgen in browsers
12+
- 98a1138: Add `displayName` and `description` to Documentation type
13+
314
## 6.0.0-beta.5
415

516
### Major Changes

packages/react-docgen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "A library to extract information from React components for documentation generation.",
55
"repository": "reactjs/react-docgen",
66
"type": "module",

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"postcss": "8.4.21",
2626
"postcss-lightningcss": "0.6.0",
2727
"react": "18.2.0",
28-
"react-docgen": "workspace:6.0.0-beta.5",
28+
"react-docgen": "workspace:6.0.0-beta.6",
2929
"react-dom": "18.2.0",
3030
"tailwindcss": "3.2.7"
3131
},

packages/website/src/pages/docs/release-notes/cli.mdx

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release Notes
22

3+
## 1.0.0-beta.3
4+
5+
### Minor Changes
6+
7+
- 217a005: Add support for the `FindAnnotatedDefinitionsResolver`.
8+
9+
Can be used with
10+
11+
```
12+
react-docgen --resolver find-all-annotated-components
13+
```
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [dfc2f85]
18+
- Updated dependencies [cc94da2]
19+
- Updated dependencies [98a1138]
20+
21+
322
## 1.0.0-beta.2
423

524
### Major Changes

packages/website/src/pages/docs/release-notes/react-docgen.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release Notes
22

3+
## 6.0.0-beta.6
4+
5+
### Major Changes
6+
7+
- dfc2f85: Rename `propDocBlockHandler` to `propDocblockHandler` for consistency
8+
9+
### Patch Changes
10+
11+
- cc94da2: Fix using react-docgen in browsers
12+
- 98a1138: Add `displayName` and `description` to Documentation type
13+
314
## 6.0.0-beta.5
415

516
### Major Changes

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"os-browserify": "0.3.0",
1919
"path-browserify": "1.0.1",
2020
"process": "0.11.10",
21-
"react-docgen": "workspace:6.0.0-beta.5"
21+
"react-docgen": "workspace:6.0.0-beta.6"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "7.21.3",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)