Skip to content

Commit bd1d8b4

Browse files
committed
chore: bump
1 parent f46592c commit bd1d8b4

File tree

7 files changed

+35
-10
lines changed

7 files changed

+35
-10
lines changed

.changeset/honest-drinks-scream.md

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

packages/babel/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 141c8af: migrate to vue/core's vapor branch
8+
9+
### Patch Changes
10+
11+
- add interop mode
12+
- Updated dependencies [141c8af]
13+
- @vue-jsx-vapor/compiler@0.2.0
14+
315
## 0.0.5
416

517
### 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.5",
3+
"version": "0.1.0",
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.0
4+
5+
### Minor Changes
6+
7+
- 141c8af: migrate to vue/core's vapor branch
8+
39
## 0.1.6
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.6",
3+
"version": "0.2.0",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Compiler",
66
"type": "module",

packages/unplugin/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 141c8af: migrate to vue/core's vapor branch
8+
9+
### Patch Changes
10+
11+
- add interop mode
12+
- Updated dependencies [141c8af]
13+
- Updated dependencies
14+
- @vue-jsx-vapor/compiler@0.2.0
15+
- @vue-jsx-vapor/babel@0.1.0
16+
317
## 1.3.5
418

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

0 commit comments

Comments
 (0)