File tree 9 files changed +87
-37
lines changed
src/pages/docs/release-notes
9 files changed +87
-37
lines changed Original file line number Diff line number Diff line change 10
10
"changesets" : [
11
11
" blue-points-exist" ,
12
12
" bright-rivers-swim" ,
13
+ " brown-tools-explain" ,
13
14
" clean-cooks-attend" ,
14
15
" famous-needles-wonder" ,
15
16
" five-trainers-report" ,
29
30
" mean-glasses-chew" ,
30
31
" mighty-kids-report" ,
31
32
" mighty-shrimps-shout" ,
33
+ " nasty-onions-fly" ,
32
34
" nervous-humans-shave" ,
33
35
" nine-vans-bow" ,
34
36
" plenty-cooks-grow" ,
49
51
" strong-horses-build" ,
50
52
" strong-pillows-visit" ,
51
53
" stupid-files-buy" ,
54
+ " tasty-dogs-scream" ,
52
55
" ten-camels-jog" ,
53
56
" ten-glasses-compete" ,
54
57
" thin-foxes-talk" ,
55
58
" thin-tables-sneeze" ,
56
59
" tricky-shoes-check" ,
57
60
" twelve-trainers-tap" ,
58
- " weak-numbers-bow"
61
+ " weak-numbers-bow" ,
62
+ " witty-ligers-press"
59
63
]
60
64
}
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
21
+
3
22
## 1.0.0-beta.3
4
23
5
24
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-docgen/cli" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-beta.4 " ,
4
4
"description" : " A CLI to extract information from React components for documentation generation." ,
5
5
"repository" : " reactjs/react-docgen" ,
6
6
"type" : " module" ,
31
31
"commander" : " 10.0.1" ,
32
32
"debug" : " 4.3.4" ,
33
33
"fast-glob" : " 3.2.12" ,
34
- "react-docgen" : " workspace:6.0.0-beta.6 " ,
34
+ "react-docgen" : " workspace:6.0.0-beta.7 " ,
35
35
"slash" : " 5.0.1"
36
36
},
37
37
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
17
## 6.0.0-beta.6
4
18
5
19
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-docgen" ,
3
- "version" : " 6.0.0-beta.6 " ,
3
+ "version" : " 6.0.0-beta.7 " ,
4
4
"description" : " A library to extract information from React components for documentation generation." ,
5
5
"repository" : " reactjs/react-docgen" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 26
26
"postcss" : " 8.4.23" ,
27
27
"postcss-lightningcss" : " 0.7.0" ,
28
28
"react" : " 18.2.0" ,
29
- "react-docgen" : " workspace:6.0.0-beta.6 " ,
29
+ "react-docgen" : " workspace:6.0.0-beta.7 " ,
30
30
"react-dom" : " 18.2.0" ,
31
31
"tailwindcss" : " 3.3.2"
32
32
},
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
21
+
3
22
## 1.0.0-beta.3
4
23
5
24
### Minor Changes
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
17
## 6.0.0-beta.6
4
18
5
19
### Major Changes
You can’t perform that action at this time.
0 commit comments