From 208d27f870de6fe705a30f452abfb810a660101d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:50:01 +0000 Subject: [PATCH] chore: version packages --- .changeset/open-yaks-fall.md | 5 ----- .changeset/shaggy-snakes-grab.md | 5 ----- .changeset/three-chicken-refuse.md | 7 ------- builder/CHANGELOG.md | 10 ++++++++++ builder/package.json | 2 +- tools/google-calendar/CHANGELOG.md | 8 ++++++++ tools/google-calendar/package.json | 2 +- tools/google-contacts/CHANGELOG.md | 8 ++++++++ tools/google-contacts/package.json | 2 +- tools/outlook-calendar/CHANGELOG.md | 8 ++++++++ tools/outlook-calendar/package.json | 2 +- 11 files changed, 38 insertions(+), 21 deletions(-) delete mode 100644 .changeset/open-yaks-fall.md delete mode 100644 .changeset/shaggy-snakes-grab.md delete mode 100644 .changeset/three-chicken-refuse.md diff --git a/.changeset/open-yaks-fall.md b/.changeset/open-yaks-fall.md deleted file mode 100644 index c28123d..0000000 --- a/.changeset/open-yaks-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/agent": patch ---- - -Added: Docs for build.plot.day diff --git a/.changeset/shaggy-snakes-grab.md b/.changeset/shaggy-snakes-grab.md deleted file mode 100644 index eaeafca..0000000 --- a/.changeset/shaggy-snakes-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/agent": minor ---- - -Changed: Renamed @plotday/sdk to @plotday/agent. diff --git a/.changeset/three-chicken-refuse.md b/.changeset/three-chicken-refuse.md deleted file mode 100644 index 4612e25..0000000 --- a/.changeset/three-chicken-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch -"@plotday/tool-google-contacts": patch ---- - -Changed: Updated to @plotday/agent diff --git a/builder/CHANGELOG.md b/builder/CHANGELOG.md index 3112bf5..79a0a32 100644 --- a/builder/CHANGELOG.md +++ b/builder/CHANGELOG.md @@ -1,5 +1,15 @@ # @plotday/agent +## 0.18.0 + +### Added + +- Docs for build.plot.day ([#53](https://github.com/plotday/plot/pull/53) [`262d280`](https://github.com/plotday/plot/commit/262d2808858fdcb7a69f92d22286c435bb3f479f)) + +### Changed + +- Renamed @plotday/sdk to @plotday/agent. ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278)) + ## 0.17.0 ### Added diff --git a/builder/package.json b/builder/package.json index 1304a6b..3d7bc29 100644 --- a/builder/package.json +++ b/builder/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/agent", - "version": "0.17.0", + "version": "0.18.0", "description": "Plot Agent Builder - Build intelligent agents 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 0250741..9af3709 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-calendar +## 0.2.1 + +### Changed + +- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278)) +- Updated dependencies: +- @plotday/agent@0.18.0 + ## 0.2.0 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index e78ae86..deb25b8 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.2.0", + "version": "0.2.1", "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 94a2f29..8d1a756 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-contacts +## 0.2.1 + +### Changed + +- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278)) +- Updated dependencies: +- @plotday/agent@0.18.0 + ## 0.2.0 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 41cd7e0..99c4d9c 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.2.0", + "version": "0.2.1", "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 cbdbea4..0fc261a 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-outlook-calendar +## 0.2.1 + +### Changed + +- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278)) +- Updated dependencies: +- @plotday/agent@0.18.0 + ## 0.2.0 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 11fd39f..fba7a86 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.2.0", + "version": "0.2.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",