Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jan 11, 2021
1 parent 0576812 commit 8d0a6e0
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"lerna": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.3",
"version": "1.0.4",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/axios-error/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.0",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-batch/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.2",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-common/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.0",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-line/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.1",
"version": "1.0.4",
"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
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.2",
"version": "1.0.4",
"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
Expand Up @@ -6,16 +6,16 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios-error": "^1.0.0",
"axios-error": "^1.0.4",
"lodash": "^4.17.15",
"messaging-api-common": "^1.0.0",
"messaging-api-common": "^1.0.4",
"ts-invariant": "^0.4.4",
"warning": "^4.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-telegram/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.1",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-viber/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.1",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-wechat/package.json
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.1",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 8d0a6e0

Please sign in to comment.