Skip to content

chore: version packages - #388

Merged
KrisBraun merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

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

Conversation

@plot-app-builder

@plot-app-builderplot-app-builderBot commented Aug 21, 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@1.0.0

Added

  • kind to LinkTypeConfig so connectors can declare what each link type is: calendar, task, team-task, or message. Plot uses this to group connectors and to decide which channels of a connection a workspace can enable, so a composite connector's calendar and mail channels can be treated differently. The field is optional and defaults to team-task; declare it on every link type you publish. (#3871175bf5)

Removed

  • the Today and goal surfaces from the Plot tool. The TodayAccess and GoalAccess permission enums are gone, along with the today and goals entries in Plot.Options, the getTodayItems(), updateTodayItem(), and getTodayThreadId() methods, the createGoal(), getGoals(), updateGoal(), and archiveGoal() methods, the TodayItem, TodayItemSection, and TodayItemKind types, the Note.todayItem field, and the @plotday/twister/goal entry point with its Goal, NewGoal, GoalUpdate, GoalStatus, and GoalCadence types. To upgrade, drop today and goals from your build(Plot, { ... }) options and remove any calls to those methods; a twist that stored per-user intentions through goals can keep them in its own state with this.set / this.get. Note that the thread type value "goal" is unaffected — it is a display sub-type and remains available. (#38979042f1)

@plotday/google-contacts@0.6.18

Changed

  • Updated dependencies:
  • @plotday/twister@1.0.0

@plot-app-builder
plot-app-builderBotforce-pushed the changeset-release/main branch from 24cd09e to 96bc1d3CompareAugust 28, 2026 03:55
@KrisBraun
KrisBraun merged commit f5c8be1 into mainAug 28, 2026
1 check passed
@KrisBraun
KrisBraun deleted the changeset-release/main branch August 28, 2026 14:26
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