File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://unpkg.com/@changesets/config@3.0.0/schema.json" ,
3+ "changelog" : [
4+ " @changesets/changelog-github" ,
5+ {
6+ "repo" : " steven-tey/novel"
7+ }
8+ ],
9+ "commit" : false ,
10+ "fixed" : [],
11+ "linked" : [],
12+ "access" : " public" ,
13+ "baseBranch" : " main" ,
14+ "updateInternalDependencies" : " patch" ,
15+ "ignore" : [
16+ " novel-next-app"
17+ ]
18+ }
Original file line number Diff line number Diff line change 22 "name" : " novel" ,
33 "private" : true ,
44 "scripts" : {
5+ "changeset" : " changeset" ,
6+ "publish:packages" : " changeset publish" ,
7+ "version:packages" : " turbo build && changeset version" ,
58 "build" : " turbo build" ,
69 "dev" : " turbo dev" ,
710 "format" : " turbo format --continue --" ,
1417 "typecheck" : " turbo typecheck"
1518 },
1619 "dependencies" : {
20+ "@changesets/changelog-github" : " ^0.5.0" ,
21+ "@changesets/cli" : " ^2.27.11" ,
1722 "turbo" : " ^2.3.3"
1823 },
1924 "packageManager" : " pnpm@9.5.0" ,
2025 "devDependencies" : {
2126 "@biomejs/biome" : " ^1.9.4" ,
2227 "@commitlint/cli" : " ^19.6.1" ,
2328 "@commitlint/config-conventional" : " ^19.6.0" ,
24- "@semantic-release/changelog" : " ^6.0.3" ,
25- "@semantic-release/git" : " ^10.0.1" ,
2629 "husky" : " ^9.1.7" ,
27- "postcss" : " ^8.5.1" ,
28- "semantic-release" : " ^24.2.1"
30+ "postcss" : " ^8.5.1"
2931 },
3032 "commitlint" : {
3133 "extends" : [
5961 2 ,
6062 " always" ,
6163 true
64+ ],
65+ "body-max-line-length" : [
66+ 0 ,
67+ " always" ,
68+ 100
6269 ]
6370 }
6471 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 "typecheck" : " tsc --noEmit" ,
1616 "build" : " tsup" ,
1717 "lint" : " biome lint ./src" ,
18- "format" : " biome format ./src " ,
19- "release" : " semantic-release"
18+ "format" : " biome format ./src "
2019 },
2120 "sideEffects" : false ,
2221 "peerDependencies" : {
8079 " nextjs" ,
8180 " react"
8281 ]
83- }
82+ }
You can’t perform that action at this time.
0 commit comments