From 73f2831f3cf1aacf9e19f528906c0e36a7cf2530 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 02:13:17 +0000 Subject: [PATCH] chore: version packages --- .changeset/witty-dots-bathe.md | 8 -------- sdk/CHANGELOG.md | 6 ++++++ sdk/package.json | 2 +- tools/google-calendar/CHANGELOG.md | 11 +++++++++++ tools/google-calendar/package.json | 2 +- tools/google-contacts/CHANGELOG.md | 11 +++++++++++ tools/google-contacts/package.json | 2 +- tools/outlook-calendar/CHANGELOG.md | 11 +++++++++++ tools/outlook-calendar/package.json | 2 +- 9 files changed, 43 insertions(+), 12 deletions(-) delete mode 100644 .changeset/witty-dots-bathe.md diff --git a/.changeset/witty-dots-bathe.md b/.changeset/witty-dots-bathe.md deleted file mode 100644 index 50de020..0000000 --- a/.changeset/witty-dots-bathe.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 references to call() renamed to callCallback() diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 03ffa06..ddafd18 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.16.1 + +### Fixed + +- Several references to call() renamed to callCallback() ([#49](https://github.com/plotday/plot/pull/49) [`2405588`](https://github.com/plotday/plot/commit/2405588f3c296b7e06057f11096e43771615a4b5)) + ## 0.16.0 ### Changed diff --git a/sdk/package.json b/sdk/package.json index 639e19b..be1ad10 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.16.0", + "version": "0.16.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 b6f68c3..0c2969e 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-google-calendar +## 0.1.10 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.1 + +### Fixed + +- Several references to call() renamed to callCallback() ([#49](https://github.com/plotday/plot/pull/49) [`2405588`](https://github.com/plotday/plot/commit/2405588f3c296b7e06057f11096e43771615a4b5)) + ## 0.1.9 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 182d001..5248d43 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.9", + "version": "0.1.10", "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 57ef3fd..573200a 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-google-contacts +## 0.1.10 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.1 + +### Fixed + +- Several references to call() renamed to callCallback() ([#49](https://github.com/plotday/plot/pull/49) [`2405588`](https://github.com/plotday/plot/commit/2405588f3c296b7e06057f11096e43771615a4b5)) + ## 0.1.9 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 47b3847..5de8412 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.9", + "version": "0.1.10", "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 26c5bc4..2363baf 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/tool-outlook-calendar +## 0.1.10 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.16.1 + +### Fixed + +- Several references to call() renamed to callCallback() ([#49](https://github.com/plotday/plot/pull/49) [`2405588`](https://github.com/plotday/plot/commit/2405588f3c296b7e06057f11096e43771615a4b5)) + ## 0.1.9 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index e7096a3..976734c 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.9", + "version": "0.1.10", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",