diff --git a/.changeset/goofy-groups-switch.md b/.changeset/goofy-groups-switch.md deleted file mode 100644 index a4667b8..0000000 --- a/.changeset/goofy-groups-switch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch -"@plotday/tool-google-contacts": patch -"@plotday/sdk": patch ---- - -Initial automated release setup diff --git a/.changeset/shiny-wolves-bow.md b/.changeset/shiny-wolves-bow.md deleted file mode 100644 index 445207d..0000000 --- a/.changeset/shiny-wolves-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Add README.md and AGENTS.md on "plot agent create" diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md new file mode 100644 index 0000000..d278303 --- /dev/null +++ b/sdk/CHANGELOG.md @@ -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 diff --git a/sdk/package.json b/sdk/package.json index 7c569c6..4ec1977 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -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", diff --git a/tools/google-calendar/CHANGELOG.md b/tools/google-calendar/CHANGELOG.md new file mode 100644 index 0000000..21cf176 --- /dev/null +++ b/tools/google-calendar/CHANGELOG.md @@ -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 diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index ca00f24..dad6adf 100644 --- a/tools/google-calendar/package.json +++ b/tools/google-calendar/package.json @@ -4,7 +4,7 @@ "description": "Sync with Google Calendar", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/google-contacts/CHANGELOG.md b/tools/google-contacts/CHANGELOG.md new file mode 100644 index 0000000..c95bcd7 --- /dev/null +++ b/tools/google-contacts/CHANGELOG.md @@ -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 diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 5e4ec9c..0211639 100644 --- a/tools/google-contacts/package.json +++ b/tools/google-contacts/package.json @@ -4,7 +4,7 @@ "description": "Sync with Google Contacts", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/outlook-calendar/CHANGELOG.md b/tools/outlook-calendar/CHANGELOG.md new file mode 100644 index 0000000..532ef23 --- /dev/null +++ b/tools/outlook-calendar/CHANGELOG.md @@ -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 diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 3059abc..4d2c558 100644 --- a/tools/outlook-calendar/package.json +++ b/tools/outlook-calendar/package.json @@ -4,7 +4,7 @@ "description": "Sync with Microsoft Outlook Calendar", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",