diff --git a/.changeset/bold-humans-throw.md b/.changeset/bold-humans-throw.md deleted file mode 100644 index e0e436c..0000000 --- a/.changeset/bold-humans-throw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Add plot agent generate command diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 3d69cd4..ee6bc49 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.11.0 + +### Minor Changes + +- [#7](https://github.com/plotday/plot/pull/7) [`1d809ec`](https://github.com/plotday/plot/commit/1d809ec778244921cda072eb3744f36e28b3c1b4) Thanks [@KrisBraun](https://github.com/KrisBraun)! - Add plot agent generate command + ## 0.10.2 ### Patch Changes diff --git a/sdk/package.json b/sdk/package.json index 9ec85dc..222a4ac 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.10.2", + "version": "0.11.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 index 21cf176..fa9c59e 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-calendar +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`1d809ec`](https://github.com/plotday/plot/commit/1d809ec778244921cda072eb3744f36e28b3c1b4)]: + - @plotday/sdk@0.11.0 + ## 0.1.1 ### Patch Changes diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index dad6adf..d7271a4 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.1", + "version": "0.1.2", "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 index c95bcd7..bfe2aa3 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`1d809ec`](https://github.com/plotday/plot/commit/1d809ec778244921cda072eb3744f36e28b3c1b4)]: + - @plotday/sdk@0.11.0 + ## 0.1.1 ### Patch Changes diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 0211639..39caddc 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.1", + "version": "0.1.2", "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 index 532ef23..8c8d03e 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-outlook-calendar +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`1d809ec`](https://github.com/plotday/plot/commit/1d809ec778244921cda072eb3744f36e28b3c1b4)]: + - @plotday/sdk@0.11.0 + ## 0.1.1 ### Patch Changes diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 4d2c558..b67ea63 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.1", + "version": "0.1.2", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",