diff --git a/.changeset/brave-badgers-yell.md b/.changeset/brave-badgers-yell.md deleted file mode 100644 index f283103..0000000 --- a/.changeset/brave-badgers-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Hints for routing new Activity into the correct Priority diff --git a/.changeset/clean-feet-fall.md b/.changeset/clean-feet-fall.md deleted file mode 100644 index c1389b0..0000000 --- a/.changeset/clean-feet-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor ---- - -Added: Coompleted base functionality. diff --git a/.changeset/fine-shirts-juggle.md b/.changeset/fine-shirts-juggle.md deleted file mode 100644 index 7d109c5..0000000 --- a/.changeset/fine-shirts-juggle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": minor -"@plotday/tool-google-calendar": minor -"@plotday/twister": minor ---- - -Added: Conferencing links diff --git a/.changeset/flat-moments-divide.md b/.changeset/flat-moments-divide.md deleted file mode 100644 index 4bee8de..0000000 --- a/.changeset/flat-moments-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Added: Slack and Gmail webhook support diff --git a/.changeset/loose-baboons-sit.md b/.changeset/loose-baboons-sit.md deleted file mode 100644 index 43b0926..0000000 --- a/.changeset/loose-baboons-sit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Common Messaging interface -Added: Provider-specific, verified webhooks diff --git a/.changeset/nice-dodos-unite.md b/.changeset/nice-dodos-unite.md deleted file mode 100644 index 67e567d..0000000 --- a/.changeset/nice-dodos-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Notion, Slack, Atlassian, Linear, Monday, GitHub, Asana, and HubSpot integrations diff --git a/.changeset/petite-buttons-wear.md b/.changeset/petite-buttons-wear.md deleted file mode 100644 index edf2d28..0000000 --- a/.changeset/petite-buttons-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Added: Attend, Skip, Undecided tags diff --git a/.changeset/pretty-facts-study.md b/.changeset/pretty-facts-study.md deleted file mode 100644 index f71212c..0000000 --- a/.changeset/pretty-facts-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/tool-google-calendar": minor ---- - -Added: RSVP tags diff --git a/.changeset/shaggy-doors-wash.md b/.changeset/shaggy-doors-wash.md deleted file mode 100644 index ad587a7..0000000 --- a/.changeset/shaggy-doors-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Fixed: login path error diff --git a/.changeset/silver-eagles-grow.md b/.changeset/silver-eagles-grow.md deleted file mode 100644 index b4df3ed..0000000 --- a/.changeset/silver-eagles-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING: Renamed to @plotday/twister diff --git a/.changeset/social-mirrors-prove.md b/.changeset/social-mirrors-prove.md deleted file mode 100644 index 9677de3..0000000 --- a/.changeset/social-mirrors-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Added: NoteType with support for HTML and text notes in addition to the default (Markdown) diff --git a/.changeset/tender-camels-flow.md b/.changeset/tender-camels-flow.md deleted file mode 100644 index 05fab48..0000000 --- a/.changeset/tender-camels-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: Plot.getActors() to retrieve name, email, and type for people and twists. -Changed: BREAKING: email addresses are only available with a ContactAccess permission. diff --git a/.changeset/true-areas-pull.md b/.changeset/true-areas-pull.md deleted file mode 100644 index 811b681..0000000 --- a/.changeset/true-areas-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch ---- - -Changed: Updated builder diff --git a/tools/gmail/CHANGELOG.md b/tools/gmail/CHANGELOG.md new file mode 100644 index 0000000..f147d40 --- /dev/null +++ b/tools/gmail/CHANGELOG.md @@ -0,0 +1,8 @@ +# @plotday/tool-gmail + +## 0.1.1 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.20.0 diff --git a/tools/gmail/package.json b/tools/gmail/package.json index 48e4f3e..2ffd72e 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.0", + "version": "0.1.1", "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 2bf709a..dc86e75 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,18 @@ # @plotday/tool-google-calendar +## 0.3.0 + +### Added + +- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1)) +- RSVP tags ([`0c3fa6a`](https://github.com/plotday/plot/commit/0c3fa6a9e2f83c8e090372fde77b8cfaf10fc7b6)) + +### Changed + +- Updated builder ([`d6f6a08`](https://github.com/plotday/plot/commit/d6f6a0804cb74b9647473d1ed8ebfaf24d36539c)) +- Updated dependencies: +- @plotday/twister@0.20.0 + ## 0.2.4 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index c57fd4c..abf6158 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.4", + "version": "0.3.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 bfa6a92..0a7d53e 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.2.4 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.20.0 + ## 0.2.3 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 35e5282..9a8ccf5 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.3", + "version": "0.2.4", "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 9ae04b7..f792d45 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,18 @@ # @plotday/tool-outlook-calendar +## 0.3.0 + +### Added + +- Coompleted base functionality. ([`c32b608`](https://github.com/plotday/plot/commit/c32b6086bfe429180d91696e3b4e334abc6dab7e)) +- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1)) + +### Changed + +- Updated builder ([`d6f6a08`](https://github.com/plotday/plot/commit/d6f6a0804cb74b9647473d1ed8ebfaf24d36539c)) +- Updated dependencies: +- @plotday/twister@0.20.0 + ## 0.2.3 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 50c65ec..eb0a457 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.3", + "version": "0.3.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/slack/CHANGELOG.md b/tools/slack/CHANGELOG.md new file mode 100644 index 0000000..a1b2e27 --- /dev/null +++ b/tools/slack/CHANGELOG.md @@ -0,0 +1,8 @@ +# @plotday/tool-slack + +## 0.1.1 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.20.0 diff --git a/tools/slack/package.json b/tools/slack/package.json index cd783a9..6895a0b 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.0", + "version": "0.1.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index a024670..bf9d72c 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,26 @@ # @plotday/twister +## 0.20.0 + +### Added + +- Hints for routing new Activity into the correct Priority ([`765487b`](https://github.com/plotday/plot/commit/765487b0ea2acadf8ce47e887f4494548dfdca83)) +- Conferencing links ([`e8349dd`](https://github.com/plotday/plot/commit/e8349ddb79f7afd914728e93366a1525086911b1)) +- Common Messaging interface +- Notion, Slack, Atlassian, Linear, Monday, GitHub, Asana, and HubSpot integrations ([`bc6eac1`](https://github.com/plotday/plot/commit/bc6eac16283f3fbfbd92cdd0f041e1adde3bbff3)) +- Plot.getActors() to retrieve name, email, and type for people and twists. +- Slack and Gmail webhook support ([`4e262a0`](https://github.com/plotday/plot/commit/4e262a04cd506cb679840fc1ae83fef3130e142e)) +- Attend, Skip, Undecided tags ([`34a5860`](https://github.com/plotday/plot/commit/34a5860c389debc30c876fea933feb3ba87b719b)) +- NoteType with support for HTML and text notes in addition to the default (Markdown) ([`765487b`](https://github.com/plotday/plot/commit/765487b0ea2acadf8ce47e887f4494548dfdca83)) + +### Changed + +- BREAKING: Renamed to @plotday/twister ([#65](https://github.com/plotday/plot/pull/65) [`ba7469d`](https://github.com/plotday/plot/commit/ba7469d22d8412a6ff4f17ee7d5d9c3b18ec59e7)) + +### Fixed + +- login path error ([`cd8c1de`](https://github.com/plotday/plot/commit/cd8c1de84c07957c6189babd900479a1c7cd582a)) + ## 0.19.1 ### Added diff --git a/twister/package.json b/twister/package.json index bde3bca..1e54e3a 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.19.1", + "version": "0.20.0", "description": "Plot Twist Creator - Build intelligent Twists that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",