Skip to content

Commit 7ebb6a1

Browse files
chore: version packages
1 parent 5b23933 commit 7ebb6a1

File tree

11 files changed

+48
-22
lines changed

11 files changed

+48
-22
lines changed

.changeset/clear-pears-know.md

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

.changeset/long-baths-invent.md

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

.changeset/wise-queens-flash.md

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

sdk/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Added
6+
7+
- Progress updates for agent generate and deploy ([#25](https://github.com/plotday/plot/pull/25) [`b9c3528`](https://github.com/plotday/plot/commit/b9c35288c9a49a9a4d21f59b637146e33c15fe87))
8+
- Install latest SDK package after generate ([#25](https://github.com/plotday/plot/pull/25) [`b9c3528`](https://github.com/plotday/plot/commit/b9c35288c9a49a9a4d21f59b637146e33c15fe87))
9+
10+
### Fixed
11+
12+
- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088))
13+
314
## 0.13.0
415

516
### Changed

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

3+
## 0.1.6
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/sdk@0.13.1
9+
10+
### Fixed
11+
12+
- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088))
13+
314
## 0.1.5
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.1.5",
7+
"version": "0.1.6",
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.1.6
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/sdk@0.13.1
9+
10+
### Fixed
11+
12+
- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088))
13+
314
## 0.1.5
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.1.5",
7+
"version": "0.1.6",
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.1.6
4+
5+
### Changed
6+
7+
- Updated dependencies:
8+
- @plotday/sdk@0.13.1
9+
10+
### Fixed
11+
12+
- Several instances of Agents and Tools missing the id argument ([#24](https://github.com/plotday/plot/pull/24) [`2d53d37`](https://github.com/plotday/plot/commit/2d53d3794419ee218976d6468319ae9129c93088))
13+
314
## 0.1.5
415

516
### Changed

0 commit comments

Comments
 (0)