Skip to content

Commit 8852f56

Browse files
committed
chore: release v1.6.0
1 parent 0e44f13 commit 8852f56

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
"overrides": {
5252
"estree-walker": "2.0.2"
5353
}
54-
}
54+
},
55+
"version": "1.6.0"
5556
}

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": "1.5.0",
3+
"version": "1.6.0",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Babel Plugin",
66
"type": "module",

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": "1.5.0",
3+
"version": "1.6.0",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Compiler",
66
"type": "module",

packages/unplugin/package.json

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

playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"vite-hyper-config": "^0.5.0",
1313
"vite-plugin-inspect": "^0.8.4",
1414
"vue": "catalog:"
15-
}
15+
},
16+
"version": "1.6.0"
1617
}

0 commit comments

Comments
 (0)