Skip to content

Commit ba1e166

Browse files
committed
release v0.2.3
1 parent be297e7 commit ba1e166

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sass": "^1.49.9",
1515
"typescript": "^4.5.2",
1616
"vite": "^2.7.1",
17-
"vite-plugin-vue-inspector": "0.2.2",
17+
"vite-plugin-vue-inspector": "0.2.3",
1818
"vite-plugin-vue2": "^1.9.3"
1919
}
2020
}

example/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"sass": "^1.49.9",
1616
"typescript": "^4.5.2",
1717
"vite": "^2.7.1",
18-
"vite-plugin-vue-inspector": "0.2.2"
18+
"vite-plugin-vue-inspector": "0.2.3"
1919
}
2020
}

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

0 commit comments

Comments
 (0)