We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac898d commit b91b0ecCopy full SHA for b91b0ec
package.json
@@ -10,7 +10,7 @@
10
"version-packages": "changeset version",
11
"sherif": "pnpm dlx sherif@latest",
12
"sherif:fix": "pnpm sherif --fix",
13
- "release": "pnpm build --filter='./packages/...' && changeset publish",
+ "release": "pnpm build --filter={./packages/*} && changeset publish",
14
"test": "vitest",
15
"knip": "knip"
16
},
packages/cli/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# @proofgeist/kit
2
3
-## 1.1.7
+## 1.1.8
4
5
### Patch Changes
6
packages/cli/package.json
{
"name": "@proofkit/cli",
- "version": "1.1.7",
+ "version": "1.1.8",
"description": "Create web application with the ProofKit stack",
"license": "MIT",
"repository": {
0 commit comments