Skip to content

Commit 0d4e378

Browse files
committed
v6.0.0
1 parent 3820c8a commit 0d4e378

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "6.0.0-beta.21",
3+
"version": "6.0.0",
44
"description": "devtools for Vue.js!",
55
"private": true,
66
"workspaces": [

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/devtools-api",
3-
"version": "6.0.0-beta.21.1",
3+
"version": "6.0.0",
44
"description": "Interact with the Vue devtools from the page",
55
"main": "lib/cjs/index.js",
66
"browser": "lib/esm/index.js",

packages/shell-chrome/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "6.0.0.21",
4-
"version_name": "6.0.0 beta 21",
3+
"version": "6.0.0",
4+
"version_name": "6.0.0",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {
8-
"16": "icons/16-beta.png",
9-
"48": "icons/48-beta.png",
10-
"128": "icons/128-beta.png"
8+
"16": "icons/16.png",
9+
"48": "icons/48.png",
10+
"128": "icons/128.png"
1111
},
1212
"browser_action": {
1313
"default_icon": {

packages/shell-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/devtools",
3-
"version": "6.0.0-beta.21",
3+
"version": "6.0.0",
44
"description": "StandAlone vue-devtools",
55
"repository": {
66
"url": "https://github.com/vuejs/vue-devtools.git",

0 commit comments

Comments
 (0)