Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
chore: release v1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 23, 2023
1 parent ba7d5e3 commit 5293350
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vite-plugin-vue-devtools/monorepo",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"private": true,
"packageManager": "pnpm@8.7.6",
"description": "A vite plugin for Vue DevTools",
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": "@vite-plugin-vue-devtools/client",
"type": "module",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "webfansplz",
"license": "MIT",
"homepage": "https://github.com/webfansplz/vite-plugin-vue-devtools#readme",
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": "@vite-plugin-vue-devtools/core",
"type": "module",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "webfansplz",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-vue-devtools",
"type": "module",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "A vite plugin for Vue DevTools",
"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,6 +1,6 @@
{
"name": "playground",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vite-plugin-vue-devtools/ui-kit",
"type": "module",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": "webfansplz",
"license": "MIT",
"homepage": "https://github.com/webfansplz/vite-plugin-vue-devtools#readme",
Expand Down

0 comments on commit 5293350

Please sign in to comment.