diff --git a/.changeset/afraid-frogs-care.md b/.changeset/afraid-frogs-care.md deleted file mode 100644 index b46fcc5..0000000 --- a/.changeset/afraid-frogs-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Changed: Add instructions to AGENTS.md to avoid accidentally reprocessing agent-created activities diff --git a/.changeset/fruity-horses-grow.md b/.changeset/fruity-horses-grow.md deleted file mode 100644 index b1ee7dc..0000000 --- a/.changeset/fruity-horses-grow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@plotday/sdk": patch -"@plotday/tool-google-calendar": patch -"@plotday/tool-google-contacts": patch -"@plotday/tool-outlook-calendar": patch ---- - -Changed: improved changelog format diff --git a/.changeset/grumpy-bikes-prove.md b/.changeset/grumpy-bikes-prove.md deleted file mode 100644 index 94a31fb..0000000 --- a/.changeset/grumpy-bikes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Fixed: Set displayName on plot agent generate diff --git a/.changeset/tidy-pumas-hammer.md b/.changeset/tidy-pumas-hammer.md deleted file mode 100644 index a698301..0000000 --- a/.changeset/tidy-pumas-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Changed: Generate a plotAgentId on "plot agent generate" if none specified diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index e2206f3..a43f53c 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @plotday/sdk +## 0.11.1 + +### Changed + +- Add instructions to AGENTS.md to avoid accidentally reprocessing agent-created activities ([#10]([#10](https://github.com/plotday/plot/pull/10))) +- improved changelog format ([#9]([#9](https://github.com/plotday/plot/pull/9))) +- Generate a plotAgentId on "plot agent generate" if none specified ([#10]([#10](https://github.com/plotday/plot/pull/10))) + +### Fixed + +- Set displayName on plot agent generate ([#10]([#10](https://github.com/plotday/plot/pull/10))) + ## 0.11.0 ### Added diff --git a/sdk/package.json b/sdk/package.json index 222a4ac..1fbd818 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.11.0", + "version": "0.11.1", "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 a3f2460..2a298bf 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-calendar +## 0.1.3 + +### Changed + +- improved changelog format ([#9]([#9](https://github.com/plotday/plot/pull/9))) +- Updated dependencies: +- @plotday/sdk@0.11.1 + ## 0.1.2 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index d7271a4..83907f1 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.2", + "version": "0.1.3", "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 dd12a5c..f78f6ca 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-contacts +## 0.1.3 + +### Changed + +- improved changelog format ([#9]([#9](https://github.com/plotday/plot/pull/9))) +- Updated dependencies: +- @plotday/sdk@0.11.1 + ## 0.1.2 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 39caddc..a837f72 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.2", + "version": "0.1.3", "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 afafba9..6e05dd3 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-outlook-calendar +## 0.1.3 + +### Changed + +- improved changelog format ([#9]([#9](https://github.com/plotday/plot/pull/9))) +- Updated dependencies: +- @plotday/sdk@0.11.1 + ## 0.1.2 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index b67ea63..94f3aee 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.2", + "version": "0.1.3", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",