Skip to content

Commit

Permalink
chore: update release extension shell
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 18, 2024
1 parent da45ec9 commit f7a52a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"docs": "pnpm -C docs run docs:dev",
"docs:build": "pnpm -C docs run docs:build",
"zip": "tsx ./scripts/extension-zip.ts",
"release-extension": "tsx ./scripts/release-extension.ts && nr zip",
"release-extension": "nr build && tsx ./scripts/release-extension.ts && nr zip",
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-chrome-extension",
"type": "module",
"version": "7.3.1",
"version": "7.0.0-beta.1",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/firefox-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-firefox-extension",
"type": "module",
"version": "7.3.1",
"version": "7.0.0-beta.1",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down

0 comments on commit f7a52a6

Please sign in to comment.