Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/email-classifier-isnoreplysender.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/github-enabled-by-default-doc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twister-newcontact-automated.md

This file was deleted.

11 changes: 11 additions & 0 deletions libs/email-classifier/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
# @plotday/email-classifier

## 0.2.0

### Added

- isNoReplySender(address) helper that reports whether an address's local part marks it as an automated/no-reply/notification sender. ([#293](https://github.com/plotday/plot/pull/293) [`8b8b972`](https://github.com/plotday/plot/commit/8b8b972690cced88b3226c39874f4030c981bed1))

### Changed

- Updated dependencies:
- @plotday/twister@0.78.0

## 0.1.21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion libs/email-classifier/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@plotday/email-classifier",
"private": true,
"version": "0.1.21",
"version": "0.2.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions twister/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
# @plotday/twister

## 0.78.0

### Added

- NewContact.automated flag marking a sender address as automated/no-reply, so the runtime can suppress an untrustworthy display name that varies per message on a shared address. ([#293](https://github.com/plotday/plot/pull/293) [`d248fe4`](https://github.com/plotday/plot/commit/d248fe4b318a717c582eb69ce4ee2c71160f75d1))

### Changed

- correct the `Channel.enabledByDefault` doc example — GitHub organizations no longer serve as an "excluded by default" example, since the GitHub connector now enables repositories by default. ([#295](https://github.com/plotday/plot/pull/295) [`bdb834b`](https://github.com/plotday/plot/commit/bdb834b84ecff086f87cca280bbe4498055d152c))

## 0.77.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion twister/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@plotday/twister",
"version": "0.77.0",
"version": "0.78.0",
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down