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/clarify-channel-default-enable-guidance.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/fileref-content-id.md

This file was deleted.

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.16

### Changed

- Updated dependencies:
- @plotday/twister@0.93.0

## 0.6.15

### 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.15",
"version": "0.6.16",
"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.93.0

### Added

- `contentId` on `ActionType.fileRef` actions.

### Changed

- clarified the `Channel.enabledByDefault` doc comment to recommend an explicit "is this the user's own resource" signal over an ACL/permission-tier check when deciding which channels to sync by default — a high permission tier can be granted on a resource the user doesn't own (e.g. broad internal sharing defaults), so it doesn't reliably mean "mine". ([#377](https://github.com/plotday/plot/pull/377) [`2e00d59`](https://github.com/plotday/plot/commit/2e00d599686a322329e21c4c5a4eaf33eb05603f))

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