From ebda7843ea5980987b3a876ff737243169e92b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:35:05 +0000 Subject: [PATCH] chore: version packages --- .changeset/fiery-times-create.md | 5 ----- sdk/CHANGELOG.md | 6 ++++++ sdk/package.json | 2 +- tools/google-calendar/CHANGELOG.md | 7 +++++++ tools/google-calendar/package.json | 2 +- tools/google-contacts/CHANGELOG.md | 7 +++++++ tools/google-contacts/package.json | 2 +- tools/outlook-calendar/CHANGELOG.md | 7 +++++++ tools/outlook-calendar/package.json | 2 +- 9 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 .changeset/fiery-times-create.md diff --git a/.changeset/fiery-times-create.md b/.changeset/fiery-times-create.md deleted file mode 100644 index aace8ee..0000000 --- a/.changeset/fiery-times-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Changed: BREAKING: Use ModelPreferences instead of an explicit AIModel in AI.prompt(). This supports BYOK and user preferences. diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 6763819..f896045 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.12.0 + +### Changed + +- BREAKING: Use ModelPreferences instead of an explicit AIModel in AI.prompt(). This supports BYOK and user preferences. ([#15](https://github.com/plotday/plot/pull/15) [`7cd2d7e`](https://github.com/plotday/plot/commit/7cd2d7e2f706abf464c2436076c30567e96a01f3)) + ## 0.11.1 ### Changed diff --git a/sdk/package.json b/sdk/package.json index f391987..f2a9bce 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.11.1", + "version": "0.12.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 0b2ef33..1506179 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-calendar +## 0.1.4 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.12.0 + ## 0.1.3 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 83907f1..8fc918a 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.3", + "version": "0.1.4", "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 a284d99..a1d10b4 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.4 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.12.0 + ## 0.1.3 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index a837f72..85004fc 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.3", + "version": "0.1.4", "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 298d392..2bf0206 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-outlook-calendar +## 0.1.4 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.12.0 + ## 0.1.3 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 94f3aee..e4d2d35 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.3", + "version": "0.1.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",