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
13 changes: 0 additions & 13 deletions .changeset/mail-signals.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.13

### Changed

- Updated dependencies:
- @plotday/twister@0.91.0

## 0.2.12

### 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.12",
"version": "0.2.13",
"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.14

### Changed

- Updated dependencies:
- @plotday/twister@0.91.0

## 0.6.13

### 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.13",
"version": "0.6.14",
"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.91.0

### Added

- `NewLink.signals` and the `@plotday/twister/signals` entry point.

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