Skip to content

Commit b9eaf8b

Browse files
chore: version typescript packages
1 parent 7260a56 commit b9eaf8b

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

typescript/.changeset/bitter-pugs-flow.md

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

typescript/.changeset/hungry-loops-hang.md

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

typescript/.changeset/red-goats-camp.md

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

typescript/agentkit/CHANGELOG.md

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

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- [#863](https://github.com/coinbase/agentkit/pull/863) [`2471251`](https://github.com/coinbase/agentkit/commit/24712518430c787f5c543781b39116708a2d759a) Thanks [@phdargen](https://github.com/phdargen)! - Converted all dynamic to static imports
8+
9+
- [#309](https://github.com/coinbase/agentkit/pull/309) [`7260a56`](https://github.com/coinbase/agentkit/commit/7260a5694b20fedfe6dfe12a18c0298ddda2c236) Thanks [@LufyCZ](https://github.com/LufyCZ)! - - Added `sushiRouterActionProvider` to provide swap and quote functionality using the Sushi Router API.
10+
11+
- Added `swap` action for swaps.
12+
- Added `quote` action for fetching quotes for swaps.
13+
- Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API.
14+
- Added `find-tokens` action for fetching tokens by symbols or addresses.
15+
16+
- [#864](https://github.com/coinbase/agentkit/pull/864) [`8515a32`](https://github.com/coinbase/agentkit/commit/8515a3271dd65a61ee9244e4cd162609811e2583) Thanks [@phdargen](https://github.com/phdargen)! - Updated xmtp chatbot to use CDP v2 wallets and new xmtp/agent-sdk
17+
318
## 0.10.3
419

520
### 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.10.3",
5+
"version": "0.10.4",
66
"author": "Coinbase Inc.",
77
"license": "Apache-2.0",
88
"main": "dist/index.js",

0 commit comments

Comments
 (0)