diff --git a/.changeset/twenty-hands-melt.md b/.changeset/twenty-hands-melt.md deleted file mode 100644 index f53831d..0000000 --- a/.changeset/twenty-hands-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Changed: BREAKING: Rename Agent.call() and Tool.call() to callCallback() to avoid confusion with JavaScript's Object.call(). diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 13c0a5e..03ffa06 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.16.0 + +### Changed + +- BREAKING: Rename Agent.call() and Tool.call() to callCallback() to avoid confusion with JavaScript's Object.call(). ([#47](https://github.com/plotday/plot/pull/47) [`9ed2cf4`](https://github.com/plotday/plot/commit/9ed2cf4e019b5f7f0e04d35c383675ca4b6cd137)) + ## 0.15.0 ### Changed diff --git a/sdk/package.json b/sdk/package.json index 23dade4..639e19b 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.15.0", + "version": "0.16.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 d6fa15f..b6f68c3 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-calendar +## 0.1.9 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.0 + ## 0.1.8 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 4b4dfb5..182d001 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.8", + "version": "0.1.9", "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 45652da..57ef3fd 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.9 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.0 + ## 0.1.8 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index f11c04a..47b3847 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.8", + "version": "0.1.9", "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 49515eb..26c5bc4 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-outlook-calendar +## 0.1.9 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.0 + ## 0.1.8 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index c582775..e7096a3 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.8", + "version": "0.1.9", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",