Skip to content

Commit 1421a13

Browse files
committed
chore: bump
1 parent cb68980 commit 1421a13

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/flat-snakes-destroy.md

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

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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5919124]
8+
- @vue-jsx-vapor/compiler@0.2.8
9+
310
## 0.1.8
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.8",
3+
"version": "0.1.9",
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.8
4+
5+
### Patch Changes
6+
7+
- 5919124: prevent handle comment node for v-slot
8+
39
## 0.2.7
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.7",
3+
"version": "0.2.8",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5919124]
8+
- @vue-jsx-vapor/compiler@0.2.8
9+
- @vue-jsx-vapor/babel@0.1.9
10+
311
## 1.4.9
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.9",
3+
"version": "1.4.10",
44
"packageManager": "[email protected]",
55
"description": "Convert Vue JSX to Vapor",
66
"type": "module",

0 commit comments

Comments
 (0)