From 129fde8e0da1fbdbf0c337d97c603b8345896b5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:37:35 +0000 Subject: [PATCH] chore: version packages --- .changeset/mail-signals.md | 13 ------------- libs/email-classifier/CHANGELOG.md | 7 +++++++ libs/email-classifier/package.json | 2 +- libs/google-contacts/CHANGELOG.md | 7 +++++++ libs/google-contacts/package.json | 2 +- twister/CHANGELOG.md | 6 ++++++ twister/package.json | 2 +- 7 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 .changeset/mail-signals.md diff --git a/.changeset/mail-signals.md b/.changeset/mail-signals.md deleted file mode 100644 index 915e1e45..00000000 --- a/.changeset/mail-signals.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `NewLink.signals` and the `@plotday/twister/signals` entry point. - -Connectors can now emit the raw signals they extract from a source item — -email headers, provider categories, recipient counts — instead of a finished -`facets` verdict. The platform derives classification from those signals, so -classification can improve without redeploying every connector, and can be -combined with recipient-relative context a connector cannot observe. - -`facets` continues to work unchanged. When a link carries both, `signals` wins. diff --git a/libs/email-classifier/CHANGELOG.md b/libs/email-classifier/CHANGELOG.md index 7c19fa4e..e90d9623 100644 --- a/libs/email-classifier/CHANGELOG.md +++ b/libs/email-classifier/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/email-classifier +## 0.2.13 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.91.0 + ## 0.2.12 ### Changed diff --git a/libs/email-classifier/package.json b/libs/email-classifier/package.json index 504df0e4..4920ba9c 100644 --- a/libs/email-classifier/package.json +++ b/libs/email-classifier/package.json @@ -1,7 +1,7 @@ { "name": "@plotday/email-classifier", "private": true, - "version": "0.2.12", + "version": "0.2.13", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/libs/google-contacts/CHANGELOG.md b/libs/google-contacts/CHANGELOG.md index d54f0928..de6faa4a 100644 --- a/libs/google-contacts/CHANGELOG.md +++ b/libs/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.6.14 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.91.0 + ## 0.6.13 ### Changed diff --git a/libs/google-contacts/package.json b/libs/google-contacts/package.json index 8b2762a3..51cc8932 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.13", + "version": "0.6.14", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 2bd76458..49eb1035 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/twister +## 0.91.0 + +### Added + +- `NewLink.signals` and the `@plotday/twister/signals` entry point. + ## 0.90.0 ### Added diff --git a/twister/package.json b/twister/package.json index 41b4e0f8..64db0ba2 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.90.0", + "version": "0.91.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",