Skip to content

Commit 9cdbf57

Browse files
authored
Merge pull request #79 from plotday/changeset-release/main
chore: version packages
2 parents c6b5e0b + 9757625 commit 9cdbf57

File tree

20 files changed

+84
-27
lines changed

20 files changed

+84
-27
lines changed

.changeset/free-meals-switch.md

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

.changeset/sparkly-camels-tap.md

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

tools/asana/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Changed
6+
7+
- Improve callback type safety ([`c6b5e0b`](https://github.com/plotday/plot/commit/c6b5e0bb99a3672325e253d824586571237069ca))
8+
- Updated dependencies:
9+
- @plotday/twister@0.30.0
10+
311
## 0.4.1
412

513
### 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.1",
7+
"version": "0.4.2",
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.2
4+
5+
### Changed
6+
7+
- Improve callback type safety ([`c6b5e0b`](https://github.com/plotday/plot/commit/c6b5e0bb99a3672325e253d824586571237069ca))
8+
- Updated dependencies:
9+
- @plotday/twister@0.30.0
10+
311
## 0.6.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.6.1",
7+
"version": "0.6.2",
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.9.2
4+
5+
### Changed
6+
7+
- Improve callback type safety ([`c6b5e0b`](https://github.com/plotday/plot/commit/c6b5e0bb99a3672325e253d824586571237069ca))
8+
- Updated dependencies:
9+
- @plotday/twister@0.30.0
10+
- @plotday/tool-google-contacts@0.4.6
11+
12+
### Fixed
13+
14+
- Recurring date parsing ([`0c6d416`](https://github.com/plotday/plot/commit/0c6d4161241e130c26caaa7ba899855ba585f505))
15+
316
## 0.9.1
417

518
### 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.1",
7+
"version": "0.9.2",
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.4.6
4+
5+
### Changed
6+
7+
- Improve callback type safety ([`c6b5e0b`](https://github.com/plotday/plot/commit/c6b5e0bb99a3672325e253d824586571237069ca))
8+
- Updated dependencies:
9+
- @plotday/twister@0.30.0
10+
311
## 0.4.5
412

513
### Changed

tools/google-contacts/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 Contacts",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.4.5",
7+
"version": "0.4.6",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)