Skip to content

Commit

Permalink
v0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Apr 8, 2020
1 parent 999553f commit 4318450
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"lerna": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.17",
"version": "0.7.18",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-error/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"devDependencies": {
"axios": "^0.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-line/package.json
Expand Up @@ -6,12 +6,12 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"browser": "lib/browser.js",
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"debug": "^4.0.1",
"image-type": "^3.0.0",
"invariant": "^2.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-messenger/package.json
Expand Up @@ -6,13 +6,13 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"browser": "lib/browser.js",
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"debug": "^4.0.1",
"form-data": "^2.3.2",
"invariant": "^2.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-slack/package.json
Expand Up @@ -6,11 +6,11 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"lodash.omit": "^4.5.0",
"url-join": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-telegram/package.json
Expand Up @@ -6,11 +6,11 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"debug": "^4.0.1",
"lodash.omit": "^4.5.0",
"url-join": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-viber/package.json
Expand Up @@ -6,11 +6,11 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"debug": "^4.0.1",
"lodash.omit": "^4.5.0",
"url-join": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-wechat/package.json
Expand Up @@ -6,11 +6,11 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.7.17",
"version": "0.7.18",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.7.17",
"axios-error": "^0.7.18",
"debug": "^4.0.1",
"form-data": "^2.3.2",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit 4318450

Please sign in to comment.