Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @slack/client@5.0.1
 - @slack/rtm-api@5.0.1
 - @slack/web-api@5.0.1
  • Loading branch information
aoberoi committed Apr 18, 2019
1 parent 53c26f1 commit 0a53364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "5.0.0",
"version": "5.0.1",
"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,9 +46,9 @@
},
"dependencies": {
"@slack/logger": "^1.0.0",
"@slack/rtm-api": "^5.0.0",
"@slack/rtm-api": "^5.0.1",
"@slack/types": "^1.0.0",
"@slack/web-api": "^5.0.0",
"@slack/web-api": "^5.0.1",
"@slack/webhook": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rtm-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@slack/rtm-api",
"version": "5.0.0",
"version": "5.0.1",
"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.0",
"@slack/web-api": "^5.0.1",
"@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/web-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@slack/web-api",
"version": "5.0.0",
"version": "5.0.1",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down

0 comments on commit 0a53364

Please sign in to comment.