Skip to content

Commit bc2952b

Browse files
committed
chore: v6.0.0-beta.1
1 parent aba51c1 commit bc2952b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "5.3.3",
3+
"version": "6.0.0-beta.1",
44
"description": "devtools for Vue.js!",
55
"private": true,
66
"workspaces": [
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"node": ">=8.10"
7272
}
73-
}
73+
}

packages/shell-chrome/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "5.3.3",
4-
"version_name": "5.3.3",
3+
"version": "6.0.0.1",
4+
"version_name": "6.0.0 beta 1",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {
8-
"16": "icons/16.png",
9-
"48": "icons/48.png",
10-
"128": "icons/128.png"
8+
"16": "icons/16-beta.png",
9+
"48": "icons/48-beta.png",
10+
"128": "icons/128-beta.png"
1111
},
1212
"browser_action": {
1313
"default_icon": {
@@ -58,4 +58,4 @@
5858
}
5959
],
6060
"content_security_policy": "script-src 'self' https://cdn.headwayapp.co; object-src 'self'"
61-
}
61+
}

packages/shell-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/devtools",
3-
"version": "5.3.3",
3+
"version": "6.0.0-beta.1",
44
"description": "StandAlone vue-devtools",
55
"repository": {
66
"url": "https://github.com/vuejs/vue-devtools.git",
@@ -37,4 +37,4 @@
3737
"webpack": "^4.19.0",
3838
"webpack-cli": "^3.1.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)