Skip to content

Commit 9450db0

Browse files
committed
chore: release v2.4.5
1 parent 7d53c74 commit 9450db0

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.4.5](https://github.com/vuejs/vue-jsx-vapor/compare/v2.4.4...v2.4.5) (2025-06-12)
2+
3+
4+
### Features
5+
6+
* **eslint:** enhance offset calculation for defineStyle formatting ([7d53c74](https://github.com/vuejs/vue-jsx-vapor/commit/7d53c74642078ccadb0534322dcdb6a273503e1b))
7+
* **macros:** improve handling of required props in defineComponent ([1889468](https://github.com/vuejs/vue-jsx-vapor/commit/1889468f68c70814e5c029b928aa0894e8a28886))
8+
9+
10+
111
## [2.4.4](https://github.com/vuejs/vue-jsx-vapor/compare/v2.4.3...v2.4.4) (2025-06-03)
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.4.4",
2+
"version": "2.4.5",
33
"packageManager": "pnpm@10.11.1",
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.4.4",
3+
"version": "2.4.5",
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.4.4",
3+
"version": "2.4.5",
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.4.4",
3+
"version": "2.4.5",
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.4.4",
3+
"version": "2.4.5",
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.4.4",
3+
"version": "2.4.5",
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.4.4",
3+
"version": "2.4.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)