Skip to content

Commit

Permalink
chore: release v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jan 6, 2024
1 parent fb1b261 commit 18fc1d6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
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.0.5",
"version": "7.0.6",
"private": true,
"packageManager": "[email protected]",
"description": "DevTools for Vue.js",
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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-playground",
"type": "module",
"version": "7.0.5",
"version": "7.0.6",
"private": true,
"scripts": {
"app": "vue-devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-schema",
"type": "module",
"version": "7.0.5",
"version": "7.0.6",
"author": "webfansplz",
"license": "MIT",
"sideEffects": false,
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.0.5",
"version": "7.0.6",
"author": "webfansplz",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-ui-playground",
"type": "module",
"version": "7.0.5",
"version": "7.0.6",
"private": true,
"scripts": {
"build:ui-playground": "vue-tsc && vite build",
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.0.5",
"version": "7.0.6",
"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.0.5",
"version": "7.0.6",
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"not ie 11"
],
"name": "@vue/devtools-webpack-playground",
"version": "7.0.5",
"version": "7.0.6",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down

0 comments on commit 18fc1d6

Please sign in to comment.