Skip to content

Commit

Permalink
v0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Apr 21, 2023
1 parent 8ec7696 commit 34341ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.5.20"
"version": "0.5.21"
}
4 changes: 2 additions & 2 deletions packages/electron-screenshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-screenshots",
"version": "0.5.20",
"version": "0.5.21",
"description": "electron 截图插件",
"types": "lib/screenshots.d.ts",
"main": "lib/screenshots.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"node-screenshots": "^0.1.4",
"react-screenshots": "^0.5.19"
"react-screenshots": "^0.5.21"
},
"peerDependencies": {
"electron": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-screenshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-screenshots",
"version": "0.5.19",
"version": "0.5.21",
"description": "a screenshot cropper tool by react",
"main": "./lib/react-screenshots.cjs.js",
"module": "./lib/react-screenshots.es.js",
Expand Down

0 comments on commit 34341ff

Please sign in to comment.