From 0f8606b531aeecaa52e3eb077e4184b2d349f4e1 Mon Sep 17 00:00:00 2001
From: Evan You
Date: Mon, 28 Oct 2024 14:37:29 +0800
Subject: [PATCH] chore: adjust new repo URL + readme
---
README.md | 12 +++++++-----
docs/.vitepress/components/HomeContributors.vue | 4 ++--
docs/.vitepress/config.ts | 6 +++---
docs/index.md | 2 +-
package.json | 6 +++---
packages/applet/package.json | 2 +-
packages/client/src/pages/overview.vue | 8 ++++----
packages/core/package.json | 2 +-
packages/devtools-api/package.json | 2 +-
packages/devtools-kit/package.json | 2 +-
packages/devtools/package.json | 2 +-
packages/electron/package.json | 2 +-
packages/shared/package.json | 2 +-
packages/ui/package.json | 2 +-
packages/vite/package.json | 6 +++---
15 files changed, 31 insertions(+), 29 deletions(-)
diff --git a/README.md b/README.md
index 689d0ca9a..b92919afa 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
-
-
+
+
-
Vue DevTools Next
+ Vue DevTools
Unleash Vue Developer Experience
+> Note: this repository is for Vue Devtools v7 (previously known as Vue Devtools Next). The now legacy v6 version has been moved to [vuejs/devtools-v6](https://github.com/vuejs/devtools-v6).
+
## Getting Started
- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg)
@@ -29,8 +31,8 @@ Please make sure to read the [Contributing Guide](https://devtools.vuejs.org/hel
Thank you to all the people who already contributed to Vue DevTools!
-
## License
diff --git a/docs/.vitepress/components/HomeContributors.vue b/docs/.vitepress/components/HomeContributors.vue
index be8157401..614642a80 100644
--- a/docs/.vitepress/components/HomeContributors.vue
+++ b/docs/.vitepress/components/HomeContributors.vue
@@ -5,8 +5,8 @@
-
+
Star on GitHub
-
+
Ideas & Suggestions
-
+
Project Roadmap
-
+
Bug Reports
diff --git a/packages/core/package.json b/packages/core/package.json
index a6e4eb4be..c8f1e8174 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/core",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/devtools-api/package.json b/packages/devtools-api/package.json
index 708f7ac9a..c214b186c 100644
--- a/packages/devtools-api/package.json
+++ b/packages/devtools-api/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools-api",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json
index a2e4328ea..97378f4ac 100644
--- a/packages/devtools-kit/package.json
+++ b/packages/devtools-kit/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools-kit",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/devtools/package.json b/packages/devtools/package.json
index b150a391e..82756056a 100644
--- a/packages/devtools/package.json
+++ b/packages/devtools/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/electron/package.json b/packages/electron/package.json
index d491692a1..ff7b48294 100644
--- a/packages/electron/package.json
+++ b/packages/electron/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/electron",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 7e7fa4f05..599956c89 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/shared",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index fe78575a2..515659821 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -7,7 +7,7 @@
"repository": {
"directory": "packages/ui",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
diff --git a/packages/vite/package.json b/packages/vite/package.json
index dd6f39d18..47b91a1e5 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -5,14 +5,14 @@
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
- "homepage": "https://github.com/vuejs/devtools-next#readme",
+ "homepage": "https://github.com/vuejs/devtools#readme",
"repository": {
"directory": "packages/vite",
"type": "git",
- "url": "git+https://github.com/vuejs/devtools-next.git"
+ "url": "git+https://github.com/vuejs/devtools.git"
},
"bugs": {
- "url": "https://github.com/vuejs/devtools-next/issues"
+ "url": "https://github.com/vuejs/devtools/issues"
},
"keywords": [
"vue-devtools",