From cdcb071e597a9a1510bcfd03effd7b781a3bf5fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:15:11 +0000 Subject: [PATCH] chore: version packages --- .changeset/cyan-snakes-follow.md | 9 --------- tools/gmail/CHANGELOG.md | 8 ++++++++ tools/gmail/package.json | 2 +- tools/google-calendar/CHANGELOG.md | 8 ++++++++ tools/google-calendar/package.json | 2 +- tools/google-contacts/CHANGELOG.md | 7 +++++++ tools/google-contacts/package.json | 2 +- tools/outlook-calendar/CHANGELOG.md | 8 ++++++++ tools/outlook-calendar/package.json | 2 +- tools/slack/CHANGELOG.md | 8 ++++++++ tools/slack/package.json | 2 +- twister/CHANGELOG.md | 6 ++++++ twister/package.json | 2 +- 13 files changed, 51 insertions(+), 15 deletions(-) delete mode 100644 .changeset/cyan-snakes-follow.md diff --git a/.changeset/cyan-snakes-follow.md b/.changeset/cyan-snakes-follow.md deleted file mode 100644 index 67048db..0000000 --- a/.changeset/cyan-snakes-follow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor -"@plotday/tool-google-calendar": minor -"@plotday/tool-gmail": minor -"@plotday/tool-slack": minor -"@plotday/twister": minor ---- - -Changed: BREAKING: Refactored Activity and Note types for clarity and type safety. diff --git a/tools/gmail/CHANGELOG.md b/tools/gmail/CHANGELOG.md index 501588c..d2f490d 100644 --- a/tools/gmail/CHANGELOG.md +++ b/tools/gmail/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-gmail +## 0.2.0 + +### Changed + +- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5)) +- Updated dependencies: +- @plotday/twister@0.22.0 + ## 0.1.2 ### Changed diff --git a/tools/gmail/package.json b/tools/gmail/package.json index d144372..d8a7621 100644 --- a/tools/gmail/package.json +++ b/tools/gmail/package.json @@ -4,7 +4,7 @@ "description": "Sync with Gmail inbox and messages", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.2", + "version": "0.2.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/google-calendar/CHANGELOG.md b/tools/google-calendar/CHANGELOG.md index 8a7fed1..04172e9 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-calendar +## 0.4.0 + +### Changed + +- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5)) +- Updated dependencies: +- @plotday/twister@0.22.0 + ## 0.3.1 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index f251beb..6b50e81 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.3.1", + "version": "0.4.0", "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 45e2971..e907997 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.2.6 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.22.0 + ## 0.2.5 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 2e7dfef..4928df7 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.5", + "version": "0.2.6", "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 e5abe15..1718f78 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-outlook-calendar +## 0.4.0 + +### Changed + +- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5)) +- Updated dependencies: +- @plotday/twister@0.22.0 + ## 0.3.1 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index c513c5b..6835c58 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.3.1", + "version": "0.4.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/slack/CHANGELOG.md b/tools/slack/CHANGELOG.md index b07d439..7ef2dec 100644 --- a/tools/slack/CHANGELOG.md +++ b/tools/slack/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-slack +## 0.2.0 + +### Changed + +- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5)) +- Updated dependencies: +- @plotday/twister@0.22.0 + ## 0.1.2 ### Changed diff --git a/tools/slack/package.json b/tools/slack/package.json index ea77651..07e5a7a 100644 --- a/tools/slack/package.json +++ b/tools/slack/package.json @@ -4,7 +4,7 @@ "description": "Sync with Slack channels and messages", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.2", + "version": "0.2.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 0f0c505..d0a5ac8 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/twister +## 0.22.0 + +### Changed + +- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5)) + ## 0.21.0 ### Changed diff --git a/twister/package.json b/twister/package.json index 2817561..e4815e8 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.21.0", + "version": "0.22.0", "description": "Plot Twist Creator - Build intelligent Twists that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",