Skip to content

Commit 7bf1284

Browse files
committed
feat(unplugin): add volar plugin
1 parent 1421a13 commit 7bf1284

File tree

11 files changed

+357
-467
lines changed

11 files changed

+357
-467
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
2323
"build": "pnpm run --filter=\"./packages/*\" build",
2424
"typecheck": "tsc --noEmit",
25-
"release": "pnpm changeset version && git add . && git commit -m \"chore: bump\" && git push && pnpm build && pnpm changeset publish",
2625
"lint": "eslint .",
2726
"play": "npm -C playground run dev",
28-
"test": "vitest"
27+
"test": "vitest",
28+
"release": "pnpm run build && bumpp packages/*/package.json --all -x 'pnpm run changelog' && pnpm publish --filter=\"./packages/*\"",
29+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2930
},
3031
"devDependencies": {
3132
"@antfu/eslint-config": "^2.21.2",

packages/babel/CHANGELOG.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/babel",
3-
"version": "0.1.9",
3+
"version": "1.4.10",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Babel Plugin",
66
"type": "module",

packages/compiler/CHANGELOG.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/compiler",
3-
"version": "0.2.8",
3+
"version": "1.4.10",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Compiler",
66
"type": "module",

0 commit comments

Comments
 (0)