diff --git a/typescript/.changeset/beige-pants-make.md b/typescript/.changeset/beige-pants-make.md deleted file mode 100644 index cd6ac0cbc..000000000 --- a/typescript/.changeset/beige-pants-make.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/agentkit": patch ---- - -Updated Vaults.fyi provider to use the v2 API 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/mighty-pears-pull.md b/typescript/.changeset/mighty-pears-pull.md deleted file mode 100644 index 57c3203ca..000000000 --- a/typescript/.changeset/mighty-pears-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-onchain-agent": patch ---- - -Patched next version 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/.changeset/tangy-horses-lose.md b/typescript/.changeset/tangy-horses-lose.md deleted file mode 100644 index 897f92114..000000000 --- a/typescript/.changeset/tangy-horses-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-onchain-agent": patch ---- - -Updated to next 16, react 19 and tailwind 4 diff --git a/typescript/agentkit/CHANGELOG.md b/typescript/agentkit/CHANGELOG.md index 609d3f6e3..4f801acb4 100644 --- a/typescript/agentkit/CHANGELOG.md +++ b/typescript/agentkit/CHANGELOG.md @@ -1,5 +1,24 @@ # AgentKit Changelog +## 0.10.4 + +### Patch Changes + +- [#883](https://github.com/coinbase/agentkit/pull/883) [`02f9291`](https://github.com/coinbase/agentkit/commit/02f9291ef09c6edab2bb81ed6de81a06206e866d) Thanks [@pawelpolak2](https://github.com/pawelpolak2)! - Updated Vaults.fyi provider to use the v2 API + +- [#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 69ac8a251..85d727f4e 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", diff --git a/typescript/create-onchain-agent/CHANGELOG.md b/typescript/create-onchain-agent/CHANGELOG.md index b645375f7..15fa09de9 100644 --- a/typescript/create-onchain-agent/CHANGELOG.md +++ b/typescript/create-onchain-agent/CHANGELOG.md @@ -1,5 +1,13 @@ # Coinbase Create Onchain Agent Changelog +## 0.5.7 + +### Patch Changes + +- [#888](https://github.com/coinbase/agentkit/pull/888) [`d52efb3`](https://github.com/coinbase/agentkit/commit/d52efb3c0622d94b61aa708134101ba653a611af) Thanks [@phdargen](https://github.com/phdargen)! - Patched next version + +- [#887](https://github.com/coinbase/agentkit/pull/887) [`0a82321`](https://github.com/coinbase/agentkit/commit/0a8232168f5a69ae3ce273cfbc70d47134cce3d6) Thanks [@phdargen](https://github.com/phdargen)! - Updated to next 16, react 19 and tailwind 4 + ## 0.5.6 ### Patch Changes diff --git a/typescript/create-onchain-agent/package.json b/typescript/create-onchain-agent/package.json index 60831f42d..ed48d598d 100644 --- a/typescript/create-onchain-agent/package.json +++ b/typescript/create-onchain-agent/package.json @@ -2,7 +2,7 @@ "name": "create-onchain-agent", "description": "Instantly create onchain-agent applications with Coinbase AgentKit.", "repository": "https://github.com/coinbase/agentkit", - "version": "0.5.6", + "version": "0.5.7", "author": "Coinbase Inc.", "license": "Apache-2.0", "scripts": {