Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
18603046467 authored and 18603046467 committed Nov 23, 2021
1 parent 3c6f91e commit 3ba9d1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"ignore": []
}
},
"version": "1.7.0"
"version": "1.7.1"
}
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar",
"version": "1.7.0",
"version": "1.7.1",
"description": "给开发者的加速代理工具",
"main": "src/index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"test": "mocha"
},
"dependencies": {
"@docmirror/mitmproxy": "^1.7.0",
"@docmirror/mitmproxy": "^1.7.1",
"agentkeepalive": "^2.1.1",
"babel-preset-es2020": "^1.0.2",
"charset": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar-gui",
"version": "1.7.0",
"version": "1.7.1",
"private": false,
"license": "MPL-2.0",
"main": "background.js",
Expand All @@ -21,8 +21,8 @@
"name": "Greper"
},
"dependencies": {
"@docmirror/dev-sidecar": "^1.7.0",
"@docmirror/mitmproxy": "^1.7.0",
"@docmirror/dev-sidecar": "^1.7.1",
"@docmirror/mitmproxy": "^1.7.1",
"adm-zip": "^0.5.5",
"ant-design-vue": "^1.6.5",
"compressing": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mitmproxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docmirror/mitmproxy",
"version": "1.7.0",
"version": "1.7.1",
"description": "",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit 3ba9d1c

Please sign in to comment.