Skip to content

Commit 8924ff3

Browse files
chore: version typescript packages
1 parent 38d763c commit 8924ff3

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

typescript/.changeset/poor-tigers-happen.md

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

typescript/.changeset/tough-readers-attack.md

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

typescript/agentkit/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#773](https://github.com/coinbase/agentkit/pull/773) [`463d310`](https://github.com/coinbase/agentkit/commit/463d3101147cacb0f2044162dd007489f97ef0a0) Thanks [@0xRAG](https://github.com/0xRAG)! - Migrate to CDP Wallet API v2 as the default when using CDP wallets
8+
9+
### Patch Changes
10+
11+
- [#774](https://github.com/coinbase/agentkit/pull/774) [`8988011`](https://github.com/coinbase/agentkit/commit/8988011081044ccb090ee498882d196d026b1963) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Improved x402ActionProvider actions
12+
313
## 0.8.2
414

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

typescript/create-onchain-agent/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#773](https://github.com/coinbase/agentkit/pull/773) [`463d310`](https://github.com/coinbase/agentkit/commit/463d3101147cacb0f2044162dd007489f97ef0a0) Thanks [@0xRAG](https://github.com/0xRAG)! - Migrate to CDP Wallet API v2 as the default when using CDP wallets
8+
39
## 0.4.0
410

511
### Minor Changes

typescript/create-onchain-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-onchain-agent",
33
"description": "Instantly create onchain-agent applications with Coinbase AgentKit.",
44
"repository": "https://github.com/coinbase/agentkit",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"author": "Coinbase Inc.",
77
"license": "Apache-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)