Skip to content

Commit d9a180b

Browse files
authored
Merge pull request #76 from plotday/changeset-release/main
chore: version packages
2 parents 606b396 + 09aa94a commit d9a180b

22 files changed

Lines changed: 139 additions & 54 deletions

.changeset/cute-boxes-exist.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/frank-tigers-throw.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/free-ducks-drive.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/quiet-ties-look.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

tools/asana/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @plotday/tool-asana
22

3+
## 0.3.0
4+
5+
### Added
6+
7+
- 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))
8+
9+
### Changed
10+
11+
- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
12+
- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
13+
- Updated dependencies:
14+
- @plotday/twister@0.27.0
15+
16+
### Fixed
17+
18+
- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb))
19+
320
## 0.2.0
421

522
### Added

tools/asana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sync with Asana project management",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.2.0",
7+
"version": "0.3.0",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/gmail/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @plotday/tool-gmail
22

3+
## 0.5.0
4+
5+
### Changed
6+
7+
- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
8+
- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
9+
- Updated dependencies:
10+
- @plotday/twister@0.27.0
11+
312
## 0.4.2
413

514
### Changed

tools/gmail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sync with Gmail inbox and messages",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.4.2",
7+
"version": "0.5.0",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-calendar/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @plotday/tool-google-calendar
22

3+
## 0.8.0
4+
5+
### Added
6+
7+
- 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))
8+
9+
### Changed
10+
11+
- BREAKING: Replace Activity.source for linking with source items with generated and stored UUIDs ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
12+
- BREAKING: Support either IDs or email for contact fields ([`606b396`](https://github.com/plotday/plot/commit/606b396bb063a70c99200798287d29f5fd026bde))
13+
- Updated dependencies:
14+
- @plotday/twister@0.27.0
15+
- @plotday/tool-google-contacts@0.4.3
16+
17+
### Fixed
18+
19+
- Set author and assignee ([#75](https://github.com/plotday/plot/pull/75) [`5f0ebf3`](https://github.com/plotday/plot/commit/5f0ebf3aa347454c332b7bfeb799f022191a7fdb))
20+
321
## 0.7.1
422

523
### Changed

tools/google-calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sync with Google Calendar",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.7.1",
7+
"version": "0.8.0",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)