Skip to content

Commit f6ee520

Browse files
committed
ci: moved to patch versions only
1 parent 323be83 commit f6ee520

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/daisy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/theme-daisy",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Qwik UI components library - daisy theme",
55
"publishConfig": {
66
"access": "public"

packages/daisy/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@
4040
"executor": "@jscutlery/semver:version",
4141
"options": {
4242
"dryRun": true,
43-
"preid": "alpha"
43+
"releaseAs": "patch"
4444
}
4545
},
4646
"version-publish": {
4747
"executor": "@jscutlery/semver:version",
4848
"options": {
4949
"noVerify": true,
5050
"push": true,
51+
"releaseAs": "patch",
5152
"postTargets": ["daisy:publish", "daisy:push-to-github"]
5253
}
5354
},

packages/headless/project.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,21 @@
3636
"executor": "@jscutlery/semver:version",
3737
"options": {
3838
"dryRun": true,
39-
"preid": "alpha"
39+
"releaseAs": "patch"
4040
}
4141
},
4242
"version": {
4343
"executor": "@jscutlery/semver:version",
44-
"options": {}
44+
"options": {
45+
"releaseAs": "patch"
46+
}
4547
},
4648
"version-publish": {
4749
"executor": "@jscutlery/semver:version",
4850
"options": {
4951
"noVerify": true,
5052
"push": true,
53+
"releaseAs": "patch",
5154
"postTargets": ["headless:publish", "headless:push-to-github"]
5255
}
5356
},

0 commit comments

Comments
 (0)