From 73eb7cc763c577c16d1662464a9e02481a169f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:14:24 +0000 Subject: [PATCH] chore: version packages --- .changeset/bold-papers-stop.md | 5 ----- .changeset/tall-rules-tap.md | 5 ----- sdk/CHANGELOG.md | 7 +++++++ 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 +- 10 files changed, 32 insertions(+), 14 deletions(-) delete mode 100644 .changeset/bold-papers-stop.md delete mode 100644 .changeset/tall-rules-tap.md diff --git a/.changeset/bold-papers-stop.md b/.changeset/bold-papers-stop.md deleted file mode 100644 index 2dafe0e..0000000 --- a/.changeset/bold-papers-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Changed: BREAKING: Add agent id to Agent and Tool constructors diff --git a/.changeset/tall-rules-tap.md b/.changeset/tall-rules-tap.md deleted file mode 100644 index 63512ce..0000000 --- a/.changeset/tall-rules-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Changed: Generate agent-guide.ts from AGENT.template.md diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index c6d52da..f2ea6f5 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/sdk +## 0.13.0 + +### Changed + +- BREAKING: Add agent id to Agent and Tool constructors ([#22](https://github.com/plotday/plot/pull/22) [`34e7e43`](https://github.com/plotday/plot/commit/34e7e439d2d625e6749195623fe55389ff857e2a)) +- Generate agent-guide.ts from AGENT.template.md ([#21](https://github.com/plotday/plot/pull/21) [`fee051d`](https://github.com/plotday/plot/commit/fee051dcb33729826cb31910e74fbdf8f57acdeb)) + ## 0.12.2 ### Fixed diff --git a/sdk/package.json b/sdk/package.json index b9f606d..77efbf1 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.12.2", + "version": "0.13.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 1506179..b704043 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-calendar +## 0.1.5 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.0 + ## 0.1.4 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 8fc918a..4ae3ce4 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.4", + "version": "0.1.5", "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 a1d10b4..9fb5c20 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.5 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.0 + ## 0.1.4 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 85004fc..32331a2 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.4", + "version": "0.1.5", "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 2bf0206..74c4a3f 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-outlook-calendar +## 0.1.5 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.13.0 + ## 0.1.4 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index e4d2d35..cdffdc9 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.4", + "version": "0.1.5", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",