Skip to content

Commit 9c9d44c

Browse files
committed
chore: bump
1 parent e1445ae commit 9c9d44c

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

packages/babel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vue-jsx-vapor/babel
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies
9+
- @vue-jsx-vapor/compiler@0.2.7
10+
311
## 0.1.7
412

513
### Patch Changes

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

packages/compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-jsx-vapor/compiler
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- support v-text directive
8+
- support native v-if directive
9+
310
## 0.2.6
411

512
### Patch Changes

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

packages/unplugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# unplugin-vue-jsx-vapor
22

3+
## 1.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- Updated dependencies
9+
- @vue-jsx-vapor/compiler@0.2.7
10+
- @vue-jsx-vapor/babel@0.1.8
11+
312
## 1.4.8
413

514
### Patch Changes

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.4.8",
3+
"version": "1.4.9",
44
"packageManager": "[email protected]",
55
"description": "Convert Vue JSX to Vapor",
66
"type": "module",

0 commit comments

Comments
 (0)