Skip to content

Commit e6f8093

Browse files
committed
release: v2.3.4
1 parent b27d962 commit e6f8093

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.3.4](https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.3...v2.3.4) (2025-01-06)
2+
3+
### Bug Fixes
4+
热更新失效 #7 ([#7](https://github.com/vitejs/vite-plugin-vue/issues/7))
5+
6+
fix(hmr): should reload if relies file changed after re-render #471 ([#471](https://github.com/vitejs/vite-plugin-vue/pull/471))
7+
8+
Fix description: The bugs in vite-plugin-vue also occur in vite-plugin-vue2, and the same solution can be used to fix them.
9+
10+
### Features
11+
12+
* feat: Upgrade from version 2.7.0-beta.8 to version 2.7.16.
13+
14+
15+
116
## [2.3.3](https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.2...v2.3.3) (2024-11-26)
217

318

package.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@vitejs/plugin-vue2",
3-
"version": "2.3.3",
2+
"name": "@zstings/vite-plugin-vue2",
3+
"version": "2.3.4",
44
"license": "MIT",
55
"author": "Evan You",
66
"packageManager": "[email protected]",
@@ -29,13 +29,13 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/vitejs/vite-plugin-vue2.git",
32+
"url": "git+https://github.com/zstings/vite-plugin-vue2.git",
3333
"directory": "packages/plugin-vue"
3434
},
3535
"bugs": {
36-
"url": "https://github.com/vitejs/vite-plugin-vue2/issues"
36+
"url": "https://github.com/zstings/vite-plugin-vue2/issues"
3737
},
38-
"homepage": "https://github.com/vitejs/vite-plugin-vue2/#readme",
38+
"homepage": "https://github.com/zstings/vite-plugin-vue2/#readme",
3939
"peerDependencies": {
4040
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
4141
"vue": "^2.7.0-0"
@@ -61,5 +61,9 @@
6161
"vite": "^3.0.0",
6262
"vitest": "^0.15.1",
6363
"vue": "^2.7.0-beta.8"
64+
},
65+
"publishConfig": {
66+
"access": "public",
67+
"registry": "https://registry.npmjs.org/"
6468
}
6569
}

0 commit comments

Comments
 (0)