Skip to content

Commit 0fe026b

Browse files
authored
chore: version typescript packages (#1035)
1 parent a3afda3 commit 0fe026b

18 files changed

Lines changed: 51 additions & 49 deletions

File tree

typescript/.changeset/brown-pets-grow.md

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

typescript/.changeset/dtelecom-voice-provider.md

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

typescript/.changeset/funny-masks-lie.md

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

typescript/.changeset/neat-tables-sort.md

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

typescript/.changeset/poor-lines-sniff.md

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

typescript/.changeset/poor-mirrors-crash.md

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

typescript/.changeset/upset-parrots-visit.md

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

typescript/.changeset/violet-swans-pull.md

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

typescript/agentkit/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#1021](https://github.com/coinbase/agentkit/pull/1021) [`1da829e`](https://github.com/coinbase/agentkit/commit/1da829e006f8b7e7811e43490e6fe423b4650736) Thanks [@phdargen](https://github.com/phdargen)! - Upgraded to zod v4, langchain v1 and vercel ai sdk v6
8+
9+
- [#923](https://github.com/coinbase/agentkit/pull/923) [`e809805`](https://github.com/coinbase/agentkit/commit/e8098053561b895e6309a8789266e2704c5353c7) Thanks [@phdargen](https://github.com/phdargen)! - Deprecated legacy cdp-wallet
10+
11+
### Patch Changes
12+
13+
- [#966](https://github.com/coinbase/agentkit/pull/966) [`b211701`](https://github.com/coinbase/agentkit/commit/b21170143825cb1892daaa8e52c68e9c8c446ae1) Thanks [@phdargen](https://github.com/phdargen)! - Bumped x402 packages and fix missing readContract interface
14+
15+
- [#982](https://github.com/coinbase/agentkit/pull/982) [`c3dbef6`](https://github.com/coinbase/agentkit/commit/c3dbef60d1613effc9d9805816bec15f5510fdca) Thanks [@fffilimonov](https://github.com/fffilimonov)! - Added dTelecom action provider for decentralized voice services (WebRTC, STT, TTS) with x402 micropayments, and a voice agent example.
16+
17+
- [#898](https://github.com/coinbase/agentkit/pull/898) [`16fb4a1`](https://github.com/coinbase/agentkit/commit/16fb4a1c4674787ac8442efc88e0830573f3208d) Thanks [@phdargen](https://github.com/phdargen)! - Updated x402 actions to v2 and improved discovery and query/body parameter handling
18+
19+
- [#882](https://github.com/coinbase/agentkit/pull/882) [`8eab8b8`](https://github.com/coinbase/agentkit/commit/8eab8b85a496249e8e080a78c4ecf9b92f6c8504) Thanks [@sanketsaagar](https://github.com/sanketsaagar)! - Updated polygon network apiUrl for both mainnet and amoy
20+
21+
- [#930](https://github.com/coinbase/agentkit/pull/930) [`a3afda3`](https://github.com/coinbase/agentkit/commit/a3afda399aa981fb23ee65a38b40527e98cba5ab) Thanks [@phdargen](https://github.com/phdargen)! - Added erc8004 action providers
22+
23+
- [#922](https://github.com/coinbase/agentkit/pull/922) [`e44e0e4`](https://github.com/coinbase/agentkit/commit/e44e0e458b5d8bbca941e6ac58386027f679f7a3) Thanks [@phdargen](https://github.com/phdargen)! - Added pre-registration of x402 services
24+
325
## 0.10.4
426

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

0 commit comments

Comments
 (0)