Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Aug 26, 2019
1 parent 158e7d6 commit 62a2ec0
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": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.0-alpha.7",
"version": "0.8.0",
"command": {
"publish": {
"ignoreChanges": [
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.8.0-alpha.7",
"version": "0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"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.8.0-alpha.7",
"version": "0.8.0",
"engines": {
"node": ">=6"
},
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"axios": "^0.19.0",
"axios-error": "^0.8.0-alpha.7",
"axios-error": "^0.8.0",
"debug": "^4.0.1",
"form-data": "^2.3.2",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit 62a2ec0

Please sign in to comment.