Skip to content

Commit 2c8a0f9

Browse files
committed
chore: release v1.7.0
1 parent 293b379 commit 2c8a0f9

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.7.0](https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.6.0...v1.7.0) (2025-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* lint ([a93b1e0](https://github.com/unplugin/unplugin-vue-jsx-vapor/commit/a93b1e0f511a2f739d765b922383a09a64f19ae0))
7+
8+
9+
110
# [1.6.0](https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.5.0...v1.6.0) (2025-03-10)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.0",
2+
"version": "1.7.0",
33
"packageManager": "[email protected]",
44
"description": "Vue JSX Vapor",
55
"type": "module",

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

packages/macros/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/macros",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"packageManager": "[email protected]",
55
"description": "Macros for Vue JSX Vapor",
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.6.0",
3+
"version": "1.7.0",
44
"packageManager": "[email protected]",
55
"description": "Convert Vue JSX to Vapor",
66
"type": "module",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)