diff --git a/.changeset/clear-pears-know.md b/.changeset/clear-pears-know.md deleted file mode 100644 index 8139ee0..0000000 --- a/.changeset/clear-pears-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Added: Progress updates for agent generate and deploy diff --git a/.changeset/long-baths-invent.md b/.changeset/long-baths-invent.md deleted file mode 100644 index 4f74c40..0000000 --- a/.changeset/long-baths-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Added: Install latest SDK package after generate diff --git a/.changeset/wise-queens-flash.md b/.changeset/wise-queens-flash.md deleted file mode 100644 index b5303dc..0000000 --- a/.changeset/wise-queens-flash.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 ---- - -Fixed: Several instances of Agents and Tools missing the id argument diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index f2ea6f5..6b50752 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/sdk +## 0.13.1 + +### Added + +- Progress updates for agent generate and deploy ([#25](https://github.com/plotday/plot/pull/25) [`b9c3528`](https://github.com/plotday/plot/commit/b9c35288c9a49a9a4d21f59b637146e33c15fe87)) +- Install latest SDK package after generate ([#25](https://github.com/plotday/plot/pull/25) [`b9c3528`](https://github.com/plotday/plot/commit/b9c35288c9a49a9a4d21f59b637146e33c15fe87)) + +### Fixed + +- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088)) + ## 0.13.0 ### Changed diff --git a/sdk/package.json b/sdk/package.json index 77efbf1..97661ba 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.13.0", + "version": "0.13.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 b704043..037ac1b 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-google-calendar +## 0.1.6 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.1 + +### Fixed + +- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088)) + ## 0.1.5 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 4ae3ce4..620e31f 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.5", + "version": "0.1.6", "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 9fb5c20..fffb30f 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-google-contacts +## 0.1.6 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.1 + +### Fixed + +- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088)) + ## 0.1.5 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 32331a2..04e84cc 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.5", + "version": "0.1.6", "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 74c4a3f..36ead94 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-outlook-calendar +## 0.1.6 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.1 + +### Fixed + +- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088)) + ## 0.1.5 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index cdffdc9..3983afd 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.5", + "version": "0.1.6", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",