Skip to content

Commit 15bb71b

Browse files
author
Guillaume Chau
committed
chore: v5.3.1
1 parent 6e33a11 commit 15bb71b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "5.3.0",
3+
"version": "5.3.1",
44
"description": "devtools for Vue.js!",
55
"private": true,
66
"workspaces": [

packages/shell-chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "5.3.0",
4-
"version_name": "5.3.0",
3+
"version": "5.3.1",
4+
"version_name": "5.3.1",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {

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.0",
3+
"version": "5.3.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)