Skip to content

Commit

Permalink
v6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 31, 2024
1 parent 042c73e commit af51c9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "6.6.1",
"version": "6.6.2",
"private": true,
"description": "devtools for Vue.js!",
"workspaces": [
Expand Down Expand Up @@ -73,4 +73,4 @@
"cypress": "=3.4.1",
"webpack-dev-server": "^4.15.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools-api",
"version": "6.6.1",
"version": "6.6.2",
"description": "Interact with the Vue devtools from the page",
"author": {
"name": "Guillaume Chau"
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "6.6.1",
"version_name": "6.6.1",
"version": "6.6.2",
"version_name": "6.6.2",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 3,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools",
"version": "6.6.1",
"version": "6.6.2",
"description": "StandAlone vue-devtools",
"author": "",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "6.6.1",
"version_name": "6.6.1",
"version": "6.6.2",
"version_name": "6.6.2",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down

0 comments on commit af51c9d

Please sign in to comment.