File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
packages/typedoc-config/src Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
33 "access" : " public" ,
4- "baseBranch" : " develop " ,
4+ "baseBranch" : " main " ,
55 "changelog" : " @changesets/cli/changelog" ,
66 "commit" : false ,
77 "fixed" : [],
Original file line number Diff line number Diff line change 1+ ---
2+ ' @apitree.cz/typedoc-config ' : minor
3+ ' @apitree.cz/cli ' : minor
4+ ' @apitree.cz/eslint-config ' : minor
5+ ' @apitree.cz/prettier-config ' : minor
6+ ' @apitree.cz/testing-library ' : minor
7+ ' @apitree.cz/ts-config ' : minor
8+ ' @apitree.cz/ts-utils ' : minor
9+ ' @apitree.cz/vitest-config ' : minor
10+ ---
11+
12+ Bump packages
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { TypeDocOptions } from 'typedoc';
33const base = {
44 entryPoints : [ './src/index.ts' ] ,
55 githubPages : false ,
6- gitRevision : 'develop ' ,
6+ gitRevision : 'main ' ,
77 out : './docs' ,
88 plugin : [ 'typedoc-plugin-markdown' ] ,
99 readme : 'none' ,
You can’t perform that action at this time.
0 commit comments