chore: version packages#175
Merged
Merged
Conversation
e9e2e1d to
5643d42
Compare
5643d42 to
f2f0d65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
StatusIconvocabulary and a requiredLinkStatus.icon(plus optionalhiddenDefault);NewNote.linkfor note-attached links;NewLink.priorityandLink.priorityfor connector-supplied primary-link selection. (#17993c3f2c)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. NewNewCustomEmojitype exported. (#180a20f388)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 }) —onCreateLinkcan 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 theNoteWriteBackResulta reply returns fromonNoteCreated. (cc862ad)Changed
Network.createWebhooknow selects a Google Pub/Sub push product via an explicitpubsub: "gmail" | "workspace"option (replacing the previouspubsub: 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.watchthen rejected the non-HTTPS topic. Connectors now opt in explicitly: Gmail passespubsub: "gmail", Workspace Events (Chat) passespubsub: "workspace", and all other Google connectors receive a standard HTTPS webhook URL. Callers previously passingpubsub: trueshould passpubsub: "workspace". (#1741bdf29e)ComposeConfig.statusandCreateLinkDraft.statusare now optional/nullable so status-less link types can still compose. Added:NewLink.todo/NewLink.todoDateto mark a thread as the connection owner's to-do atomically at create time. (#1776699c8b)