diff --git a/typescript/.changeset/bitter-pugs-flow.md b/typescript/.changeset/bitter-pugs-flow.md deleted file mode 100644 index c0856a097..000000000 --- a/typescript/.changeset/bitter-pugs-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Converted all dynamic to static imports diff --git a/typescript/.changeset/cute-grapes-lie.md b/typescript/.changeset/cute-grapes-lie.md deleted file mode 100644 index 5a5a201ae..000000000 --- a/typescript/.changeset/cute-grapes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Fixed broken create-onchain-agent builds due to breaking changes in newer zora sdk versions diff --git a/typescript/.changeset/hungry-loops-hang.md b/typescript/.changeset/hungry-loops-hang.md deleted file mode 100644 index 725ed4bcd..000000000 --- a/typescript/.changeset/hungry-loops-hang.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -- Added `sushiRouterActionProvider` to provide swap and quote functionality using the Sushi Router API. -- Added `swap` action for swaps. -- Added `quote` action for fetching quotes for swaps. -- Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API. -- Added `find-tokens` action for fetching tokens by symbols or addresses. diff --git a/typescript/.changeset/red-goats-camp.md b/typescript/.changeset/red-goats-camp.md deleted file mode 100644 index d8892a34b..000000000 --- a/typescript/.changeset/red-goats-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated xmtp chatbot to use CDP v2 wallets and new xmtp/agent-sdk diff --git a/typescript/agentkit/CHANGELOG.md b/typescript/agentkit/CHANGELOG.md index 609d3f6e3..b0d7348c1 100644 --- a/typescript/agentkit/CHANGELOG.md +++ b/typescript/agentkit/CHANGELOG.md @@ -1,5 +1,22 @@ # AgentKit Changelog +## 0.10.4 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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. + + - Added `swap` action for swaps. + - Added `quote` action for fetching quotes for swaps. + - Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API. + - Added `find-tokens` action for fetching tokens by symbols or addresses. + +- [#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 + ## 0.10.3 ### Patch Changes diff --git a/typescript/agentkit/package.json b/typescript/agentkit/package.json index be7a80692..14434c4ef 100644 --- a/typescript/agentkit/package.json +++ b/typescript/agentkit/package.json @@ -2,7 +2,7 @@ "name": "@coinbase/agentkit", "description": "Coinbase AgentKit core primitives", "repository": "https://github.com/coinbase/agentkit", - "version": "0.10.3", + "version": "0.10.4", "author": "Coinbase Inc.", "license": "Apache-2.0", "main": "dist/index.js",