Skip to content

Commit 0952e53

Browse files
authored
Merge pull request #28 from plotday/changeset-release/main
chore: version packages
2 parents 28cdd44 + b3d05c9 commit 0952e53

11 files changed

Lines changed: 37 additions & 20 deletions

File tree

.changeset/heavy-steaks-fall.md

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

.changeset/silent-otters-follow.md

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

.changeset/wise-baths-smell.md

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

sdk/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Added
6+
7+
- plot agent logs ([#27](https://github.com/plotday/plot/pull/27) [`8030c59`](https://github.com/plotday/plot/commit/8030c5951a72dc6326b06d798ea150843cdc0143))
8+
9+
### Fixed
10+
11+
- Improper use of tools in Agent and Tool base classes causing "Tool not found" errors ([#27](https://github.com/plotday/plot/pull/27) [`43ce7ab`](https://github.com/plotday/plot/commit/43ce7abdd97bea1fc8ee8569fd371f5f249c498c))
12+
313
## 0.13.1
414

515
### Added

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotday/sdk",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities",
55
"packageManager": "pnpm@10.18.3",
66
"type": "module",

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.1.7
4+
5+
### Changed
6+
7+
- Remove defunct static tool id ([#27](https://github.com/plotday/plot/pull/27) [`97b3195`](https://github.com/plotday/plot/commit/97b3195abaffb6886fda90ce511de796fbd34aac))
8+
- Updated dependencies:
9+
- @plotday/sdk@0.14.0
10+
311
## 0.1.6
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.1.6",
7+
"version": "0.1.7",
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.1.7
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/sdk@0.14.0
9+
310
## 0.1.6
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.1.6",
7+
"version": "0.1.7",
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.1.7
4+
5+
### Changed
6+
7+
- Remove defunct static tool id ([#27](https://github.com/plotday/plot/pull/27) [`97b3195`](https://github.com/plotday/plot/commit/97b3195abaffb6886fda90ce511de796fbd34aac))
8+
- Updated dependencies:
9+
- @plotday/sdk@0.14.0
10+
311
## 0.1.6
412

513
### Changed

0 commit comments

Comments
 (0)