File tree 6 files changed +1177
-4
lines changed
6 files changed +1177
-4
lines changed Original file line number Diff line number Diff line change 5
5
"fixed" : [],
6
6
"linked" : [],
7
7
"access" : " public" ,
8
- "baseBranch" : " svelte-5 " ,
8
+ "baseBranch" : " main " ,
9
9
"bumpVersionsWithWorkspaceProtocolOnly" : true ,
10
10
"ignore" : [" !(@sveltejs/*|svelte)" ]
11
11
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "mode" : " pre" ,
3
+ "tag" : " next" ,
4
+ "initialVersions" : {
5
+ "svelte" : " 5.0.0-next.0" ,
6
+ "svelte-playgrounds-demo" : " 0.0.1" ,
7
+ "svelte-playgrounds-sandbox" : " 0.0.1" ,
8
+ "svelte-5-preview" : " 0.5.0" ,
9
+ "svelte.dev" : " 1.0.0"
10
+ },
11
+ "changesets" : []
12
+ }
Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [svelte-5 ]
4
+ branches : [main ]
5
5
pull_request :
6
6
permissions :
7
7
contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
3
3
on :
4
4
push :
5
5
branches :
6
- - svelte-5
6
+ - main
7
7
8
8
permissions : {}
9
9
jobs :
Original file line number Diff line number Diff line change 27
27
"changeset:publish" : " changeset publish"
28
28
},
29
29
"devDependencies" : {
30
+ "@changesets/cli" : " ^2.26.1" ,
31
+ "@svitejs/changesets-changelog-github-compact" : " ^1.1.0" ,
30
32
"@sveltejs/eslint-config" : " ^6.0.4" ,
31
33
"@types/node" : " ^18.18.8" ,
32
34
"@typescript-eslint/eslint-plugin" : " ^5.22.0" ,
You can’t perform that action at this time.
0 commit comments