Skip to content

Commit 395daa6

Browse files
authored
Merge pull request #68 from plotday/changeset-release/main
chore: version packages
2 parents c08d33c + cdcb071 commit 395daa6

13 files changed

Lines changed: 51 additions & 15 deletions

File tree

.changeset/cyan-snakes-follow.md

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

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.2.0
4+
5+
### Changed
6+
7+
- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5))
8+
- Updated dependencies:
9+
- @plotday/twister@0.22.0
10+
311
## 0.1.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.1.2",
7+
"version": "0.2.0",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-calendar/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Changed
6+
7+
- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5))
8+
- Updated dependencies:
9+
- @plotday/twister@0.22.0
10+
311
## 0.3.1
412

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

tools/google-contacts/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.22.0
9+
310
## 0.2.5
411

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

tools/outlook-calendar/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Changed
6+
7+
- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5))
8+
- Updated dependencies:
9+
- @plotday/twister@0.22.0
10+
311
## 0.3.1
412

513
### Changed

tools/outlook-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 Microsoft Outlook Calendar",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.3.1",
7+
"version": "0.4.0",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/slack/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Changed
6+
7+
- BREAKING: Refactored Activity and Note types for clarity and type safety. ([#67](https://github.com/plotday/plot/pull/67) [`2aa5b8f`](https://github.com/plotday/plot/commit/2aa5b8fe57fe785bdc41f8347e62ba4beab0c3c5))
8+
- Updated dependencies:
9+
- @plotday/twister@0.22.0
10+
311
## 0.1.2
412

513
### Changed

0 commit comments

Comments
 (0)