Skip to content

Commit

Permalink
chore: release v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 21, 2024
1 parent 0070585 commit 9342ff6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.3.2",
"version": "7.3.3",
"author": "webfansplz",
"license": "MIT",
"exports": {
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.3.2",
"version": "7.3.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.3.2",
"version": "7.3.3",
"author": "webfansplz",
"license": "MIT",
"repository": {
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.3.2",
"version": "7.3.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.3.2",
"version": "7.3.3",
"author": "webfansplz",
"license": "MIT",
"repository": {
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.3.2",
"version": "7.3.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.3.2",
"version": "7.3.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.3.2",
"version": "7.3.3",
"private": true,
"author": "webfansplz",
"license": "MIT",
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.3.2",
"version": "7.3.3",
"author": "webfansplz",
"license": "MIT",
"repository": {
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.3.2",
"version": "7.3.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.3.2",
"version": "7.3.3",
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
Expand Down

0 comments on commit 9342ff6

Please sign in to comment.