Skip to content

Commit

Permalink
chore: release v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed May 15, 2024
1 parent 57ae508 commit fdac6eb
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"docs:build": "vitepress build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-monorepo",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"packageManager": "[email protected]",
"description": "DevTools for Vue.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-applet",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-browser-extension",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-client",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@vue/devtools-core",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -16,11 +21,6 @@
"dist",
"server.d.ts"
],
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup --clean",
"prepare:type": "tsup --dts-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-api",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@vue/devtools-kit",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"repository": {
"directory": "packages/devtools-kit",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -17,11 +22,6 @@
"**.d.ts",
"dist"
],
"repository": {
"directory": "packages/devtools-kit",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup --clean",
"prepare:type": "tsup --dts-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-electron",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-overlay",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/applet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-applet",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"dev": "vite"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-basic",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"dev": "vite"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-multi-app",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"dev": "vite"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/termui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-termui-playground",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"bin": {
"vtui-app": "./dist/main.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-playground",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"build:ui-playground": "vue-tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"not ie 11"
],
"name": "webpack-playground",
"version": "7.1.3",
"version": "7.2.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve"
Expand Down
12 changes: 6 additions & 6 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@vue/devtools-shared",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"repository": {
"directory": "packages/shared",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"exports": {
".": {
"import": "./dist/index.js",
Expand All @@ -15,11 +20,6 @@
"files": [
"dist"
],
"repository": {
"directory": "packages/shared",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
},
"scripts": {
"build": "tsup",
"prepare:type": "tsup --dts-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-ui",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"author": "webfansplz",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-vue-devtools",
"type": "module",
"version": "7.1.3",
"version": "7.2.0",
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
Expand Down

0 comments on commit fdac6eb

Please sign in to comment.