Skip to content

Commit

Permalink
chore: release v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Apr 26, 2024
1 parent 0aabda9 commit 2a997c0
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"private": true,
"packageManager": "pnpm@9.0.5",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-core",
"type": "module",
"version": "7.1.2",
"version": "7.1.3",
"author": "webfansplz",
"license": "MIT",
"exports": {
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.2",
"version": "7.1.3",
"author": "webfansplz",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-kit",
"type": "module",
"version": "7.1.2",
"version": "7.1.3",
"author": "webfansplz",
"license": "MIT",
"exports": {
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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"private": true,
"scripts": {
"dev": "vue-cli-service serve"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-shared",
"type": "module",
"version": "7.1.2",
"version": "7.1.3",
"author": "webfansplz",
"license": "MIT",
"exports": {
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.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
Expand Down

0 comments on commit 2a997c0

Please sign in to comment.