diff --git a/.changeset/cute-boxes-exist.md b/.changeset/cute-boxes-exist.md deleted file mode 100644 index bebb95f..0000000 --- a/.changeset/cute-boxes-exist.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor -"@plotday/tool-google-calendar": 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: Replace Activity.source for linking with source items with generated and stored UUIDs diff --git a/.changeset/frank-tigers-throw.md b/.changeset/frank-tigers-throw.md deleted file mode 100644 index c598bc2..0000000 --- a/.changeset/frank-tigers-throw.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor -"@plotday/tool-google-calendar": 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: Support either IDs or email for contact fields diff --git a/.changeset/free-ducks-drive.md b/.changeset/free-ducks-drive.md deleted file mode 100644 index f62d0e5..0000000 --- a/.changeset/free-ducks-drive.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch -"@plotday/tool-linear": patch -"@plotday/tool-asana": patch -"@plotday/tool-slack": patch -"@plotday/tool-jira": patch ---- - -Fixed: Set author and assignee diff --git a/.changeset/quiet-ties-look.md b/.changeset/quiet-ties-look.md deleted file mode 100644 index 521600c..0000000 --- a/.changeset/quiet-ties-look.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch -"@plotday/tool-linear": patch -"@plotday/tool-asana": patch -"@plotday/tool-slack": patch -"@plotday/tool-jira": patch -"@plotday/twister": patch ---- - -Added: created_at for item's original creation time in the source system diff --git a/tools/asana/CHANGELOG.md b/tools/asana/CHANGELOG.md index 69381e1..aaf0964 100644 --- a/tools/asana/CHANGELOG.md +++ b/tools/asana/CHANGELOG.md @@ -1,5 +1,22 @@ # @plotday/tool-asana +## 0.3.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.2.0 ### Added diff --git a/tools/asana/package.json b/tools/asana/package.json index 59858f2..c96de70 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.2.0", + "version": "0.3.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 e893269..bfbd473 100644 --- a/tools/gmail/CHANGELOG.md +++ b/tools/gmail/CHANGELOG.md @@ -1,5 +1,14 @@ # @plotday/tool-gmail +## 0.5.0 + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + ## 0.4.2 ### Changed diff --git a/tools/gmail/package.json b/tools/gmail/package.json index 26f1708..5bafe9f 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.4.2", + "version": "0.5.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 f3bc8a8..93159ad 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,23 @@ # @plotday/tool-google-calendar +## 0.8.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 +- @plotday/tool-google-contacts@0.4.3 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.7.1 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 22278ed..0954446 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.7.1", + "version": "0.8.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 8962bb8..319c33f 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.4.3 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.27.0 + ## 0.4.2 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 3862d3d..72832dc 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.4.2", + "version": "0.4.3", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/jira/CHANGELOG.md b/tools/jira/CHANGELOG.md index 2c6bb29..5a58a6c 100644 --- a/tools/jira/CHANGELOG.md +++ b/tools/jira/CHANGELOG.md @@ -1,5 +1,22 @@ # @plotday/tool-jira +## 0.3.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.2.0 ### Added diff --git a/tools/jira/package.json b/tools/jira/package.json index 9f3bed6..9f878fe 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.2.0", + "version": "0.3.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 3d5f23c..0b676b5 100644 --- a/tools/linear/CHANGELOG.md +++ b/tools/linear/CHANGELOG.md @@ -1,5 +1,22 @@ # @plotday/tool-linear +## 0.3.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.2.0 ### Added diff --git a/tools/linear/package.json b/tools/linear/package.json index ef348e9..b9ba1b4 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.2.0", + "version": "0.3.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 378f8c2..fa8ce45 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,22 @@ # @plotday/tool-outlook-calendar +## 0.8.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.7.1 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index f646c06..5c1e4e9 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.7.1", + "version": "0.8.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 0352b28..d7e3419 100644 --- a/tools/slack/CHANGELOG.md +++ b/tools/slack/CHANGELOG.md @@ -1,5 +1,22 @@ # @plotday/tool-slack +## 0.5.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- Updated dependencies: +- @plotday/twister@0.27.0 + +### Fixed + +- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + ## 0.4.2 ### Changed diff --git a/tools/slack/package.json b/tools/slack/package.json index 4c45b0a..1960a36 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.4.2", + "version": "0.5.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 511de26..5cdff37 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/twister +## 0.27.0 + +### Added + +- created_at for item's original creation time in the source system ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb)) + +### Changed + +- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) +- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde)) + ## 0.26.0 ### Added diff --git a/twister/package.json b/twister/package.json index 348dc26..410962e 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.26.0", + "version": "0.27.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",