Skip to content

Commit daab455

Browse files
committed
chore: bump
1 parent 06eb0a3 commit daab455

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

.changeset/afraid-suns-hope.md

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

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.0.5
4+
5+
### Patch Changes
6+
7+
- 06eb0a3: support AST node compilation
8+
- Updated dependencies [06eb0a3]
9+
- @vue-jsx-vapor/compiler@0.1.6
10+
311
## 0.0.4
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.0.4",
3+
"version": "0.0.5",
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.1.6
4+
5+
### Patch Changes
6+
7+
- 06eb0a3: support AST node compilation
8+
39
## 0.1.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.1.5",
3+
"version": "0.1.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.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [06eb0a3]
8+
- @vue-jsx-vapor/compiler@0.1.6
9+
- @vue-jsx-vapor/babel@0.0.5
10+
311
## 1.3.4
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.3.4",
3+
"version": "1.3.5",
44
"packageManager": "[email protected]",
55
"description": "Convert Vue JSX to Vapor",
66
"type": "module",

0 commit comments

Comments
 (0)