Skip to content

Commit e912063

Browse files
authored
Merge pull request #85 from plotday/changeset-release/main
chore: version packages
2 parents a38fa1c + ffec7bb commit e912063

21 files changed

Lines changed: 77 additions & 43 deletions

.changeset/better-houses-beam.md

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

.changeset/five-parks-jam.md

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

.changeset/green-chicken-grin.md

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

.changeset/quick-pillows-fetch.md

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

.changeset/upset-towns-sink.md

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

tools/asana/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Changed
6+
7+
- Removed debugging logging ([`d8f07cd`](https://github.com/plotday/plot/commit/d8f07cd82d7db91fbb99c3e6b6b751980566e9b7))
8+
9+
### Fixed
10+
11+
- Always use event IDs rather than URL for source ([`b438aa3`](https://github.com/plotday/plot/commit/b438aa30240875c731d038df92e94f9435601637))
12+
313
## 0.5.0
414

515
### 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.5.0",
7+
"version": "0.5.1",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/gmail/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Changed
6+
7+
- Removed debugging logging ([`d8f07cd`](https://github.com/plotday/plot/commit/d8f07cd82d7db91fbb99c3e6b6b751980566e9b7))
8+
39
## 0.7.0
410

511
### Added

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.7.0",
7+
"version": "0.7.1",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-calendar/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Changed
6+
7+
- Removed debugging logging ([`d8f07cd`](https://github.com/plotday/plot/commit/d8f07cd82d7db91fbb99c3e6b6b751980566e9b7))
8+
- Updated dependencies:
9+
- @plotday/tool-google-contacts@0.4.9
10+
11+
### Fixed
12+
13+
- Backdate cancellation notes for the date the event was cancelled ([`a38fa1c`](https://github.com/plotday/plot/commit/a38fa1c7b4c2de524a140b5d73e1acac3ff077a4))
14+
- Always use event IDs rather than URL for source ([`b438aa3`](https://github.com/plotday/plot/commit/b438aa30240875c731d038df92e94f9435601637))
15+
316
## 0.11.0
417

518
### Added

0 commit comments

Comments
 (0)