diff --git a/.changeset/clarify-channel-default-enable-guidance.md b/.changeset/clarify-channel-default-enable-guidance.md deleted file mode 100644 index bfa89fbf..00000000 --- a/.changeset/clarify-channel-default-enable-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Changed: clarified the `Channel.enabledByDefault` doc comment to recommend an explicit "is this the user's own resource" signal over an ACL/permission-tier check when deciding which channels to sync by default — a high permission tier can be granted on a resource the user doesn't own (e.g. broad internal sharing defaults), so it doesn't reliably mean "mine". diff --git a/.changeset/fileref-content-id.md b/.changeset/fileref-content-id.md deleted file mode 100644 index db15f165..00000000 --- a/.changeset/fileref-content-id.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `contentId` on `ActionType.fileRef` actions. - -Marks a file reference as an inline body image rather than an attachment. Set -it to the part's Content-ID (without angle brackets) when the note's content -still carries a matching `cid:` reference, and Plot renders the image where the -sender placed it, at its own size, instead of appending an attachment chip. - -Mail connectors should use this to distinguish three cases: an ordinary -attachment (no `contentId`), an inline image the retained content still -references (`contentId` set), and an inline image whose only reference lived in -quoted history that was trimmed away — a signature logo, typically — which -should be dropped rather than surfaced as an attachment nobody can place. diff --git a/libs/google-contacts/CHANGELOG.md b/libs/google-contacts/CHANGELOG.md index beb7cdcf..5b2c26cb 100644 --- a/libs/google-contacts/CHANGELOG.md +++ b/libs/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.6.16 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.93.0 + ## 0.6.15 ### Changed diff --git a/libs/google-contacts/package.json b/libs/google-contacts/package.json index 7834012e..8c657596 100644 --- a/libs/google-contacts/package.json +++ b/libs/google-contacts/package.json @@ -2,7 +2,7 @@ "name": "@plotday/google-contacts", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.6.15", + "version": "0.6.16", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index aba0fb17..5a6e78dc 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,15 @@ # @plotday/twister +## 0.93.0 + +### Added + +- `contentId` on `ActionType.fileRef` actions. + +### Changed + +- clarified the `Channel.enabledByDefault` doc comment to recommend an explicit "is this the user's own resource" signal over an ACL/permission-tier check when deciding which channels to sync by default — a high permission tier can be granted on a resource the user doesn't own (e.g. broad internal sharing defaults), so it doesn't reliably mean "mine". ([#377](https://github.com/plotday/plot/pull/377) [`2e00d59`](https://github.com/plotday/plot/commit/2e00d599686a322329e21c4c5a4eaf33eb05603f)) + ## 0.92.0 ### Added diff --git a/twister/package.json b/twister/package.json index 1812792d..e789409a 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.92.0", + "version": "0.93.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",