Skip to content

Commit 467a15a

Browse files
Publish new versions (rc)
1 parent cd19c48 commit 467a15a

File tree

9 files changed

+146
-37
lines changed

9 files changed

+146
-37
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"changesets": [
1111
"blue-points-exist",
1212
"bright-rivers-swim",
13+
"brown-tools-explain",
1314
"clean-cooks-attend",
1415
"famous-needles-wonder",
1516
"five-trainers-report",
@@ -19,6 +20,8 @@
1920
"great-rice-rush",
2021
"grumpy-falcons-rhyme",
2122
"grumpy-hotels-admire",
23+
"healthy-moles-explain",
24+
"heavy-plums-repair",
2225
"honest-boxes-behave",
2326
"honest-boxes-copy",
2427
"hungry-crabs-scream",
@@ -29,6 +32,7 @@
2932
"mean-glasses-chew",
3033
"mighty-kids-report",
3134
"mighty-shrimps-shout",
35+
"nasty-onions-fly",
3236
"nervous-humans-shave",
3337
"nine-vans-bow",
3438
"plenty-cooks-grow",
@@ -44,17 +48,20 @@
4448
"six-cows-trade",
4549
"smart-eagles-shop",
4650
"smart-files-tell",
51+
"smart-trainers-film",
4752
"smart-waves-refuse",
4853
"spotty-cameras-fetch",
4954
"strong-horses-build",
5055
"strong-pillows-visit",
5156
"stupid-files-buy",
57+
"tasty-dogs-scream",
5258
"ten-camels-jog",
5359
"ten-glasses-compete",
5460
"thin-foxes-talk",
5561
"thin-tables-sneeze",
5662
"tricky-shoes-check",
5763
"twelve-trainers-tap",
58-
"weak-numbers-bow"
64+
"weak-numbers-bow",
65+
"witty-ligers-press"
5966
]
6067
}

packages/react-docgen-cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release Notes
22

3+
## 1.0.0-rc.4
4+
5+
### Patch Changes
6+
7+
- [#782](https://github.com/reactjs/react-docgen/pull/782)
8+
[`72ac984`](https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency
10+
commander to v10.0.1
11+
12+
- [#783](https://github.com/reactjs/react-docgen/pull/783)
13+
[`fc8a97c`](https://github.com/reactjs/react-docgen/commit/fc8a97c5fb552f5e4d2cbffced6c66f8729d23b6)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
slash to v5.0.1
16+
17+
- Updated dependencies
18+
[[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
19+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
20+
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409),
21+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
22+
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)]:
23+
24+
325
## 1.0.0-beta.3
426

527
### Minor Changes

packages/react-docgen-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-docgen/cli",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-rc.4",
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.1",
3232
"debug": "4.3.4",
3333
"fast-glob": "3.2.12",
34-
"react-docgen": "workspace:6.0.0-beta.6",
34+
"react-docgen": "workspace:6.0.0-rc.7",
3535
"slash": "5.0.1"
3636
},
3737
"devDependencies": {

packages/react-docgen/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Release Notes
22

3+
## 6.0.0-rc.7
4+
5+
### Major Changes
6+
7+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
8+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
9+
Thanks [@danez](https://github.com/danez)! - Renamed the method `toObject` to
10+
`build` in the DocumentationBuilder.
11+
12+
This method might be used by integrations.
13+
14+
### Minor Changes
15+
16+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
17+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
18+
Thanks [@danez](https://github.com/danez)! - Export the type for the
19+
DocumentationBuilder.
20+
21+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
22+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
23+
Thanks [@danez](https://github.com/danez)! - The types `NodePath` and
24+
`babelTypes` are now exported.
25+
26+
These types are useful when building integrations in TypeScript.
27+
28+
`babelTypes` includes all types from `@babel/types`.
29+
30+
### Patch Changes
31+
32+
- [#767](https://github.com/reactjs/react-docgen/pull/767)
33+
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409)
34+
Thanks [@danez](https://github.com/danez)! - Fix handling of `PropTypes.oneOf`
35+
to handle unresolved imported values correctly
36+
37+
- [#769](https://github.com/reactjs/react-docgen/pull/769)
38+
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)
39+
Thanks [@danez](https://github.com/danez)! - Correctly resolve the values in
40+
an `Object.values()` call
41+
342
## 6.0.0-beta.6
443

544
### Major Changes

packages/react-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "6.0.0-beta.6",
3+
"version": "6.0.0-rc.7",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss": "8.4.23",
2727
"postcss-lightningcss": "0.7.0",
2828
"react": "18.2.0",
29-
"react-docgen": "workspace:6.0.0-beta.6",
29+
"react-docgen": "workspace:6.0.0-rc.7",
3030
"react-dom": "18.2.0",
3131
"tailwindcss": "3.3.2"
3232
},

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release Notes
22

3+
## 1.0.0-rc.4
4+
5+
### Patch Changes
6+
7+
- [#782](https://github.com/reactjs/react-docgen/pull/782)
8+
[`72ac984`](https://github.com/reactjs/react-docgen/commit/72ac9841f02f1f6b925247621bc5aa56d3ba4267)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency
10+
commander to v10.0.1
11+
12+
- [#783](https://github.com/reactjs/react-docgen/pull/783)
13+
[`fc8a97c`](https://github.com/reactjs/react-docgen/commit/fc8a97c5fb552f5e4d2cbffced6c66f8729d23b6)
14+
Thanks [@renovate](https://github.com/apps/renovate)! - update dependency
15+
slash to v5.0.1
16+
17+
- Updated dependencies
18+
[[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
19+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
20+
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409),
21+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca),
22+
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)]:
23+
24+
325
## 1.0.0-beta.3
426

527
### Minor Changes

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Release Notes
22

3+
## 6.0.0-rc.7
4+
5+
### Major Changes
6+
7+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
8+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
9+
Thanks [@danez](https://github.com/danez)! - Renamed the method `toObject` to
10+
`build` in the DocumentationBuilder.
11+
12+
This method might be used by integrations.
13+
14+
### Minor Changes
15+
16+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
17+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
18+
Thanks [@danez](https://github.com/danez)! - Export the type for the
19+
DocumentationBuilder.
20+
21+
- [#786](https://github.com/reactjs/react-docgen/pull/786)
22+
[`0a2481d`](https://github.com/reactjs/react-docgen/commit/0a2481df6328bdbe46a01fb25ee9a0966ec023ca)
23+
Thanks [@danez](https://github.com/danez)! - The types `NodePath` and
24+
`babelTypes` are now exported.
25+
26+
These types are useful when building integrations in TypeScript.
27+
28+
`babelTypes` includes all types from `@babel/types`.
29+
30+
### Patch Changes
31+
32+
- [#767](https://github.com/reactjs/react-docgen/pull/767)
33+
[`a684d82`](https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409)
34+
Thanks [@danez](https://github.com/danez)! - Fix handling of `PropTypes.oneOf`
35+
to handle unresolved imported values correctly
36+
37+
- [#769](https://github.com/reactjs/react-docgen/pull/769)
38+
[`e08e08d`](https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab)
39+
Thanks [@danez](https://github.com/danez)! - Correctly resolve the values in
40+
an `Object.values()` call
41+
342
## 6.0.0-beta.6
443

544
### Major Changes

pnpm-lock.yaml

Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)