Skip to content

Commit 2df088a

Browse files
committed
chore: release v2.1.6
1 parent 1f25904 commit 2df088a

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.1.6](https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.5...v2.1.6) (2025-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** use modelValueModifiers instead of modelModifiers ([563b2f0](https://github.com/vuejs/vue-jsx-vapor/commit/563b2f05437f72eb6cbf6a615c5def24ce95e3a6))
7+
* **macros:** remove lib option ([9548729](https://github.com/vuejs/vue-jsx-vapor/commit/95487294b8e1953ad07ea29f22909cebdc626cf3))
8+
9+
10+
111
## [2.1.5](https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.4...v2.1.5) (2025-03-19)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.5",
2+
"version": "2.1.6",
33
"packageManager": "[email protected]",
44
"description": "Vue JSX Vapor",
55
"type": "module",

packages/babel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/babel",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Babel Plugin",
66
"type": "module",

packages/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/compiler",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Compiler",
66
"type": "module",

packages/macros/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/macros",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"packageManager": "[email protected]",
55
"description": "Macros for Vue JSX Vapor",
66
"type": "module",

packages/vue-jsx-vapor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-jsx-vapor",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"packageManager": "[email protected]",
55
"description": "Convert Vue JSX to Vapor",
66
"type": "module",

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)