Skip to content
Open
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/clean-feet-fall.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fine-shirts-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-dodos-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-facts-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-camels-flow.md

This file was deleted.

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

## 0.20.0

### Added

- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1))
- Notion, Slack, Atlassian, Linear, Monday, GitHub, Asana, and HubSpot integrations ([`bc6eac1`](https://github.com/plotday/plot/commit/bc6eac16283f3fbfbd92cdd0f041e1adde3bbff3))
- Plot.getActors() to retrieve name, email, and type for people and agents.

## 0.19.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotday/agent",
"version": "0.19.1",
"version": "0.20.0",
"description": "Plot Agent Builder - Build intelligent agents that organize and prioritize your activities",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions tools/google-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plotday/tool-google-calendar

## 0.3.0

### Added

- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1))
- RSVP tags ([`0c3fa6a`](https://github.com/plotday/plot/commit/0c3fa6a9e2f83c8e090372fde77b8cfaf10fc7b6))

### Changed

- Updated dependencies:
- @plotday/agent@0.20.0

## 0.2.4

### 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.2.4",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions tools/google-contacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plotday/tool-google-contacts

## 0.2.4

### Changed

- Updated dependencies:
- @plotday/agent@0.20.0

## 0.2.3

### 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.3",
"version": "0.2.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions tools/outlook-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @plotday/tool-outlook-calendar

## 0.3.0

### Added

- Coompleted base functionality. ([`c32b608`](https://github.com/plotday/plot/commit/c32b6086bfe429180d91696e3b4e334abc6dab7e))
- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1))

### Changed

- Updated dependencies:
- @plotday/agent@0.20.0

## 0.2.3

### 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.2.3",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down