Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jun 19, 2018
1 parent 3a4c84a commit 67ff075
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 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.2",
"version": "0.7.3",
"commands": {
"publish": {
"ignore": [
Expand Down
9 changes: 7 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.2",
"version": "0.7.3",
"engines": {
"node": ">=6"
},
Expand All @@ -12,7 +12,12 @@
"license": "MIT",
"main": "lib/index.js",
"browser": "lib/browser.js",
"keywords": ["bot", "chatbot", "messaging-apis", "line"],
"keywords": [
"bot",
"chatbot",
"messaging-apis",
"line"
],
"dependencies": {
"axios": "^0.17.0",
"axios-error": "^0.7.0",
Expand Down
9 changes: 7 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.2",
"version": "0.7.3",
"engines": {
"node": ">=6"
},
Expand All @@ -12,7 +12,12 @@
"license": "MIT",
"main": "lib/index.js",
"browser": "lib/browser.js",
"keywords": ["bot", "chatbot", "messaging-apis", "messenger"],
"keywords": [
"bot",
"chatbot",
"messaging-apis",
"messenger"
],
"dependencies": {
"append-query": "^2.0.1",
"axios": "^0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.7.3",
"engines": {
"node": ">=6"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.7.3",
"engines": {
"node": ">=6"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.7.3",
"engines": {
"node": ">=6"
},
Expand Down

0 comments on commit 67ff075

Please sign in to comment.