Skip to content

Commit 2da1980

Browse files
chore(release): version packages
1 parent 4115c94 commit 2da1980

38 files changed

Lines changed: 155 additions & 30 deletions

File tree

.changeset/linear-vercel-connect.md

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

.changeset/social-loops-try.md

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

packages/adapter-discord/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chat-adapter/discord
22

3+
## 4.33.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [076fe5d]
8+
- chat@4.33.0
9+
- @chat-adapter/shared@4.33.0
10+
311
## 4.32.0
412

513
### Minor Changes

packages/adapter-discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/discord",
3-
"version": "4.32.0",
3+
"version": "4.33.0",
44
"description": "Discord adapter for Chat SDK — HTTP interactions, Gateway events, slash commands, and embeds",
55
"type": "module",
66
"engines": {

packages/adapter-gchat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chat-adapter/gchat
22

3+
## 4.33.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [076fe5d]
8+
- chat@4.33.0
9+
- @chat-adapter/shared@4.33.0
10+
311
## 4.32.0
412

513
### Patch Changes

packages/adapter-gchat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/gchat",
3-
"version": "4.32.0",
3+
"version": "4.33.0",
44
"description": "Google Chat adapter for Chat SDK — service account auth, Card v2, dialogs, and Workspace Events",
55
"type": "module",
66
"engines": {

packages/adapter-github/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chat-adapter/github
22

3+
## 4.33.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [076fe5d]
8+
- chat@4.33.0
9+
- @chat-adapter/shared@4.33.0
10+
311
## 4.32.0
412

513
### Patch Changes

packages/adapter-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/github",
3-
"version": "4.32.0",
3+
"version": "4.33.0",
44
"description": "GitHub adapter for Chat SDK — respond to @mentions in pull request and issue comment threads",
55
"type": "module",
66
"engines": {

packages/adapter-linear/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chat-adapter/linear
22

3+
## 4.33.0
4+
5+
### Minor Changes
6+
7+
- 4115c94: Add Vercel Connect support to the Linear adapter. The `accessToken` config option now accepts a resolver (`() => string | Promise<string>`) in addition to a string, so tokens can be sourced from Vercel Connect at runtime, and a new optional `webhookVerifier` verifies inbound webhooks (e.g. Connect trigger-forwarded requests via a Vercel OIDC token) in place of the Linear webhook secret. Pair with `connectLinearAdapter()` from `@vercel/connect/chat`. Connect-mode outbound calls outside webhook handling are supported via `withInstallation(organizationId, fn)`.
8+
9+
Note: the `connectLinearAdapter()` helper ships in `@vercel/connect` — release this adapter together with (or after) the `@vercel/connect` version that adds the `@vercel/connect/chat` subpath so the documented helper resolves.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [076fe5d]
14+
- chat@4.33.0
15+
- @chat-adapter/shared@4.33.0
16+
317
## 4.32.0
418

519
### Patch Changes

packages/adapter-linear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chat-adapter/linear",
3-
"version": "4.32.0",
3+
"version": "4.33.0",
44
"description": "Linear adapter for Chat SDK — @mentions in issue comments and Linear agent sessions",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)