Skip to content

Commit 7e22ead

Browse files
chore: version typescript packages
1 parent f76a238 commit 7e22ead

File tree

6 files changed

+18
-25
lines changed

6 files changed

+18
-25
lines changed

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

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

typescript/.changeset/cute-grapes-lie.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
- [#880](https://github.com/coinbase/agentkit/pull/880) [`f76a238`](https://github.com/coinbase/agentkit/commit/f76a238d2114d3dfe222ef89e111aa4d06d5fe95) Thanks [@phdargen](https://github.com/phdargen)! - Fixed broken create-onchain-agent builds due to breaking changes in newer zora sdk versions
10+
11+
- [#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.
12+
13+
- Added `swap` action for swaps.
14+
- Added `quote` action for fetching quotes for swaps.
15+
- Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API.
16+
- Added `find-tokens` action for fetching tokens by symbols or addresses.
17+
18+
- [#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
19+
320
## 0.10.3
421

522
### 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)