Skip to content

Commit d015b8f

Browse files
authored
Merge pull request #87 from plotday/changeset-release/main
chore: version packages
2 parents bd1f7fd + acd4eba commit d015b8f

21 files changed

Lines changed: 96 additions & 34 deletions

.changeset/bumpy-guests-design.md

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

.changeset/ninety-paths-kiss.md

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

.changeset/old-nights-dress.md

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

tools/asana/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Changed
6+
7+
- BREAKING: All integrations are now individual, always acting on behalf of a particular user. ([`2208632`](https://github.com/plotday/plot/commit/22086320eb79c3cbe6c95aeaeb34472e4c3d7b50))
8+
- Updated dependencies:
9+
- @plotday/twister@0.33.0
10+
11+
### Fixed
12+
13+
- Duplicate comments when commenting inside Plot ([`0004e24`](https://github.com/plotday/plot/commit/0004e241ea1c61a74141671a014788d4f96b9383))
14+
315
## 0.5.1
416

517
### Changed

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

tools/gmail/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Changed
6+
7+
- BREAKING: All integrations are now individual, always acting on behalf of a particular user. ([`2208632`](https://github.com/plotday/plot/commit/22086320eb79c3cbe6c95aeaeb34472e4c3d7b50))
8+
- Updated dependencies:
9+
- @plotday/twister@0.33.0
10+
311
## 0.7.1
412

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

tools/google-calendar/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Changed
6+
7+
- BREAKING: All integrations are now individual, always acting on behalf of a particular user. ([`2208632`](https://github.com/plotday/plot/commit/22086320eb79c3cbe6c95aeaeb34472e4c3d7b50))
8+
- Updated dependencies:
9+
- @plotday/tool-google-contacts@0.5.0
10+
- @plotday/twister@0.33.0
11+
312
## 0.11.2
413

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

tools/google-contacts/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Changed
6+
7+
- BREAKING: All integrations are now individual, always acting on behalf of a particular user. ([`2208632`](https://github.com/plotday/plot/commit/22086320eb79c3cbe6c95aeaeb34472e4c3d7b50))
8+
- Updated dependencies:
9+
- @plotday/twister@0.33.0
10+
311
## 0.4.9
412

513
### Changed

0 commit comments

Comments
 (0)