Skip to content

Commit 513657c

Browse files
committed
release v0.2.1
1 parent c207f81 commit 513657c

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-7
lines changed

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sass": "^1.49.9",
1414
"typescript": "^4.5.2",
1515
"vite": "^2.7.1",
16-
"vite-plugin-vue-inspector": "0.1.9",
16+
"vite-plugin-vue-inspector": "0.2.1",
1717
"vite-plugin-vue2": "^1.9.3"
1818
}
1919
}

example/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"sass": "^1.49.9",
1515
"typescript": "^4.5.2",
1616
"vite": "^2.7.1",
17-
"vite-plugin-vue-inspector": "0.1.9"
17+
"vite-plugin-vue-inspector": "0.2.1"
1818
}
1919
}

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": "0.1.9",
3+
"version": "0.2.1",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"license": "MIT",
66
"repository": {

pnpm-lock.yaml

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)