Skip to content

Commit 335f6f1

Browse files
committed
chore: release v3.1.1
1 parent 85699ae commit 335f6f1

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.1.1](https://github.com/vuejs/vue-jsx-vapor/compare/v3.1.0...v3.1.1) (2025-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler/vdom:** prevent JSXText.raw unwrap error in browser ([85699ae](https://github.com/vuejs/vue-jsx-vapor/commit/85699ae0f3f87587ab9989c4b3b4d6e8635c1166))
7+
8+
9+
110
# [3.1.0](https://github.com/vuejs/vue-jsx-vapor/compare/v3.0.4...v3.1.0) (2025-12-25)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor",
66
"license": "MIT",

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.1.0",
3+
"version": "3.1.1",
44
"description": "Template project for writing node package with napi-rs",
55
"license": "MIT",
66
"repository": {

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-jsx-vapor/eslint",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Vue JSX Vapor ESLint Plugin",
66
"license": "MIT",
77
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",

packages/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-jsx-vapor/macros",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Macros for Vue JSX Vapor",
66
"license": "MIT",
77
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-jsx-vapor/runtime",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Vue JSX Vapor Runtime",
66
"license": "MIT",
77
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",

packages/vue-jsx-vapor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-jsx-vapor",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Vapor Mode of Vue JSX",
66
"license": "MIT",
77
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"private": true,
66
"scripts": {
77
"dev": "node vite.js --port 5174",

0 commit comments

Comments
 (0)