Skip to content

Commit 0248fdc

Browse files
authored
Merge pull request #61 from plotday/changeset-release/main
chore: version packages
2 parents 02936a6 + 77a4935 commit 0248fdc

10 files changed

Lines changed: 47 additions & 17 deletions

File tree

.changeset/whole-baths-bow.md

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

.changeset/wide-trams-film.md

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

builder/CHANGELOG.md

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

3+
## 0.18.3
4+
5+
### Changed
6+
7+
- Update several references to the previous agent subcommand group ([`02936a6`](https://github.com/plotday/plot/commit/02936a671496c6124a31c1c54d69598276f4d8bb))
8+
9+
### Fixed
10+
11+
- build fixes ([`c3c83a7`](https://github.com/plotday/plot/commit/c3c83a7cddc72966209721fceec2eeb96c385dc2))
12+
313
## 0.18.2
414

515
### Fixed

builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotday/agent",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Plot Agent Builder - Build intelligent agents that organize and prioritize your activities",
55
"packageManager": "pnpm@10.18.3",
66
"type": "module",

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.2.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/agent@0.18.3
9+
10+
### Fixed
11+
12+
- build fixes ([`c3c83a7`](https://github.com/plotday/plot/commit/c3c83a7cddc72966209721fceec2eeb96c385dc2))
13+
314
## 0.2.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.2.1",
7+
"version": "0.2.2",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-contacts/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/agent@0.18.3
9+
10+
### Fixed
11+
12+
- build fixes ([`c3c83a7`](https://github.com/plotday/plot/commit/c3c83a7cddc72966209721fceec2eeb96c385dc2))
13+
314
## 0.2.1
415

516
### 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.1",
7+
"version": "0.2.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.2.2
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/agent@0.18.3
9+
10+
### Fixed
11+
12+
- build fixes ([`c3c83a7`](https://github.com/plotday/plot/commit/c3c83a7cddc72966209721fceec2eeb96c385dc2))
13+
314
## 0.2.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.2.1",
7+
"version": "0.2.2",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)