From 791d4c1b43c3439235d80485348931bf764ca8b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:05:04 +0000 Subject: [PATCH] chore: version packages --- .changeset/aggregate-connector-source-name.md | 5 ----- libs/email-classifier/CHANGELOG.md | 7 +++++++ libs/email-classifier/package.json | 2 +- twister/CHANGELOG.md | 6 ++++++ twister/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/aggregate-connector-source-name.md diff --git a/.changeset/aggregate-connector-source-name.md b/.changeset/aggregate-connector-source-name.md deleted file mode 100644 index fe2a9471..00000000 --- a/.changeset/aggregate-connector-source-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `LinkTypeConfig.sourceName` — a per-link-type product name that overrides the connector's display name when building "{source} {type}" copy. Lets aggregate connectors (e.g. the Google connector, display name "Gmail & Calendar") show the right per-product brand: "Google Calendar event", "Gmail thread", "Google Tasks task". diff --git a/libs/email-classifier/CHANGELOG.md b/libs/email-classifier/CHANGELOG.md index 1f25abaf..8b679952 100644 --- a/libs/email-classifier/CHANGELOG.md +++ b/libs/email-classifier/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/email-classifier +## 0.1.8 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.65.0 + ## 0.1.7 ### Changed diff --git a/libs/email-classifier/package.json b/libs/email-classifier/package.json index b938f2a9..a3a6447d 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.1.7", + "version": "0.1.8", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index c6c313d4..beadd723 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/twister +## 0.65.0 + +### Added + +- `LinkTypeConfig.sourceName` — a per-link-type product name that overrides the connector's display name when building "{source} {type}" copy. Lets aggregate connectors (e.g. the Google connector, display name "Gmail & Calendar") show the right per-product brand: "Google Calendar event", "Gmail thread", "Google Tasks task". ([#226](https://github.com/plotday/plot/pull/226) [`986b1f9`](https://github.com/plotday/plot/commit/986b1f977e4364825bc73925893ea8452c8a597d)) + ## 0.64.0 ### Added diff --git a/twister/package.json b/twister/package.json index 564a75eb..8d30ee1a 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.64.0", + "version": "0.65.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",