File tree Expand file tree Collapse file tree 9 files changed +87
-37
lines changed
src/pages/docs/release-notes Expand file tree Collapse file tree 9 files changed +87
-37
lines changed Original file line number Diff line number Diff line change 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" ,
2930 " mean-glasses-chew" ,
3031 " mighty-kids-report" ,
3132 " mighty-shrimps-shout" ,
33+ " nasty-onions-fly" ,
3234 " nervous-humans-shave" ,
3335 " nine-vans-bow" ,
3436 " plenty-cooks-grow" ,
4951 " strong-horses-build" ,
5052 " strong-pillows-visit" ,
5153 " stupid-files-buy" ,
54+ " tasty-dogs-scream" ,
5255 " ten-camels-jog" ,
5356 " ten-glasses-compete" ,
5457 " thin-foxes-talk" ,
5558 " thin-tables-sneeze" ,
5659 " tricky-shoes-check" ,
5760 " twelve-trainers-tap" ,
58- " weak-numbers-bow"
61+ " weak-numbers-bow" ,
62+ " witty-ligers-press"
5963 ]
6064}
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 1.0.0-beta.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+ [[ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 ) ,
19+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )] :
20+ - react-docgen@6.0.0-beta.7
21+
322## 1.0.0-beta.3
423
524### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-docgen/cli" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-beta.4 " ,
44 "description" : " A CLI to extract information from React components for documentation generation." ,
55 "repository" : " reactjs/react-docgen" ,
66 "type" : " module" ,
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-beta.7 " ,
3535 "slash" : " 5.0.1"
3636 },
3737 "devDependencies" : {
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 6.0.0-beta.7
4+
5+ ### Patch Changes
6+
7+ - [ #767 ] ( https://github.com/reactjs/react-docgen/pull/767 )
8+ [ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 )
9+ Thanks [ @danez ] ( https://github.com/danez ) ! - Fix handling of ` PropTypes.oneOf `
10+ to handle unresolved imported values correctly
11+
12+ - [ #769 ] ( https://github.com/reactjs/react-docgen/pull/769 )
13+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )
14+ Thanks [ @danez ] ( https://github.com/danez ) ! - Correctly resolve the values in
15+ an ` Object.values() ` call
16+
317## 6.0.0-beta.6
418
519### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-docgen" ,
3- "version" : " 6.0.0-beta.6 " ,
3+ "version" : " 6.0.0-beta.7 " ,
44 "description" : " A library to extract information from React components for documentation generation." ,
55 "repository" : " reactjs/react-docgen" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 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-beta.7 " ,
3030 "react-dom" : " 18.2.0" ,
3131 "tailwindcss" : " 3.3.2"
3232 },
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 1.0.0-beta.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+ [[ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 ) ,
19+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )] :
20+ - react-docgen@6.0.0-beta.7
21+
322## 1.0.0-beta.3
423
524### Minor Changes
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 6.0.0-beta.7
4+
5+ ### Patch Changes
6+
7+ - [ #767 ] ( https://github.com/reactjs/react-docgen/pull/767 )
8+ [ ` a684d82 ` ] ( https://github.com/reactjs/react-docgen/commit/a684d8281044b3f8c8baecc9148cd4ef2b8fd409 )
9+ Thanks [ @danez ] ( https://github.com/danez ) ! - Fix handling of ` PropTypes.oneOf `
10+ to handle unresolved imported values correctly
11+
12+ - [ #769 ] ( https://github.com/reactjs/react-docgen/pull/769 )
13+ [ ` e08e08d ` ] ( https://github.com/reactjs/react-docgen/commit/e08e08d6cd56c833fd123019639dca9d819cd7ab )
14+ Thanks [ @danez ] ( https://github.com/danez ) ! - Correctly resolve the values in
15+ an ` Object.values() ` call
16+
317## 6.0.0-beta.6
418
519### Major Changes
You can’t perform that action at this time.
0 commit comments