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
8 changes: 0 additions & 8 deletions .changeset/goofy-groups-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-wolves-bow.md

This file was deleted.

11 changes: 11 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @plotday/sdk

## 0.10.0

### Minor Changes

- [#1](https://github.com/plotday/plot/pull/1) [`dce4f2f`](https://github.com/plotday/plot/commit/dce4f2ff3596bd9c73212c90a1cd49a7dac12f48) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Add README.md and AGENTS.md on "plot agent create"

### Patch Changes

- [#1](https://github.com/plotday/plot/pull/1) [`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Initial automated release setup
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotday/sdk",
"version": "0.9.0",
"version": "0.10.0",
"description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions tools/google-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @plotday/tool-google-calendar

## 0.1.1

### Patch Changes

- [#1](https://github.com/plotday/plot/pull/1) [`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Initial automated release setup

- Updated dependencies [[`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480), [`dce4f2f`](https://github.com/plotday/plot/commit/dce4f2ff3596bd9c73212c90a1cd49a7dac12f48)]:
- @plotday/sdk@0.10.0
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.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions tools/google-contacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @plotday/tool-google-contacts

## 0.1.1

### Patch Changes

- [#1](https://github.com/plotday/plot/pull/1) [`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Initial automated release setup

- Updated dependencies [[`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480), [`dce4f2f`](https://github.com/plotday/plot/commit/dce4f2ff3596bd9c73212c90a1cd49a7dac12f48)]:
- @plotday/sdk@0.10.0
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.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions tools/outlook-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @plotday/tool-outlook-calendar

## 0.1.1

### Patch Changes

- [#1](https://github.com/plotday/plot/pull/1) [`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Initial automated release setup

- Updated dependencies [[`a00de4c`](https://github.com/plotday/plot/commit/a00de4c48e3ec1d6190235d1d38fd3e5d398d480), [`dce4f2f`](https://github.com/plotday/plot/commit/dce4f2ff3596bd9c73212c90a1cd49a7dac12f48)]:
- @plotday/sdk@0.10.0
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.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down