Skip to content

Commit a859eb9

Browse files
committed
chore: release v2.7.4
1 parent 717a6ac commit a859eb9

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.7.4](https://github.com/vuejs/vue-jsx-vapor/compare/v2.7.3...v2.7.4) (2025-11-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler-rs:** move context.slots to block.slots for nested slots ([717a6ac](https://github.com/vuejs/vue-jsx-vapor/commit/717a6ace4c078a2e134bc62ba01f496fee03f695))
7+
* **vue-jsx-vapor:** move macros before compiler-rs ([7332859](https://github.com/vuejs/vue-jsx-vapor/commit/7332859fd69c05d4a80d50527465cfbc2dfb2d33))
8+
9+
10+
111
## [2.7.3](https://github.com/vuejs/vue-jsx-vapor/compare/v2.7.2...v2.7.3) (2025-11-28)
212

313

package.json

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

packages/compiler-rs/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-rs",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"packageManager": "pnpm@10.17.1",
55
"description": "Template project for writing node package with napi-rs",
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.7.3",
3+
"version": "2.7.4",
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.7.3",
3+
"version": "2.7.4",
44
"description": "Macros for Vue JSX Vapor",
55
"type": "module",
66
"keywords": [

packages/runtime/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/runtime",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"description": "Vue JSX Vapor Runtime",
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.7.3",
3+
"version": "2.7.4",
44
"description": "Vapor Mode of Vue JSX",
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.7.3",
3+
"version": "2.7.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)