Skip to content

Commit a409739

Browse files
authored
Merge pull request #80 from plotday/changeset-release/main
chore: version packages
2 parents 390687a + eec3fc4 commit a409739

File tree

22 files changed

+88
-33
lines changed

22 files changed

+88
-33
lines changed

.changeset/blue-humans-guess.md

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

.changeset/orange-adults-switch.md

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

.changeset/tangy-foxes-stand.md

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

.changeset/tasty-kids-count.md

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

tools/asana/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.31.0
9+
310
## 0.4.2
411

512
### 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.4.2",
7+
"version": "0.4.3",
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.6.3
4+
5+
### Changed
6+
7+
- Use new return values from create functions ([`9428f5b`](https://github.com/plotday/plot/commit/9428f5bdca0221984836a67f902c8e7e691223b8))
8+
- Updated dependencies:
9+
- @plotday/twister@0.31.0
10+
311
## 0.6.2
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.6.2",
7+
"version": "0.6.3",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-calendar/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.31.0
9+
- @plotday/tool-google-contacts@0.4.7
10+
11+
### Fixed
12+
13+
- BREAKING: Fixed many issues with recurring activity, which required some changes to ActivityOccurrence ([`289cd83`](https://github.com/plotday/plot/commit/289cd83e292d1ebdd83b55990bffa33c9639000b))
14+
315
## 0.9.2
416

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

0 commit comments

Comments
 (0)