Skip to content

Commit

Permalink
v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 15, 2024
1 parent 6f645b8 commit 3fc9152
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "6.6.0",
"version": "6.6.1",
"private": true,
"description": "devtools for Vue.js!",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools-api",
"version": "6.6.0",
"version": "6.6.1",
"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
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "6.6.0",
"version_name": "6.6.0",
"version": "6.6.1",
"version_name": "6.6.1",
"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
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools",
"version": "6.6.0",
"version": "6.6.1",
"description": "StandAlone vue-devtools",
"author": "",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/shell-firefox/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "6.6.0",
"version_name": "6.6.0",
"version": "6.6.1",
"version_name": "6.6.1",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down Expand Up @@ -55,4 +55,4 @@
}
],
"content_security_policy": "script-src 'self'; object-src 'self'"
}
}

0 comments on commit 3fc9152

Please sign in to comment.