Skip to content

Commit

Permalink
v6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 10, 2023
1 parent 3444bdd commit 56af8da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "6.5.0",
"version": "6.5.1",
"description": "devtools for Vue.js!",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools-api",
"version": "6.5.0",
"version": "6.5.1",
"description": "Interact with the Vue devtools from the page",
"main": "lib/cjs/index.js",
"browser": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-chrome/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "6.5.0",
"version_name": "6.5.0",
"version": "6.5.1",
"version_name": "6.5.1",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools",
"version": "6.5.0",
"version": "6.5.1",
"description": "StandAlone vue-devtools",
"repository": {
"url": "https://github.com/vuejs/vue-devtools.git",
Expand Down

0 comments on commit 56af8da

Please sign in to comment.