Skip to content

Commit 57a3d0c

Browse files
committed
chore: version typescript packages
1 parent 9f3c578 commit 57a3d0c

File tree

11 files changed

+29
-41
lines changed

11 files changed

+29
-41
lines changed

typescript/.changeset/beige-pants-make.md

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

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/mighty-pears-pull.md

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

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

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

typescript/.changeset/tangy-horses-lose.md

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

typescript/agentkit/CHANGELOG.md

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

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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.
14+
15+
- Added `swap` action for swaps.
16+
- Added `quote` action for fetching quotes for swaps.
17+
- Added `sushiDataActionProvider` to provide token finding functionality using the Sushi Data API.
18+
- Added `find-tokens` action for fetching tokens by symbols or addresses.
19+
20+
- [#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
21+
322
## 0.10.3
423

524
### 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",

typescript/create-onchain-agent/CHANGELOG.md

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

3+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.5.6
412

513
### Patch Changes

0 commit comments

Comments
 (0)