Skip to content

Commit a50a258

Browse files
committed
chore: release
1 parent 8dfdae9 commit a50a258

File tree

6 files changed

+343
-145
lines changed

6 files changed

+343
-145
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tsup": "^7.2.0",
3131
"tsx": "^3.13.0",
3232
"typescript": "^5.2.2",
33-
"vite": "^4.4.9",
33+
"vite": "^5.0.5",
3434
"vite-plugin-inspect": "^0.7.40",
3535
"vue": "^3.3.4"
3636
},

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-vue-inspector
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- feat: support vite5
8+
39
## 4.0.0
410

511
### Major Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"author": "webfansplz",
66
"license": "MIT",

packages/unplugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# unplugin-vue-inspector
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- feat: support vite5
8+
- Updated dependencies
9+
10+
311
## 1.0.0
412

513
### Major Changes

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-inspector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"author": "webfansplz",
66
"license": "MIT",

0 commit comments

Comments
 (0)