File tree 5 files changed +531
-1706
lines changed
5 files changed +531
-1706
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" :
" https://unpkg.com/@changesets/[email protected] /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 2
2
"name" : " novel" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
+ "changeset" : " changeset" ,
6
+ "publish:packages" : " changeset publish" ,
7
+ "version:packages" : " turbo build && changeset version" ,
5
8
"build" : " turbo build" ,
6
9
"dev" : " turbo dev" ,
7
10
"format" : " turbo format --continue --" ,
14
17
"typecheck" : " turbo typecheck"
15
18
},
16
19
"dependencies" : {
20
+ "@changesets/changelog-github" : " ^0.5.0" ,
21
+ "@changesets/cli" : " ^2.27.11" ,
17
22
"turbo" : " ^2.3.3"
18
23
},
19
24
"packageManager" :
" [email protected] " ,
20
25
"devDependencies" : {
21
26
"@biomejs/biome" : " ^1.9.4" ,
22
27
"@commitlint/cli" : " ^19.6.1" ,
23
28
"@commitlint/config-conventional" : " ^19.6.0" ,
24
- "@semantic-release/changelog" : " ^6.0.3" ,
25
- "@semantic-release/git" : " ^10.0.1" ,
26
29
"husky" : " ^9.1.7" ,
27
- "postcss" : " ^8.5.1" ,
28
- "semantic-release" : " ^24.2.1"
30
+ "postcss" : " ^8.5.1"
29
31
},
30
32
"commitlint" : {
31
33
"extends" : [
59
61
2 ,
60
62
" always" ,
61
63
true
64
+ ],
65
+ "body-max-line-length" : [
66
+ 0 ,
67
+ " always" ,
68
+ 100
62
69
]
63
70
}
64
71
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
"typecheck" : " tsc --noEmit" ,
16
16
"build" : " tsup" ,
17
17
"lint" : " biome lint ./src" ,
18
- "format" : " biome format ./src " ,
19
- "release" : " semantic-release"
18
+ "format" : " biome format ./src "
20
19
},
21
20
"sideEffects" : false ,
22
21
"peerDependencies" : {
80
79
" nextjs" ,
81
80
" react"
82
81
]
83
- }
82
+ }
You can’t perform that action at this time.
0 commit comments