Skip to content

Commit 00d5ae9

Browse files
chore: release
1 parent a2eb4be commit 00d5ae9

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/chatty-tires-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-jobs-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/oauth/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @slack/oauth
2+
3+
## 3.0.5
4+
5+
### Patch Changes
6+
7+
- dbd38e2: fix: write files to the file installation store using the path.join method
8+
- Updated dependencies [75649f4]
9+
- @slack/web-api@7.15.0

packages/oauth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/oauth",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Official library for interacting with Slack's Oauth endpoints",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@slack/logger": "^4",
45-
"@slack/web-api": "^7.10.0",
45+
"@slack/web-api": "^7.15.0",
4646
"@types/jsonwebtoken": "^9",
4747
"@types/node": ">=18",
4848
"jsonwebtoken": "^9"

packages/web-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @slack/web-api
22

3+
## 7.15.0
4+
5+
### Minor Changes
6+
7+
- 75649f4: feat: add support for apps.user.connection.update
8+
39
## 7.14.1
410

511
### Patch Changes

packages/web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/web-api",
3-
"version": "7.14.1",
3+
"version": "7.15.0",
44
"description": "Official library for using the Slack Platform's Web API",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

0 commit comments

Comments
 (0)