Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 9, 2024
1 parent 208a4da commit dd2ab5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "6.6.3",
"version": "6.6.4",
"private": true,
"description": "devtools for Vue.js!",
"workspaces": [
Expand Down
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.3",
"version": "6.6.4",
"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.3",
"version_name": "6.6.3",
"version": "6.6.4",
"version_name": "6.6.4",
"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.3",
"version": "6.6.4",
"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.3",
"version_name": "6.6.3",
"version": "6.6.4",
"version_name": "6.6.4",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down

0 comments on commit dd2ab5d

Please sign in to comment.