Skip to content

Commit 26e07fb

Browse files
chore: version typescript packages
1 parent 1b1db57 commit 26e07fb

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

typescript/.changeset/slick-guests-sleep.md

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

typescript/.changeset/tame-eggs-rush.md

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

typescript/agentkit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AgentKit Changelog
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [#816](https://github.com/coinbase/agentkit/pull/816) [`1b1db57`](https://github.com/coinbase/agentkit/commit/1b1db57f9815ab25a658adfcf542037751a38144) Thanks [@pcminh0505](https://github.com/pcminh0505)! - Added Zerion API for portfolio and DeFi positions
8+
9+
- [#814](https://github.com/coinbase/agentkit/pull/814) [`3211ad0`](https://github.com/coinbase/agentkit/commit/3211ad06a87f0ab3bb1a49f415cfda0b3f8b2db4) Thanks [@phdargen](https://github.com/phdargen)! - Added paymaster capability to CdpSmartWallet
10+
311
## 0.9.1
412

513
### Patch Changes

typescript/agentkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coinbase/agentkit",
33
"description": "Coinbase AgentKit core primitives",
44
"repository": "https://github.com/coinbase/agentkit",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"author": "Coinbase Inc.",
77
"license": "Apache-2.0",
88
"main": "dist/index.js",

typescript/create-onchain-agent/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Coinbase Create Onchain Agent Changelog
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- [#814](https://github.com/coinbase/agentkit/pull/814) [`3211ad0`](https://github.com/coinbase/agentkit/commit/3211ad06a87f0ab3bb1a49f415cfda0b3f8b2db4) Thanks [@phdargen](https://github.com/phdargen)! - Added paymaster capability to CdpSmartWallet
8+
39
## 0.5.2
410

511
### Patch Changes

typescript/create-onchain-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-onchain-agent",
33
"description": "Instantly create onchain-agent applications with Coinbase AgentKit.",
44
"repository": "https://github.com/coinbase/agentkit",
5-
"version": "0.5.2",
5+
"version": "0.5.3",
66
"author": "Coinbase Inc.",
77
"license": "Apache-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)