Skip to content

Commit 5131f3f

Browse files
committed
fix: update @varlet/release version from ^2.2.0 to ^2.2.1 in package.json and pnpm-lock.yaml
1 parent c087796 commit 5131f3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@
100100
"format": "vp fmt",
101101
"lint": "vp lint --fix",
102102
"prepare": "vp config --hooks-dir .vite-hooks && tsx src/cli/bin.ts hook",
103-
"release": "pnpm build && vr release",
103+
"release": "pnpm build && tsx src/cli/bin.ts release",
104104
"test:watch": "vp test watch",
105105
"test": "vp test run --coverage"
106106
},
107107
"dependencies": {
108108
"@configurajs/vite-plus": "0.2.4",
109109
"@varlet/axle": "1.0.2",
110-
"@varlet/release": "^2.2.0",
110+
"@varlet/release": "^2.2.1",
111111
"api-farmer": "0.1.5",
112112
"commander": "^13.0.0",
113113
"js-cookie": "3.0.5",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)