Skip to content

Commit ddcfe1d

Browse files
committed
chore: release
1 parent 6d3496d commit ddcfe1d

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+
## 3.7.2
4+
5+
### Patch Changes
6+
7+
- perf: remove unnecessary dependencies (#80)
8+
39
## 3.7.1
410

511
### Patch 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": "3.7.1",
3+
"version": "3.7.2",
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+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- perf: remove unnecessary dependencies (#80)
8+
- Updated dependencies
9+
- vite-plugin-vue-inspector@3.7.2
10+
311
## 0.5.1
412

513
### Patch 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": "0.5.1",
3+
"version": "0.5.2",
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)