File tree Expand file tree Collapse file tree 10 files changed +54
-8
lines changed
instant-documentation-plugin Expand file tree Collapse file tree 10 files changed +54
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.46.10] ( https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10 ) (2022-05-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** api-docs:** useBuiltins ([ 9c20618] ( https://github.com/ccontrols/structured-types/commit/9c20618d1fb4bf90794d2aaf7327750f3a45e61a ) )
12+
13+
14+
15+
16+
617## [ 3.46.9] ( https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9 ) (2022-05-11)
718
819
Original file line number Diff line number Diff line change 44 " plugins/*" ,
55 " site"
66 ],
7- "version" : " 3.46.9 " ,
7+ "version" : " 3.46.10 " ,
88 "npmClient" : " yarn" ,
99 "useWorkspaces" : true ,
1010 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.46.10] ( https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10 ) (2022-05-11)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** api-docs:** useBuiltins ([ 9c20618] ( https://github.com/ccontrols/structured-types/commit/9c20618d1fb4bf90794d2aaf7327750f3a45e61a ) )
12+
13+
14+
15+
16+
617## [ 3.46.9] ( https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9 ) (2022-05-11)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @structured-types/api-docs" ,
3- "version" : " 3.46.9 " ,
3+ "version" : " 3.46.10 " ,
44 "description" : " Create api documentation nodes using structured-types/api" ,
55 "keywords" : [
66 " jsdoc" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.46.10] ( https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10 ) (2022-05-11)
7+
8+ ** Note:** Version bump only for package @structured-types/api-readme
9+
10+
11+
12+
13+
614## [ 3.46.9] ( https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9 ) (2022-05-11)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @structured-types/api-readme" ,
3- "version" : " 3.46.9 " ,
3+ "version" : " 3.46.10 " ,
44 "description" : " API documentation extractor for Readme.md files" ,
55 "keywords" : [
66 " markdown" ,
3838 "license" : " MIT" ,
3939 "dependencies" : {
4040 "@structured-types/api" : " ^3.46.9" ,
41- "@structured-types/api-docs" : " ^3.46.9 " ,
41+ "@structured-types/api-docs" : " ^3.46.10 " ,
4242 "@structured-types/prop-types-plugin" : " ^3.46.9" ,
4343 "@structured-types/react-plugin" : " ^3.46.9" ,
4444 "chalk" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.46.10] ( https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10 ) (2022-05-11)
7+
8+ ** Note:** Version bump only for package @structured-types/instant-documentation-plugin
9+
10+
11+
12+
13+
614## [ 3.46.9] ( https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9 ) (2022-05-11)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @structured-types/instant-documentation-plugin" ,
3- "version" : " 3.46.9 " ,
3+ "version" : " 3.46.10 " ,
44 "description" : " Typescript playground plugin to display instant documentation." ,
55 "keywords" : [
66 " structured-types" ,
3535 "license" : " MIT" ,
3636 "dependencies" : {
3737 "@structured-types/api" : " ^3.46.9" ,
38- "@structured-types/api-docs" : " ^3.46.9 " ,
38+ "@structured-types/api-docs" : " ^3.46.10 " ,
3939 "@structured-types/prop-types-plugin" : " ^3.46.9" ,
4040 "@structured-types/react-plugin" : " ^3.46.9" ,
4141 "deepmerge" : " ^4.2.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.46.10] ( https://github.com/ccontrols/structured-types/compare/v3.46.9...v3.46.10 ) (2022-05-11)
7+
8+ ** Note:** Version bump only for package structured-types-site
9+
10+
11+
12+
13+
614## [ 3.46.9] ( https://github.com/ccontrols/structured-types/compare/v3.46.8...v3.46.9 ) (2022-05-11)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " structured-types-site" ,
33 "description" : " documentation site for structured-types" ,
4- "version" : " 3.46.9 " ,
4+ "version" : " 3.46.10 " ,
55 "private" : true ,
66 "license" : " MIT" ,
77 "scripts" : {
5050 "typescript" : " ^4.5.0"
5151 },
5252 "devDependencies" : {
53- "@structured-types/api-readme" : " ^3.46.9 " ,
53+ "@structured-types/api-readme" : " ^3.46.10 " ,
5454 "@types/file-saver" : " ^2.0.2" ,
5555 "@types/lz-string" : " ^1.3.34" ,
5656 "@types/node-fetch" : " ^2.5.12" ,
You can’t perform that action at this time.
0 commit comments