Skip to content

Commit 3c5fc02

Browse files
authored
Merge pull request #86 from plotday/changeset-release/main
chore: version packages
2 parents 3533c44 + fe93c7e commit 3c5fc02

10 files changed

Lines changed: 43 additions & 16 deletions

File tree

.changeset/blue-toys-sleep.md

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

.changeset/new-emus-refuse.md

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

tools/google-calendar/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.32.1
9+
10+
### Fixed
11+
12+
- Mark new items read for the author ([`aac9e42`](https://github.com/plotday/plot/commit/aac9e428c6dc07dfad8c284c4761eaba4088a310))
13+
314
## 0.11.1
415

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

tools/linear/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.32.1
9+
10+
### Fixed
11+
12+
- Update Linear assignee ([`3533c44`](https://github.com/plotday/plot/commit/3533c44f82cf69c591acff8c095390d13ce600ab))
13+
314
## 0.5.1
415

516
### Changed

tools/linear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sync with Linear project management",
55
"author": "Plot <team@plot.day> (https://plot.day)",
66
"license": "MIT",
7-
"version": "0.5.1",
7+
"version": "0.5.2",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/outlook-calendar/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/twister@0.32.1
9+
10+
### Fixed
11+
12+
- Mark new items read for the author ([`aac9e42`](https://github.com/plotday/plot/commit/aac9e428c6dc07dfad8c284c4761eaba4088a310))
13+
314
## 0.11.1
415

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

twister/CHANGELOG.md

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

3+
## 0.32.1
4+
5+
### Fixed
6+
7+
- Mark new items read for the author ([`aac9e42`](https://github.com/plotday/plot/commit/aac9e428c6dc07dfad8c284c4761eaba4088a310))
8+
39
## 0.32.0
410

511
### Added

twister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotday/twister",
3-
"version": "0.32.0",
3+
"version": "0.32.1",
44
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
55
"packageManager": "pnpm@10.18.3",
66
"type": "module",

0 commit comments

Comments
 (0)