Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jun 19, 2024
1 parent 5366f3e commit 7984cc3
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 @@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.7.0"
"version": "2.8.0"
}
4 changes: 2 additions & 2 deletions packages/launch-editor-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launch-editor-middleware",
"version": "2.7.0",
"version": "2.8.0",
"description": "express middleware for launching editor",
"main": "index.js",
"repository": {
Expand All @@ -19,6 +19,6 @@
},
"homepage": "https://github.com/yyx990803/launch-editor#readme",
"dependencies": {
"launch-editor": "^2.7.0"
"launch-editor": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/launch-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launch-editor",
"version": "2.7.0",
"version": "2.8.0",
"description": "launch editor from node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7984cc3

Please sign in to comment.