Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 16, 2018
1 parent 0fa725b commit decb4e8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.6",
"version": "0.7.7",
"commands": {
"publish": {
"ignore": [
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.6",
"version": "0.7.7",
"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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.6",
"axios-error": "^0.7.7",
"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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.18.0",
"axios-error": "^0.7.6",
"axios-error": "^0.7.7",
"form-data": "^2.3.2",
"invariant": "^2.2.4",
"is-plain-object": "^2.0.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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.6",
"axios-error": "^0.7.7",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.6"
"axios-error": "^0.7.7"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.6"
"axios-error": "^0.7.7"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.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.6",
"version": "0.7.7",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.18.0",
"axios-error": "^0.7.6",
"axios-error": "^0.7.7",
"form-data": "^2.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit decb4e8

Please sign in to comment.