Skip to content

Commit eefbb72

Browse files
committed
chore: release extension
1 parent ed6a6aa commit eefbb72

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/chrome-extension/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"<all_urls>"
4242
],
4343
"icons": {
44-
"16": "icons/16-beta.png",
45-
"48": "icons/48-beta.png",
46-
"128": "icons/128-beta.png"
44+
"16": "icons/16.png",
45+
"48": "icons/48.png",
46+
"128": "icons/128.png"
4747
},
4848
"manifest_version": 3,
4949
"name": "Vue.js devtools (beta)",
5050
"permissions": [
5151
"scripting"
5252
],
53-
"version": "7.0.0.12",
54-
"version_name": "7.0.0 beta 12",
53+
"version": "7.5.4",
54+
"version_name": "7.5.4",
5555
"web_accessible_resources": [
5656
{
5757
"extension_ids": [],

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue/devtools-chrome-extension",
33
"type": "module",
4-
"version": "7.0.0-beta.12",
4+
"version": "7.5.4",
55
"private": true,
66
"author": "webfansplz",
77
"license": "MIT",

packages/firefox-extension/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"description": "DevTools browser extension for Vue.js",
3939
"devtools_page": "devtools-background.html",
4040
"icons": {
41-
"16": "icons/16-beta.png",
42-
"48": "icons/48-beta.png",
43-
"128": "icons/128-beta.png"
41+
"16": "icons/16.png",
42+
"48": "icons/48.png",
43+
"128": "icons/128.png"
4444
},
4545
"manifest_version": 2,
4646
"name": "Vue.js devtools (beta)",
4747
"permissions": [
4848
"<all_urls>"
4949
],
50-
"version": "7.0.0.12",
51-
"version_name": "7.0.0 beta 12",
50+
"version": "7.5.4",
51+
"version_name": "7.5.4",
5252
"web_accessible_resources": [
5353
"dist/user-app.js",
5454
"client/devtools-panel.css",

packages/firefox-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue/devtools-firefox-extension",
33
"type": "module",
4-
"version": "7.0.0-beta.12",
4+
"version": "7.5.4",
55
"private": true,
66
"author": "webfansplz",
77
"license": "MIT",

0 commit comments

Comments
 (0)