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/composite-product-channel-noun.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/connector-author-attribution.md

This file was deleted.

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

## 0.2.2

### Changed

- Updated dependencies:
- @plotday/twister@0.80.0

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions libs/google-contacts/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @plotday/tool-google-contacts

## 0.6.3

### Changed

- Updated dependencies:
- @plotday/twister@0.80.0

## 0.6.2

### Changed
Expand Down
2 changes: 1 addition & 1 deletion libs/google-contacts/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "@plotday/google-contacts",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.6.2",
"version": "0.6.3",
"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.80.0

### Added

- `ProductInfo.channelNoun` lets a combined connector's products (e.g. Gmail vs. Google Calendar within the Google connector) each declare their own channel vocabulary, overriding the connector-level `channelNoun`. ([#319](https://github.com/plotday/plot/pull/319) [`2b77894`](https://github.com/plotday/plot/commit/2b778947ff8997a98a4dfe25b1fdb69b3c2140f2))

### Changed

- `NewLinkWithNotes.author` and `NewNote.author` now accept an explicit `null` to declare that an item is intentionally authorless (system-generated), alongside clearer JSDoc. Connectors should set `author` to the real external author on the link, its primary note, and every comment/message note; leaving it unset credits the item to the connector itself rather than a person. Passing `null` documents a deliberately authorless item and suppresses the development-time "missing author" warning. ([#314](https://github.com/plotday/plot/pull/314) [`2c6eb04`](https://github.com/plotday/plot/commit/2c6eb046e67650437d142eabee8bae02828b4e98))

## 0.79.1

### Changed
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.79.1",
"version": "0.80.0",
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down