Skip to content

Commit 688141b

Browse files
committed
chore: bump
1 parent c8b0171 commit 688141b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/chilly-dots-glow.md

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

packages/babel/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- c8b0171: prevent slot errors by excluding conditional expressions
8+
39
## 0.0.3
410

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

packages/unplugin/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c8b0171]
8+
- @vue-jsx-vapor/babel@0.0.4
9+
310
## 1.3.3
411

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

0 commit comments

Comments
 (0)