From 889207952589c09074be20e0ca3868fe9ffca8f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:13:07 +0000 Subject: [PATCH] chore: version packages --- .changeset/old-wolves-boil.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/old-wolves-boil.md diff --git a/.changeset/old-wolves-boil.md b/.changeset/old-wolves-boil.md deleted file mode 100644 index b0a1468..0000000 --- a/.changeset/old-wolves-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Changed: BREAKING: Agents are now restricted to the http URLs they request via tools.enableInternet(). diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 925bf87..13c0a5e 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.15.0 + +### Changed + +- BREAKING: Agents are now restricted to the http URLs they request via tools.enableInternet(). ([#45](https://github.com/plotday/plot/pull/45) [`0490f8e`](https://github.com/plotday/plot/commit/0490f8e801199893a971fdbfbead6ba2973a53c7)) + ## 0.14.8 ### Added diff --git a/sdk/package.json b/sdk/package.json index 1f85597..23dade4 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.14.8", + "version": "0.15.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 8a0cc0b..d6fa15f 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-calendar +## 0.1.8 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.15.0 + ## 0.1.7 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index f4cf0e8..4b4dfb5 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.7", + "version": "0.1.8", "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 b294b18..45652da 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.8 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.15.0 + ## 0.1.7 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index c861f73..f11c04a 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.7", + "version": "0.1.8", "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 1017ade..49515eb 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-outlook-calendar +## 0.1.8 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.15.0 + ## 0.1.7 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index ce71ad1..c582775 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.7", + "version": "0.1.8", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",