File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qwik-ui/theme-daisy" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Qwik UI components library - daisy theme" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 40
40
"executor" : " @jscutlery/semver:version" ,
41
41
"options" : {
42
42
"dryRun" : true ,
43
- "preid " : " alpha "
43
+ "releaseAs " : " patch "
44
44
}
45
45
},
46
46
"version-publish" : {
47
47
"executor" : " @jscutlery/semver:version" ,
48
48
"options" : {
49
49
"noVerify" : true ,
50
50
"push" : true ,
51
+ "releaseAs" : " patch" ,
51
52
"postTargets" : [" daisy:publish" , " daisy:push-to-github" ]
52
53
}
53
54
},
Original file line number Diff line number Diff line change 36
36
"executor" : " @jscutlery/semver:version" ,
37
37
"options" : {
38
38
"dryRun" : true ,
39
- "preid " : " alpha "
39
+ "releaseAs " : " patch "
40
40
}
41
41
},
42
42
"version" : {
43
43
"executor" : " @jscutlery/semver:version" ,
44
- "options" : {}
44
+ "options" : {
45
+ "releaseAs" : " patch"
46
+ }
45
47
},
46
48
"version-publish" : {
47
49
"executor" : " @jscutlery/semver:version" ,
48
50
"options" : {
49
51
"noVerify" : true ,
50
52
"push" : true ,
53
+ "releaseAs" : " patch" ,
51
54
"postTargets" : [" headless:publish" , " headless:push-to-github" ]
52
55
}
53
56
},
You can’t perform that action at this time.
0 commit comments