Skip to content

Commit 4cdfa29

Browse files
authored
Merge pull request #81 from plotday/changeset-release/main
chore: version packages
2 parents 2b10e23 + 2168bd4 commit 4cdfa29

6 files changed

Lines changed: 15 additions & 13 deletions

File tree

.changeset/easy-chicken-nail.md

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

.changeset/fair-wings-kiss.md

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

tools/google-calendar/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Fixed
6+
7+
- Skip Google Calendar sync if one already in progress ([`2b10e23`](https://github.com/plotday/plot/commit/2b10e23a0f13aff6039d79e50666641c7caae10c))
8+
- Limit size of batches ([`7e21de7`](https://github.com/plotday/plot/commit/7e21de7f5eb153e206fa7069bef60cbc25edc0d3))
9+
310
## 0.10.0
411

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

tools/outlook-calendar/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Fixed
6+
7+
- Limit size of batches ([`7e21de7`](https://github.com/plotday/plot/commit/7e21de7f5eb153e206fa7069bef60cbc25edc0d3))
8+
39
## 0.10.0
410

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

0 commit comments

Comments
 (0)