Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 7, 2020
1 parent b948523 commit 879afbd
Show file tree
Hide file tree
Showing 10 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": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-beta.34",
"version": "1.0.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
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.0-beta.27",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-batch/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": "1.0.0-beta.34",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-common/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": "1.0.0-beta.29",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
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": "1.0.0-beta.34",
"version": "1.0.0",
"main": "dist/index.js",
"browser": "lib/browser.js",
"types": "dist/index.d.ts",
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": "1.0.0-beta.34",
"version": "1.0.0",
"main": "dist/index.js",
"browser": "lib/browser.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging-api-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.0-beta.33",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"axios": "^0.19.2",
"axios-error": "^1.0.0-beta.27",
"axios-error": "^1.0.0",
"lodash": "^4.17.15",
"messaging-api-common": "^1.0.0-beta.29",
"messaging-api-common": "^1.0.0",
"ts-invariant": "^0.4.4"
},
"keywords": [
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": "1.0.0-beta.34",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
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": "1.0.0-beta.33",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
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": "1.0.0-beta.33",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 879afbd

Please sign in to comment.