Skip to content

Commit c860bda

Browse files
authored
Merge pull request #63 from plotday/changeset-release/main
chore: version packages
2 parents 9516790 + a41c571 commit c860bda

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

.changeset/clean-ends-obey.md

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

.changeset/wise-glasses-shake.md

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

builder/CHANGELOG.md

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

3+
## 0.19.1
4+
5+
### Added
6+
7+
- Text and HTML (in addition to Markdown) note types ([`9516790`](https://github.com/plotday/plot/commit/95167908d414db8d92eddea83e85948482917d3d))
8+
39
## 0.19.0
410

511
### 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.19.0",
3+
"version": "0.19.1",
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.4
4+
5+
### Changed
6+
7+
- Create all-day events as notes rather than events ([`798f370`](https://github.com/plotday/plot/commit/798f37041733ddbd58909e8e46092f7ac4387d48))
8+
- Updated dependencies:
9+
- @plotday/agent@0.19.1
10+
311
## 0.2.3
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.3",
7+
"version": "0.2.4",
88
"type": "module",
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)