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/aggregate-connector-source-name.md

This file was deleted.

7 changes: 7 additions & 0 deletions libs/email-classifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plotday/email-classifier

## 0.1.8

### Changed

- Updated dependencies:
- @plotday/twister@0.65.0

## 0.1.7

### Changed
Expand Down
2 changes: 1 addition & 1 deletion libs/email-classifier/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions twister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion twister/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down