Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jun 16, 2024
1 parent 383e806 commit 08e542b
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.6.1"
"version": "2.7.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.6.1",
"version": "2.7.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.6.1"
"launch-editor": "^2.7.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.6.1",
"version": "2.7.0",
"description": "launch editor from node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 08e542b

Please sign in to comment.