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
10 changes: 0 additions & 10 deletions .changeset/three-tables-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-lemons-burn.md

This file was deleted.

8 changes: 8 additions & 0 deletions tools/gmail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plotday/tool-gmail

## 0.3.0

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))
- Updated dependencies:
- @plotday/twister@0.23.0

## 0.2.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tools/gmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sync with Gmail inbox and messages",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions tools/google-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plotday/tool-google-calendar

## 0.5.0

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))
- Updated dependencies:
- @plotday/twister@0.23.0

## 0.4.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tools/google-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sync with Google Calendar",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions tools/google-contacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plotday/tool-google-contacts

## 0.3.0

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))
- Updated dependencies:
- @plotday/twister@0.23.0

## 0.2.6

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tools/google-contacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sync with Google Contacts",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.2.6",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions tools/outlook-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plotday/tool-outlook-calendar

## 0.5.0

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))
- Updated dependencies:
- @plotday/twister@0.23.0

## 0.4.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tools/outlook-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sync with Microsoft Outlook Calendar",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions tools/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plotday/tool-slack

## 0.3.0

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))
- Updated dependencies:
- @plotday/twister@0.23.0

## 0.2.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tools/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sync with Slack channels and messages",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"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 number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @plotday/twister

## 0.23.0

### Added

- Update Activity assignee ([`f0cda95`](https://github.com/plotday/plot/commit/f0cda95e9bda28d503557ff2149da47ebbb27f14))

### Changed

- BREAKING: Note content field renamed for clarity ([`e66e968`](https://github.com/plotday/plot/commit/e66e968776c67afd376354317d94656b773b2d9f))

## 0.22.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion twister/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotday/twister",
"version": "0.22.0",
"version": "0.23.0",
"description": "Plot Twist Creator - Build intelligent Twists that organize and prioritize your activities",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down