Skip to content

Commit cc10318

Browse files
committed
chore: release v2.1.8
1 parent cab7de4 commit cc10318

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.8](https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.7...v2.1.8) (2025-03-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **vue-jsx-vapor:** prevent register HMR in production environment ([cab7de4](https://github.com/vuejs/vue-jsx-vapor/commit/cab7de4f3a9582ab8cb2a4d2d563563d7d8d053f))
7+
8+
9+
110
## [2.1.7](https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.6...v2.1.7) (2025-03-25)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.7",
2+
"version": "2.1.8",
33
"packageManager": "[email protected]",
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.1.7",
3+
"version": "2.1.8",
44
"packageManager": "[email protected]",
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.1.7",
3+
"version": "2.1.8",
44
"packageManager": "[email protected]",
55
"description": "Vue JSX Vapor Compiler",
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.1.7",
3+
"version": "2.1.8",
44
"packageManager": "[email protected]",
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.1.7",
3+
"version": "2.1.8",
44
"packageManager": "[email protected]",
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.1.7",
3+
"version": "2.1.8",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)