Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 30, 2017
1 parent 93e9da1 commit aca66d9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.4-0",
"version": "0.5.4",
"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.5.2",
"version": "0.5.4",
"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.5.4-0",
"version": "0.5.4",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.5.2",
"axios-error": "^0.5.4",
"image-type": "^3.0.0",
"warning": "^3.0.0"
},
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.5.4-0",
"version": "0.5.4",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.5.2",
"axios-error": "^0.5.4",
"form-data": "^2.3.1",
"invariant": "^2.2.2",
"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.5.2",
"version": "0.5.4",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.5.2",
"axios-error": "^0.5.4",
"invariant": "^2.2.2",
"warning": "^3.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.5.2",
"version": "0.5.4",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.5.2",
"axios-error": "^0.5.4",
"warning": "^3.0.0"
},
"devDependencies": {
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.5.2",
"version": "0.5.4",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.5.2",
"axios-error": "^0.5.4",
"warning": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit aca66d9

Please sign in to comment.