Skip to content

Commit 2b839c0

Browse files
committed
chore: release v2.6.2
1 parent b7d8a5e commit 2b839c0

File tree

9 files changed

+25
-8
lines changed

9 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.6.2](https://github.com/vuejs/vue-jsx-vapor/compare/v2.6.1...v2.6.2) (2025-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **babel:** import createComponentWithFallback from vue-jsx-vapor ([0c5b966](https://github.com/vuejs/vue-jsx-vapor/commit/0c5b96608e61a13fdf8f9d9e14df5bca8ffc7a1e))
7+
* **runtime:** correct props type for h ([443945b](https://github.com/vuejs/vue-jsx-vapor/commit/443945bbc01446fcdd025385aa05880d59441052))
8+
* **runtime:** normalizeNode slots for createComponentWithFallback ([2f8e6fc](https://github.com/vuejs/vue-jsx-vapor/commit/2f8e6fcfca11cce4b098eac15a083beebd37674d))
9+
10+
11+
### Features
12+
13+
* **compiler:** add withFallback option to compile components to createComponentWithFallback ([0c2d470](https://github.com/vuejs/vue-jsx-vapor/commit/0c2d4703e88028867846b50cbcccc1763d982c82))
14+
* **macros:** add verification feature for return keyword ([65c6a5e](https://github.com/vuejs/vue-jsx-vapor/commit/65c6a5ef30b3bc56790f598a89b05cff36cb0093))
15+
16+
17+
118
## [2.6.1](https://github.com/vuejs/vue-jsx-vapor/compare/v2.6.0...v2.6.1) (2025-08-05)
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.6.1",
2+
"version": "2.6.2",
33
"packageManager": "[email protected]",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
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.6.1",
3+
"version": "2.6.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)