Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-tires-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-jobs-poke.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @slack/oauth

## 3.0.5

### Patch Changes

- dbd38e2: fix: write files to the file installation store using the path.join method
- Updated dependencies [75649f4]
- @slack/web-api@7.15.0
4 changes: 2 additions & 2 deletions packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/oauth",
"version": "3.0.4",
"version": "3.0.5",
"description": "Official library for interacting with Slack's Oauth endpoints",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@slack/logger": "^4",
"@slack/web-api": "^7.10.0",
"@slack/web-api": "^7.15.0",
"@types/jsonwebtoken": "^9",
"@types/node": ">=18",
"jsonwebtoken": "^9"
Expand Down
6 changes: 6 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @slack/web-api

## 7.15.0

### Minor Changes

- 75649f4: feat: add support for apps.user.connection.update

## 7.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/web-api",
"version": "7.14.1",
"version": "7.15.0",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, LLC",
"license": "MIT",
Expand Down