File tree 6 files changed +44
-12
lines changed
6 files changed +44
-12
lines changed Original file line number Diff line number Diff line change 7
7
"access" : " public" ,
8
8
"baseBranch" : " main" ,
9
9
"updateInternalDependencies" : " patch" ,
10
- "ignore" : []
10
+ "ignore" : [
11
+ " docs"
12
+ ]
11
13
}
Original file line number Diff line number Diff line change 2
2
"mode" : " pre" ,
3
3
"tag" : " alpha" ,
4
4
"initialVersions" : {
5
- "docs" : " 0.0.1-alpha.0" ,
6
5
"@notion-render/client" : " 0.0.1-alpha.0" ,
7
6
"@notion-render/bookmark-plugin" : " 0.0.1-alpha.0" ,
8
7
"@notion-render/hljs-plugin" : " 0.0.1-alpha.0" ,
8
+ "docs" : " 0.0.1-alpha.1"
9
9
},
10
10
"changesets" : [
11
11
" tricky-pugs-yell"
12
12
]
13
- }
13
+ }
Original file line number Diff line number Diff line change 2
2
' @notion-render/bookmark-plugin ' : patch
3
3
' @notion-render/hljs-plugin ' : patch
4
4
' @notion-render/client ' : patch
5
- ' docs ' : patch
6
5
---
7
6
8
7
Refactor monorepository
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ packageExtensions :
2
+ next-contentlayer@* :
3
+ peerDependencies :
4
+ contentlayer : " *"
5
+
1
6
plugins :
2
7
- path : .yarn/plugins/@yarnpkg/plugin-version.cjs
3
- spec : ' @yarnpkg/plugin-version'
8
+ spec : " @yarnpkg/plugin-version"
9
+ - path : .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
10
+ spec : " @yarnpkg/plugin-workspace-tools"
4
11
5
12
yarnPath : .yarn/releases/yarn-3.5.1.cjs
6
-
7
- packageExtensions :
8
- ' next-contentlayer@* ' :
9
- peerDependencies :
10
- ' contentlayer ' : ' *'
Original file line number Diff line number Diff line change 12
12
"lint" : " turbo lint" ,
13
13
"lint:fix" : " turbo lint:fix" ,
14
14
"dev" : " turbo run dev" ,
15
- "commit" : " cz"
15
+ "commit" : " cz" ,
16
+ "release:alpha" : " yarn build && yarn workspaces foreach --verbose --topological-dev --parallel --no-private npm publish --tolerate-republish --tag=alpha"
16
17
},
17
18
"config" : {
18
19
"commitizen" : {
51
52
"typescript" : " ^5.0.4"
52
53
},
53
54
"packageManager" :
" [email protected] "
54
- }
55
+ }
You can’t perform that action at this time.
0 commit comments