Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 4, 2021
1 parent 99aefa4 commit 7df9e3b
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": "1.1.0-alpha.0",
"version": "1.1.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "facebook-batch",
"version": "1.1.0",
"description": "Gracefully batching facebook requests.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"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
@@ -1,12 +1,12 @@
{
"name": "messaging-api-line",
"version": "1.1.0",
"description": "Messaging API client for LINE",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.1.0-alpha.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
@@ -1,12 +1,12 @@
{
"name": "messaging-api-messenger",
"version": "1.1.0",
"description": "Messaging API client for Messenger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"browser": "lib/browser.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "messaging-api-slack",
"version": "1.1.0",
"description": "Messaging API client for Slack",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
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,12 +1,12 @@
{
"name": "messaging-api-telegram",
"version": "1.1.0",
"description": "Messaging API client for Telegram",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"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
@@ -1,12 +1,12 @@
{
"name": "messaging-api-viber",
"version": "1.1.0",
"description": "Messaging API client for Viber",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 7df9e3b

Please sign in to comment.