Skip to content

Commit 208d27f

Browse files
chore: version packages
1 parent 31dde68 commit 208d27f

11 files changed

Lines changed: 38 additions & 21 deletions

File tree

.changeset/open-yaks-fall.md

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

.changeset/shaggy-snakes-grab.md

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

.changeset/three-chicken-refuse.md

Lines changed: 0 additions & 7 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.0
4+
5+
### Added
6+
7+
- Docs for build.plot.day ([#53](https://github.com/plotday/plot/pull/53) [`262d280`](https://github.com/plotday/plot/commit/262d2808858fdcb7a69f92d22286c435bb3f479f))
8+
9+
### Changed
10+
11+
- Renamed @plotday/sdk to @plotday/agent. ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278))
12+
313
## 0.17.0
414

515
### Added

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.17.0",
3+
"version": "0.18.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @plotday/tool-google-calendar
22

3+
## 0.2.1
4+
5+
### Changed
6+
7+
- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278))
8+
- Updated dependencies:
9+
- @plotday/agent@0.18.0
10+
311
## 0.2.0
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.2.0",
7+
"version": "0.2.1",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

tools/google-contacts/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Changed
6+
7+
- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278))
8+
- Updated dependencies:
9+
- @plotday/agent@0.18.0
10+
311
## 0.2.0
412

513
### 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.0",
7+
"version": "0.2.1",
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.2.1
4+
5+
### Changed
6+
7+
- Updated to @plotday/agent ([#55](https://github.com/plotday/plot/pull/55) [`8106ba0`](https://github.com/plotday/plot/commit/8106ba0597966909dd223b800adf4f63b9c4b278))
8+
- Updated dependencies:
9+
- @plotday/agent@0.18.0
10+
311
## 0.2.0
412

513
### Changed

0 commit comments

Comments
 (0)