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/github-set-note-reactions.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.1.19

### Changed

- Updated dependencies:
- @plotday/twister@0.75.0

## 0.1.18

### 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.18",
"version": "0.1.19",
"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 numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @plotday/twister

## 0.75.0

### Added

- `Integrations.setNoteReactions()` for connectors to reconcile a note's complete reaction state against an external system, replacing (not merging with) any existing reactions. ([#282](https://github.com/plotday/plot/pull/282) [`c4adfc0`](https://github.com/plotday/plot/commit/c4adfc08604a6e0f8dfdca91a7f6fb5abe8c709a))

## 0.74.1

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