Skip to content

Commit

Permalink
chore: v5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed May 16, 2024
1 parent 9623a37 commit 12f00aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qqtools3/app",
"version": "5.4.5",
"version": "5.4.6",
"description": "qqtools v3",
"author": {
"name": "段昊辰",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "5.4.5",
"version": "5.4.6",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qqtools3/main",
"version": "5.4.5",
"version": "5.4.6",
"scripts": {
"start": "npm run clean && tsc --outDir lib --watch",
"dev": "npm run clean && tsc --outDir lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/qqtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qqtools3/qqtools",
"version": "5.4.5",
"version": "5.4.6",
"main": "../main/lib/main.mjs",
"scripts": {
"runel": "cross-env NODE_ENV=development electron ./",
Expand Down

0 comments on commit 12f00aa

Please sign in to comment.