From f1261a7dde5d81d92cdec4b23faadb12e553f4cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:52:34 +0000 Subject: [PATCH] chore: version packages --- .changeset/connector-handle-replies.md | 7 ------- .changeset/provider-id-contacts.md | 5 ----- .changeset/rename-source-to-connector-cli.md | 5 ----- twister/CHANGELOG.md | 11 +++++++++++ twister/package.json | 2 +- 5 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 .changeset/connector-handle-replies.md delete mode 100644 .changeset/provider-id-contacts.md delete mode 100644 .changeset/rename-source-to-connector-cli.md diff --git a/.changeset/connector-handle-replies.md b/.changeset/connector-handle-replies.md deleted file mode 100644 index d32fdea..0000000 --- a/.changeset/connector-handle-replies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Removed: `addContacts()` from Plot tool public API (contacts are created implicitly through thread/note creation) -Changed: `ContactAccess` enum now only has `Read` — `Write` removed from public API -Added: `handleReplies` static property on Connector class (replaces Plot tool options for defaultMention) diff --git a/.changeset/provider-id-contacts.md b/.changeset/provider-id-contacts.md deleted file mode 100644 index 4a5f389..0000000 --- a/.changeset/provider-id-contacts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: Made `NewContact.email` optional to support provider-ID-based contact resolution diff --git a/.changeset/rename-source-to-connector-cli.md b/.changeset/rename-source-to-connector-cli.md deleted file mode 100644 index 97182a3..0000000 --- a/.changeset/rename-source-to-connector-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Changed: Renamed `--source` CLI flag to `--connector` in `plot create` command to match SDK naming diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index a9222ca..6d46475 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/twister +## 0.41.0 + +### Changed + +- Made `NewContact.email` optional to support provider-ID-based contact resolution ([#107](https://github.com/plotday/plot/pull/107) [`823d6ec`](https://github.com/plotday/plot/commit/823d6ec45af8ee896fd8c08caba515ff6f49f27b)) +- Renamed `--source` CLI flag to `--connector` in `plot create` command to match SDK naming ([`f30e3ba`](https://github.com/plotday/plot/commit/f30e3ba91bc91967133d51b975d3f1be68af8dc7)) + +### Removed + +- `addContacts()` from Plot tool public API (contacts are created implicitly through thread/note creation) + ## 0.40.0 ### Added diff --git a/twister/package.json b/twister/package.json index 4b89562..31a011c 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.40.0", + "version": "0.41.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",