From e91297641aa44ac6d6d098cb789365f73db4fd65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:14:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/bold-stars-glow.md | 5 ----- .changeset/brave-foxes-dance.md | 5 ----- .changeset/bright-trees-wave.md | 5 ----- .changeset/calm-waves-shine.md | 5 ----- .changeset/cool-lakes-hum.md | 5 ----- .changeset/deep-pens-rest.md | 5 ----- .changeset/fresh-plants-grow.md | 5 ----- .changeset/green-doors-open.md | 5 ----- .changeset/kind-dogs-clap.md | 5 ----- .changeset/quiet-rivers-flow.md | 5 ----- .changeset/silver-moons-rise.md | 5 ----- .changeset/swift-hawks-soar.md | 5 ----- .changeset/tall-clouds-rest.md | 5 ----- .changeset/warm-birds-sing.md | 5 ----- twister/CHANGELOG.md | 25 +++++++++++++++++++++++++ twister/package.json | 2 +- 16 files changed, 26 insertions(+), 71 deletions(-) delete mode 100644 .changeset/bold-stars-glow.md delete mode 100644 .changeset/brave-foxes-dance.md delete mode 100644 .changeset/bright-trees-wave.md delete mode 100644 .changeset/calm-waves-shine.md delete mode 100644 .changeset/cool-lakes-hum.md delete mode 100644 .changeset/deep-pens-rest.md delete mode 100644 .changeset/fresh-plants-grow.md delete mode 100644 .changeset/green-doors-open.md delete mode 100644 .changeset/kind-dogs-clap.md delete mode 100644 .changeset/quiet-rivers-flow.md delete mode 100644 .changeset/silver-moons-rise.md delete mode 100644 .changeset/swift-hawks-soar.md delete mode 100644 .changeset/tall-clouds-rest.md delete mode 100644 .changeset/warm-birds-sing.md diff --git a/.changeset/bold-stars-glow.md b/.changeset/bold-stars-glow.md deleted file mode 100644 index a4ee135..0000000 --- a/.changeset/bold-stars-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING — Refactor Source base class to own provider identity and channel lifecycle diff --git a/.changeset/brave-foxes-dance.md b/.changeset/brave-foxes-dance.md deleted file mode 100644 index 2bf9dd2..0000000 --- a/.changeset/brave-foxes-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING — Rename Activity to Thread and Link to Action throughout the SDK (types, methods, filters) diff --git a/.changeset/bright-trees-wave.md b/.changeset/bright-trees-wave.md deleted file mode 100644 index 5ba44b4..0000000 --- a/.changeset/bright-trees-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING — Twist lifecycle hooks onThreadUpdated, onNoteCreated moved from Plot options to Twist base class methods; added onLinkCreated, onLinkUpdated, onLinkNoteCreated, onOptionsChanged diff --git a/.changeset/calm-waves-shine.md b/.changeset/calm-waves-shine.md deleted file mode 100644 index beae31b..0000000 --- a/.changeset/calm-waves-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Schedule type with ScheduleContact for event scheduling, recurring events, and per-user schedules diff --git a/.changeset/cool-lakes-hum.md b/.changeset/cool-lakes-hum.md deleted file mode 100644 index 228add4..0000000 --- a/.changeset/cool-lakes-hum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Source.onThreadRead() hook for writing back read/unread status to external services diff --git a/.changeset/deep-pens-rest.md b/.changeset/deep-pens-rest.md deleted file mode 100644 index bd40f4c..0000000 --- a/.changeset/deep-pens-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING — Removed deprecated IntegrationProviderConfig and IntegrationOptions types; added archiveLinks(filter) for bulk-archiving links diff --git a/.changeset/fresh-plants-grow.md b/.changeset/fresh-plants-grow.md deleted file mode 100644 index 5aadb13..0000000 --- a/.changeset/fresh-plants-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Source base class for building service integrations with provider, scopes, and lifecycle management diff --git a/.changeset/green-doors-open.md b/.changeset/green-doors-open.md deleted file mode 100644 index 8f77e7b..0000000 --- a/.changeset/green-doors-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: LinkType config for sources and channelId on Link for account-based priority routing diff --git a/.changeset/kind-dogs-clap.md b/.changeset/kind-dogs-clap.md deleted file mode 100644 index 01b11df..0000000 --- a/.changeset/kind-dogs-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: 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 diff --git a/.changeset/quiet-rivers-flow.md b/.changeset/quiet-rivers-flow.md deleted file mode 100644 index 03c026e..0000000 --- a/.changeset/quiet-rivers-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING — Rename Syncable to Channel in Integrations tool, add saveLink() and saveContacts() methods diff --git a/.changeset/silver-moons-rise.md b/.changeset/silver-moons-rise.md deleted file mode 100644 index c812992..0000000 --- a/.changeset/silver-moons-rise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Removed: BREAKING — Deprecated twister functions and types diff --git a/.changeset/swift-hawks-soar.md b/.changeset/swift-hawks-soar.md deleted file mode 100644 index 7a77cbc..0000000 --- a/.changeset/swift-hawks-soar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Package exports for ./source and ./schedule modules diff --git a/.changeset/tall-clouds-rest.md b/.changeset/tall-clouds-rest.md deleted file mode 100644 index 09d5515..0000000 --- a/.changeset/tall-clouds-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Removed: BREAKING — Common interfaces (calendar, documents, messaging, projects, source-control) replaced by individual source implementations diff --git a/.changeset/warm-birds-sing.md b/.changeset/warm-birds-sing.md deleted file mode 100644 index d802bd5..0000000 --- a/.changeset/warm-birds-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Removed: BREAKING — RSVP tags (Attend, Skip, Undecided) from Tag enum, replaced by ScheduleContact diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 285ea80..ceeb328 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,30 @@ # @plotday/twister +## 0.37.0 + +### Added + +- Schedule type with ScheduleContact for event scheduling, recurring events, and per-user schedules ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- Source.onThreadRead() hook for writing back read/unread status to external services ([#101](https://github.com/plotday/plot/pull/101) [`6e9dcf5`](https://github.com/plotday/plot/commit/6e9dcf5317a713747ccced73021e6c14e27aab3b)) +- Source base class for building service integrations with provider, scopes, and lifecycle management ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- LinkType config for sources and channelId on Link for account-based priority routing ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- Package exports for ./source and ./schedule modules ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) + +### Changed + +- BREAKING — Refactor Source base class to own provider identity and channel lifecycle ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- BREAKING — Rename Activity to Thread and Link to Action throughout the SDK (types, methods, filters) ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- BREAKING — Twist lifecycle hooks onThreadUpdated, onNoteCreated moved from Plot options to Twist base class methods; added onLinkCreated, onLinkUpdated, onLinkNoteCreated, onOptionsChanged ([#101](https://github.com/plotday/plot/pull/101) [`6e9dcf5`](https://github.com/plotday/plot/commit/6e9dcf5317a713747ccced73021e6c14e27aab3b)) +- BREAKING — Removed deprecated IntegrationProviderConfig and IntegrationOptions types; added archiveLinks(filter) for bulk-archiving links ([#101](https://github.com/plotday/plot/pull/101) [`6e9dcf5`](https://github.com/plotday/plot/commit/6e9dcf5317a713747ccced73021e6c14e27aab3b)) +- 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 ([#101](https://github.com/plotday/plot/pull/101) [`6e9dcf5`](https://github.com/plotday/plot/commit/6e9dcf5317a713747ccced73021e6c14e27aab3b)) +- BREAKING — Rename Syncable to Channel in Integrations tool, add saveLink() and saveContacts() methods ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) + +### Removed + +- BREAKING — Deprecated twister functions and types ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- BREAKING — Common interfaces (calendar, documents, messaging, projects, source-control) replaced by individual source implementations ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) +- BREAKING — RSVP tags (Attend, Skip, Undecided) from Tag enum, replaced by ScheduleContact ([#101](https://github.com/plotday/plot/pull/101) [`46fe8f1`](https://github.com/plotday/plot/commit/46fe8f1a3c86b73d71bac3b4b6119d43fd3481e1)) + ## 0.36.0 ### Added diff --git a/twister/package.json b/twister/package.json index a60b8e1..a3fd643 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.36.0", + "version": "0.37.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",