Skip to content

Commit cd758bc

Browse files
committed
chore: version typescript packages
1 parent efba1cd commit cd758bc

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

typescript/.changeset/cyan-llamas-bow.md

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

typescript/.changeset/fluffy-adults-stay.md

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

typescript/.changeset/silent-geckos-go.md

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

typescript/agentkit/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#732](https://github.com/coinbase/agentkit/pull/732) [`cd044db`](https://github.com/coinbase/agentkit/commit/cd044db7ae35140726c35ba82429b0f0885ccb60) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Renamed CDP env vars to modern naming convention
8+
39
## 0.7.2
410

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

typescript/create-onchain-agent/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#732](https://github.com/coinbase/agentkit/pull/732) [`cd044db`](https://github.com/coinbase/agentkit/commit/cd044db7ae35140726c35ba82429b0f0885ccb60) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Renamed CDP env vars to modern naming convention
8+
9+
### Patch Changes
10+
11+
- [#733](https://github.com/coinbase/agentkit/pull/733) [`8da312c`](https://github.com/coinbase/agentkit/commit/8da312c9a11b9df91a9768eedf9b340f67697dbd) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Improved error handling, particulately for missing .env vars in next template
12+
13+
- [#734](https://github.com/coinbase/agentkit/pull/734) [`4600a98`](https://github.com/coinbase/agentkit/commit/4600a98227d74527e05ff933d364258d488517d7) Thanks [@CarsonRoscoe](https://github.com/CarsonRoscoe)! - Improved default message modifier to better explain tool capabilities/limitations
14+
315
## 0.3.3
416

517
### Patch 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.3.3",
5+
"version": "0.4.0",
66
"author": "Coinbase Inc.",
77
"license": "Apache-2.0",
88
"scripts": {

0 commit comments

Comments
 (0)