Skip to content

Commit

Permalink
v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 19, 2018
1 parent d370425 commit 9bcc48d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"lerna": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.7",
"commands": {
"version": "0.7.8",
"command": {
"publish": {
"ignore": [
"ignoreChanges": [
"__tests__/**"
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-error/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axios-error",
"description": "An axios error wrapper that aim to provide clear error message to the user",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-line",
"description": "Messaging API client for LINE",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-messenger",
"description": "Messaging API client for Messenger",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-slack",
"description": "Messaging API client for Slack",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"lodash.omit": "^4.5.0",
"url-join": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-telegram",
"description": "Messaging API client for Telegram",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-viber",
"description": "Messaging API client for Viber",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-wechat",
"description": "Messaging API client for WeChat",
"version": "0.7.7",
"version": "0.7.8",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.7",
"axios-error": "^0.7.8",
"debug": "^4.0.1",
"form-data": "^2.3.2",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit 9bcc48d

Please sign in to comment.