Skip to content

Commit 065ac59

Browse files
committed
chore: bump
1 parent 16a6b49 commit 065ac59

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

packages/babel/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @vue-jsx-vapor/compiler@0.2.6
9+
310
## 0.1.6
411

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

packages/compiler/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- support v-once directive
8+
39
## 0.2.5
410

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

packages/unplugin/CHANGELOG.md

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

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

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

0 commit comments

Comments
 (0)