Skip to content

Commit f1261a7

Browse files
chore: version packages
1 parent 441dc3d commit f1261a7

5 files changed

Lines changed: 12 additions & 18 deletions

File tree

.changeset/connector-handle-replies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/provider-id-contacts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rename-source-to-connector-cli.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

twister/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @plotday/twister
22

3+
## 0.41.0
4+
5+
### Changed
6+
7+
- Made `NewContact.email` optional to support provider-ID-based contact resolution ([#107](https://github.com/plotday/plot/pull/107) [`823d6ec`](https://github.com/plotday/plot/commit/823d6ec45af8ee896fd8c08caba515ff6f49f27b))
8+
- Renamed `--source` CLI flag to `--connector` in `plot create` command to match SDK naming ([`f30e3ba`](https://github.com/plotday/plot/commit/f30e3ba91bc91967133d51b975d3f1be68af8dc7))
9+
10+
### Removed
11+
12+
- `addContacts()` from Plot tool public API (contacts are created implicitly through thread/note creation)
13+
314
## 0.40.0
415

516
### Added

twister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotday/twister",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
55
"packageManager": "pnpm@10.18.3",
66
"type": "module",

0 commit comments

Comments
 (0)