Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 5, 2019
1 parent 1eb7eb8 commit c171417
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1",
"version": "0.8.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"browser": "lib/browser.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-messenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"browser": "lib/browser.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.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
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-viber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-wechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "0.8.1",
"version": "0.8.2",
"main": "lib/index.js",
"dependencies": {
"axios": "^0.19.0",
Expand Down

0 comments on commit c171417

Please sign in to comment.