From 4650adc3de141548d1c297d145dbebb9f5ed340e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:07:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/itchy-colts-smile.md | 5 ----- .changeset/silly-candies-enjoy.md | 14 -------------- .changeset/spicy-otters-relax.md | 6 ------ tools/asana/CHANGELOG.md | 8 ++++++++ tools/asana/package.json | 2 +- tools/gmail/CHANGELOG.md | 8 ++++++++ tools/gmail/package.json | 2 +- tools/google-calendar/CHANGELOG.md | 9 +++++++++ tools/google-calendar/package.json | 2 +- tools/google-contacts/CHANGELOG.md | 8 ++++++++ tools/google-contacts/package.json | 2 +- tools/google-drive/CHANGELOG.md | 9 +++++++++ tools/google-drive/package.json | 2 +- tools/jira/CHANGELOG.md | 8 ++++++++ tools/jira/package.json | 2 +- tools/linear/CHANGELOG.md | 12 ++++++++++++ tools/linear/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 | 11 +++++++++++ twister/package.json | 2 +- 23 files changed, 99 insertions(+), 35 deletions(-) delete mode 100644 .changeset/itchy-colts-smile.md delete mode 100644 .changeset/silly-candies-enjoy.md delete mode 100644 .changeset/spicy-otters-relax.md diff --git a/.changeset/itchy-colts-smile.md b/.changeset/itchy-colts-smile.md deleted file mode 100644 index 2d75ba1..0000000 --- a/.changeset/itchy-colts-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Batch updates using ActivityUpdate.match with updateActivity() diff --git a/.changeset/silly-candies-enjoy.md b/.changeset/silly-candies-enjoy.md deleted file mode 100644 index 183de4b..0000000 --- a/.changeset/silly-candies-enjoy.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor -"@plotday/tool-google-calendar": minor -"@plotday/tool-google-contacts": minor -"@plotday/tool-google-drive": minor -"@plotday/tool-linear": minor -"@plotday/tool-asana": minor -"@plotday/tool-gmail": minor -"@plotday/tool-slack": minor -"@plotday/tool-jira": minor -"@plotday/twister": minor ---- - -Changed: BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist diff --git a/.changeset/spicy-otters-relax.md b/.changeset/spicy-otters-relax.md deleted file mode 100644 index 9971153..0000000 --- a/.changeset/spicy-otters-relax.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/tool-linear": patch -"@plotday/twister": patch ---- - -Added: Activity.order diff --git a/tools/asana/CHANGELOG.md b/tools/asana/CHANGELOG.md index 6b0a99d..a3a7956 100644 --- a/tools/asana/CHANGELOG.md +++ b/tools/asana/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-asana +## 0.7.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.6.1 ### Changed diff --git a/tools/asana/package.json b/tools/asana/package.json index a887c9f..b1c9fc6 100644 --- a/tools/asana/package.json +++ b/tools/asana/package.json @@ -4,7 +4,7 @@ "description": "Sync with Asana project management", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.6.1", + "version": "0.7.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/gmail/CHANGELOG.md b/tools/gmail/CHANGELOG.md index 08eca9e..c4d6061 100644 --- a/tools/gmail/CHANGELOG.md +++ b/tools/gmail/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-gmail +## 0.9.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.8.1 ### Changed diff --git a/tools/gmail/package.json b/tools/gmail/package.json index eae90b8..584eb24 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.8.1", + "version": "0.9.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 e552ba5..d69a919 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,14 @@ # @plotday/tool-google-calendar +## 0.14.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 +- @plotday/tool-google-contacts@0.6.0 + ## 0.13.1 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 45699be..0336a9c 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.13.1", + "version": "0.14.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 f27ad75..08a1eb9 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-contacts +## 0.6.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.5.1 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 555c342..6aeeb07 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.5.1", + "version": "0.6.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/google-drive/CHANGELOG.md b/tools/google-drive/CHANGELOG.md index 01058f9..69113a7 100644 --- a/tools/google-drive/CHANGELOG.md +++ b/tools/google-drive/CHANGELOG.md @@ -1,5 +1,14 @@ # @plotday/tool-google-drive +## 0.2.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 +- @plotday/tool-google-contacts@0.6.0 + ## 0.1.2 ### Fixed diff --git a/tools/google-drive/package.json b/tools/google-drive/package.json index 1827578..1531425 100644 --- a/tools/google-drive/package.json +++ b/tools/google-drive/package.json @@ -4,7 +4,7 @@ "description": "Sync documents comments from Google Drive", "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/jira/CHANGELOG.md b/tools/jira/CHANGELOG.md index f29618f..b6835ad 100644 --- a/tools/jira/CHANGELOG.md +++ b/tools/jira/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-jira +## 0.8.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.7.0 ### Added diff --git a/tools/jira/package.json b/tools/jira/package.json index 453ea8a..1ffc966 100644 --- a/tools/jira/package.json +++ b/tools/jira/package.json @@ -4,7 +4,7 @@ "description": "Sync with Jira project management", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/linear/CHANGELOG.md b/tools/linear/CHANGELOG.md index 897715a..eb3e59a 100644 --- a/tools/linear/CHANGELOG.md +++ b/tools/linear/CHANGELOG.md @@ -1,5 +1,17 @@ # @plotday/tool-linear +## 0.7.0 + +### Added + +- Activity.order ([`6269510`](https://github.com/plotday/plot/commit/6269510ce4fe0fea5e95f40643c28fee7f9a0745)) + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.6.1 ### Changed diff --git a/tools/linear/package.json b/tools/linear/package.json index cd37f74..f6c829a 100644 --- a/tools/linear/package.json +++ b/tools/linear/package.json @@ -4,7 +4,7 @@ "description": "Sync with Linear project management", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.6.1", + "version": "0.7.0", "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 bca61eb..5f20e6e 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-outlook-calendar +## 0.14.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.13.1 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 610c543..be19187 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.13.1", + "version": "0.14.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 24cb094..f3bff92 100644 --- a/tools/slack/CHANGELOG.md +++ b/tools/slack/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-slack +## 0.9.0 + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Updated dependencies: +- @plotday/twister@0.35.0 + ## 0.8.1 ### Changed diff --git a/tools/slack/package.json b/tools/slack/package.json index 1770fc0..dfad713 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.8.1", + "version": "0.9.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 47fcc10..54d68fd 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/twister +## 0.35.0 + +### Added + +- Batch updates using ActivityUpdate.match with updateActivity() ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) +- Activity.order ([`6269510`](https://github.com/plotday/plot/commit/6269510ce4fe0fea5e95f40643c28fee7f9a0745)) + +### Changed + +- BREAKING: Rewrite of the Integrations tool and all sync tools to support much improved sync configuration when installing or editing a twist ([#93](https://github.com/plotday/plot/pull/93) [`f3ccb2f`](https://github.com/plotday/plot/commit/f3ccb2f91344b927536d367cea467e4cc2efefe3)) + ## 0.34.0 ### Added diff --git a/twister/package.json b/twister/package.json index a1d81a0..2e1816d 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.34.0", + "version": "0.35.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",