Skip to content

Commit 880b535

Browse files
committed
chore: release v3.1.2
1 parent 1cf005b commit 880b535

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.2](https://github.com/vuejs/vue-jsx-vapor/compare/v3.1.1...v3.1.2) (2025-12-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** prevent v-for error in browser ([1cf005b](https://github.com/vuejs/vue-jsx-vapor/commit/1cf005ba1fdeeb17a2b6e27e431a137e2e336113))
7+
8+
9+
110
## [3.1.1](https://github.com/vuejs/vue-jsx-vapor/compare/v3.1.0...v3.1.1) (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.1",
3+
"version": "3.1.2",
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.1",
3+
"version": "3.1.2",
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.1",
4+
"version": "3.1.2",
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.1",
4+
"version": "3.1.2",
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.1",
4+
"version": "3.1.2",
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.1",
4+
"version": "3.1.2",
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.1",
4+
"version": "3.1.2",
55
"private": true,
66
"scripts": {
77
"dev": "node vite.js --port 5174",

0 commit comments

Comments
 (0)