Skip to content

Commit e803bd5

Browse files
committed
chore: release v2.5.1
1 parent 0620ee8 commit e803bd5

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.5.1](https://github.com/vuejs/vue-jsx-vapor/compare/v2.5.0...v2.5.1) (2025-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** remove compiler error for v-slots ([033d62f](https://github.com/vuejs/vue-jsx-vapor/commit/033d62fcbc36ae2474792e6fe5f7a698495d00df))
7+
* **compiler:** use underscores instead of colons for cached name ([0ffd1c6](https://github.com/vuejs/vue-jsx-vapor/commit/0ffd1c68339cdb1a935f91ee781b1ebabaf4c981))
8+
9+
10+
### Features
11+
12+
* **compiler:** generate more efficient runtime code for specific interpolation patterns ([3c22e74](https://github.com/vuejs/vue-jsx-vapor/commit/3c22e749fca4a863fe3f0c004924ad972f6c00e3))
13+
* **compiler:** support JSXNamespacedName for v-model ([941fb83](https://github.com/vuejs/vue-jsx-vapor/commit/941fb83933c8240bdaf8d8995b4a6a291b7965e9))
14+
* **vue-jsx-vapor:** add getCurrentInstance ([067f018](https://github.com/vuejs/vue-jsx-vapor/commit/067f018817afcebb98ec6199dd1aba5ff7458609))
15+
16+
17+
118
# [2.5.0](https://github.com/vuejs/vue-jsx-vapor/compare/v2.4.8...v2.5.0) (2025-07-07)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.5.0",
2+
"version": "2.5.1",
33
"packageManager": "pnpm@10.12.4",
44
"description": "Vue JSX Vapor",
55
"type": "module",

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": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Vue JSX Vapor Babel Plugin",
55
"type": "module",
66
"keywords": [

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": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Vue JSX Vapor Compiler",
55
"type": "module",
66
"keywords": [

packages/eslint/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/eslint",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Vue JSX Vapor ESLint Plugin",
55
"type": "module",
66
"keywords": [

packages/macros/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/macros",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Macros for Vue JSX Vapor",
55
"type": "module",
66
"keywords": [

packages/vue-jsx-vapor/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",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Convert Vue JSX to Vapor",
55
"type": "module",
66
"keywords": [

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)