Skip to content

Commit 1c25275

Browse files
committed
chore: release v2.3.5
1 parent fb10489 commit 1c25275

File tree

8 files changed

+16
-7
lines changed

8 files changed

+16
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.5](https://github.com/vuejs/vue-jsx-vapor/compare/v2.3.4...v2.3.5) (2025-05-05)
2+
3+
4+
### Features
5+
6+
* **macros:** support :slotted for defineStyle ([fb10489](https://github.com/vuejs/vue-jsx-vapor/commit/fb10489f0674b0756ef8bbc7250b6ee545d7dc14))
7+
8+
9+
110
## [2.3.4](https://github.com/vuejs/vue-jsx-vapor/compare/v2.3.3...v2.3.4) (2025-05-02)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.4",
2+
"version": "2.3.5",
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.3.4",
3+
"version": "2.3.5",
44
"description": "Vue JSX Vapor Babel Plugin",
55
"type": "module",
66
"keywords": [

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

packages/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-jsx-vapor/eslint",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "Vue JSX Vapor ESLint Plugin",
55
"type": "module",
66
"keywords": [

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.3.4",
3+
"version": "2.3.5",
44
"description": "Macros for Vue JSX Vapor",
55
"type": "module",
66
"keywords": [

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.3.4",
3+
"version": "2.3.5",
44
"description": "Convert Vue JSX to Vapor",
55
"type": "module",
66
"keywords": [

playground/package.json

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

0 commit comments

Comments
 (0)