Skip to content

Commit e399b74

Browse files
committed
chore: release v2.3.0
1 parent f241afa commit e399b74

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.3.0](https://github.com/vuejs/vue-jsx-vapor/compare/v2.2.0...v2.3.0) (2025-04-10)
2+
3+
4+
### Features
5+
6+
* introduce eslint ([f241afa](https://github.com/vuejs/vue-jsx-vapor/commit/f241afa302d026dc0fa6e3d76ef2a26bfac9b37d))
7+
* **macros/defineComponent:** support auto return functional component for SSR ([c0b310f](https://github.com/vuejs/vue-jsx-vapor/commit/c0b310f36453015201ed6c8e77f8b720310d8fda))
8+
9+
10+
111
# [2.2.0](https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.8...v2.2.0) (2025-04-05)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.3.0",
33
"packageManager": "pnpm@10.4.1",
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.2.0",
3+
"version": "2.3.0",
44
"packageManager": "pnpm@10.4.1",
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.2.0",
3+
"version": "2.3.0",
44
"packageManager": "pnpm@10.4.1",
55
"description": "Vue JSX Vapor Compiler",
66
"type": "module",

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.2.0",
3+
"version": "2.3.0",
44
"packageManager": "pnpm@10.4.1",
55
"description": "Vue JSX Vapor ESLint Plugin",
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.2.0",
3+
"version": "2.3.0",
44
"packageManager": "pnpm@10.4.1",
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.2.0",
3+
"version": "2.3.0",
44
"packageManager": "pnpm@10.4.1",
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.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)