WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b0b3e35

Browse files
committed
chore: release v3.0.3
1 parent 1830d18 commit b0b3e35

File tree

8 files changed

+16
-7
lines changed

8 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.3](https://github.com/vuejs/vue-jsx-vapor/compare/v3.0.2...v3.0.3) (2025-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **runtime:** prevent proxy setup fn multiple ([84cd14b](https://github.com/vuejs/vue-jsx-vapor/commit/84cd14bd1419c2a3f8839866e51fdbd0704e8acb)), closes [#24](https://github.com/vuejs/vue-jsx-vapor/issues/24)
7+
8+
9+
110
## [3.0.2](https://github.com/vuejs/vue-jsx-vapor/compare/v3.0.1...v3.0.2) (2025-12-09)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.2",
2+
"version": "3.0.3",
33
"packageManager": "[email protected]",
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": "3.0.2",
3+
"version": "3.0.3",
44
"packageManager": "[email protected]",
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": "3.0.2",
3+
"version": "3.0.3",
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": "3.0.2",
3+
"version": "3.0.3",
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": "3.0.2",
3+
"version": "3.0.3",
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": "3.0.2",
3+
"version": "3.0.3",
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": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)