Skip to content

chore: version packages#175

Merged
KrisBraun merged 1 commit into
mainfrom
changeset-release/main
Jun 8, 2026
Merged

chore: version packages#175
KrisBraun merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@plotday/twister@0.56.0

Added

  • StatusIcon vocabulary and a required LinkStatus.icon (plus optional hiddenDefault); NewNote.link for note-attached links; NewLink.priority and Link.priority for connector-supplied primary-link selection. (#179 93c3f2c)
  • Integrations.saveCustomEmoji(emoji: NewCustomEmoji[]) — connectors can populate Plot's custom-emoji cache so workspace emoji (e.g. Slack :party_parrot:) render as images and round-trip as reactions. New NewCustomEmoji type exported. (#180 a20f388)
  • SyncContext.observeOnly — set when a channel is auto-observed because a user composed a Plot thread into it (rather than explicitly enabling it). Connectors should register webhooks/watches so inbound events sync back but skip historical backfill when this is true. (6c8c71e)
  • NewLinkWithNotes.originatingNote ({ key, externalContent }) — onCreateLink can now bind the thread's opening note to the external message it created, so reactions and edits on the first message route back to the external system. Mirrors the NoteWriteBackResult a reply returns from onNoteCreated. (cc862ad)

Changed

  • Network.createWebhook now selects a Google Pub/Sub push product via an explicit pubsub: "gmail" | "workspace" option (replacing the previous pubsub: boolean). Previously the Gmail Pub/Sub topic was chosen by auto-detecting Gmail scopes on stored Google auth tokens whenever no provider was passed, which misrouted a provider-less webhook for a sibling Google connector (Calendar, Drive) to a Gmail topic whenever the same user also had Gmail connected — events.watch / files.watch then rejected the non-HTTPS topic. Connectors now opt in explicitly: Gmail passes pubsub: "gmail", Workspace Events (Chat) passes pubsub: "workspace", and all other Google connectors receive a standard HTTPS webhook URL. Callers previously passing pubsub: true should pass pubsub: "workspace". (#174 1bdf29e)
  • ComposeConfig.status and CreateLinkDraft.status are now optional/nullable so status-less link types can still compose. Added: NewLink.todo / NewLink.todoDate to mark a thread as the connection owner's to-do atomically at create time. (#177 6699c8b)

@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from e9e2e1d to 5643d42 Compare June 8, 2026 18:43
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5643d42 to f2f0d65 Compare June 8, 2026 20:21
@KrisBraun KrisBraun merged commit 6136f0a into main Jun 8, 2026
@KrisBraun KrisBraun deleted the changeset-release/main branch June 8, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant