Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd2ab5d

Browse files
committedSep 9, 2024·
chore: release
1 parent 208a4da commit dd2ab5d

File tree

5 files changed

+7
-7
lines changed

5 files changed

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

‎packages/api/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-api",
3-
"version": "6.6.3",
3+
"version": "6.6.4",
44
"description": "Interact with the Vue devtools from the page",
55
"author": {
66
"name": "Guillaume Chau"

‎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": "6.6.3",
4-
"version_name": "6.6.3",
3+
"version": "6.6.4",
4+
"version_name": "6.6.4",
55
"description": "Browser DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 3,
77
"icons": {

‎packages/shell-electron/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": "6.6.3",
3+
"version": "6.6.4",
44
"description": "StandAlone vue-devtools",
55
"author": "",
66
"license": "MIT",

‎packages/shell-firefox/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": "6.6.3",
4-
"version_name": "6.6.3",
3+
"version": "6.6.4",
4+
"version_name": "6.6.4",
55
"description": "Browser DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {

0 commit comments

Comments
 (0)
Please sign in to comment.