Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @slack/client@5.0.2
 - @slack/events-api@2.3.0
 - @slack/interactive-messages@1.2.0
 - @slack/rtm-api@5.0.2
 - @slack/types@1.1.0
 - @slack/web-api@5.1.0
 - @slack/webhook@5.0.1
  • Loading branch information
clavin committed Jul 26, 2019
1 parent f18a3ba commit 35b40af
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "5.0.1",
"version": "5.0.2",
"description": "Legacy wrapper for official Slack Platform's Web API, RTM API, and Incoming Webhook libraries. Use @slack/web-api, @slack/rtm-api, or @slack/webhook instead.",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@slack/logger": "^1.0.0",
"@slack/rtm-api": "^5.0.1",
"@slack/types": "^1.0.0",
"@slack/web-api": "^5.0.1",
"@slack/webhook": "^5.0.0"
"@slack/rtm-api": "^5.0.2",
"@slack/types": "^1.1.0",
"@slack/web-api": "^5.1.0",
"@slack/webhook": "^5.0.1"
},
"devDependencies": {
"shx": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/events-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/events-api",
"version": "2.2.0",
"version": "2.3.0",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/interactive-messages",
"version": "1.1.1",
"version": "1.2.0",
"description": "Official library for using the Slack Platform's Interactive Buttons, Menus, Dialogs, Actions, and Block Actions",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/rtm-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/rtm-api",
"version": "5.0.1",
"version": "5.0.2",
"description": "Official library for using the Slack Platform's Real Time Messaging API",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@slack/logger": "^1.0.0",
"@slack/web-api": "^5.0.1",
"@slack/web-api": "^5.1.0",
"@types/node": ">=8.9.0",
"@types/p-queue": "^2.3.2",
"@types/ws": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/types",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shared type definitions for the Node Slack SDK",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/web-api",
"version": "5.0.1",
"version": "5.1.0",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@slack/logger": "^1.0.0",
"@slack/types": "^1.0.0",
"@slack/types": "^1.1.0",
"@types/is-stream": "^1.1.0",
"@types/node": ">=8.9.0",
"@types/p-queue": "^2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/webhook",
"version": "5.0.0",
"version": "5.0.1",
"description": "Official library for using the Slack Platform's Incoming Webhooks",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"coverage": "codecov -F webhook --root=$PWD"
},
"dependencies": {
"@slack/types": "^1.0.0",
"@slack/types": "^1.1.0",
"@types/node": ">=8.9.0",
"axios": "^0.18.0"
},
Expand Down

0 comments on commit 35b40af

Please sign in to comment.