Skip to content

Commit c676a0d

Browse files
committed
chore: release
1 parent c2c0af0 commit c676a0d

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

packages/core/CHANGELOG.md

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

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- feat: close overlay when resizing the window (#71)
8+
9+
- feat: introducing `disableInspectorOnEditorOpen` option (#77)
10+
11+
- feat: support `decorators` and `import-attributes` syntax (#79)
12+
313
## 3.6.0
414

515
### Minor 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": "3.6.0",
3+
"version": "3.7.0",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# unplugin-vue-inspector
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- feat: close overlay when resizing the window (#71)
8+
9+
- feat: introducing `disableInspectorOnEditorOpen` option (#77)
10+
11+
- feat: support `decorators` and `import-attributes` syntax (#79)
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
17+
318
## 0.4.0
419

520
### Minor 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": "0.4.0",
3+
"version": "0.5.0",
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)