Skip to content

Commit d02c056

Browse files
committed
chore: release
1 parent 2c3e378 commit d02c056

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-vue-inspector
22

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- chore: support vite6
8+
39
## 5.3.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "5.3.0",
3+
"version": "5.3.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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# unplugin-vue-inspector
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- chore: support vite6
8+
- Updated dependencies
9+
10+
311
## 2.3.0
412

513
### Minor Changes

packages/unplugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-inspector",
3-
"version": "2.3.0",
3+
"version": "2.3.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)