Skip to content

chore: version packages - #99

Merged
KrisBraun merged 1 commit into
mainfrom
changeset-release/main
Mar 4, 2026
Merged

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

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 22, 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.37.0

Added

  • Schedule type with ScheduleContact for event scheduling, recurring events, and per-user schedules (#10146fe8f1)
  • Source.onThreadRead() hook for writing back read/unread status to external services (#1016e9dcf5)
  • Source base class for building service integrations with provider, scopes, and lifecycle management (#10146fe8f1)
  • LinkType config for sources and channelId on Link for account-based priority routing (#10146fe8f1)
  • Package exports for ./source and ./schedule modules (#10146fe8f1)

Changed

  • BREAKING — Refactor Source base class to own provider identity and channel lifecycle (#10146fe8f1)
  • BREAKING — Rename Activity to Thread and Link to Action throughout the SDK (types, methods, filters) (#10146fe8f1)
  • BREAKING — Twist lifecycle hooks onThreadUpdated, onNoteCreated moved from Plot options to Twist base class methods; added onLinkCreated, onLinkUpdated, onLinkNoteCreated, onOptionsChanged (#1016e9dcf5)
  • BREAKING — Removed deprecated IntegrationProviderConfig and IntegrationOptions types; added archiveLinks(filter) for bulk-archiving links (#1016e9dcf5)
  • BREAKING — Removed thread.updated and note.created callbacks from Plot options (use Twist.onThreadUpdated/onNoteCreated instead); added link: true option and getLinks(filter?) method for link processing (#1016e9dcf5)
  • BREAKING — Rename Syncable to Channel in Integrations tool, add saveLink() and saveContacts() methods (#10146fe8f1)

Removed

  • BREAKING — Deprecated twister functions and types (#10146fe8f1)
  • BREAKING — Common interfaces (calendar, documents, messaging, projects, source-control) replaced by individual source implementations (#10146fe8f1)
  • BREAKING — RSVP tags (Attend, Skip, Undecided) from Tag enum, replaced by ScheduleContact (#10146fe8f1)

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 9b5a1fd to 99c4e63CompareFebruary 22, 2026 22:28
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 99c4e63 to e912976CompareMarch 4, 2026 05:14
@KrisBraun
KrisBraun merged commit 00372d1 into mainMar 4, 2026
@KrisBraun
KrisBraun deleted the changeset-release/main branch March 4, 2026 05:15
Sign up for freeto 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

@KrisBraun