Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
chore: Release cdp/twitter-langchain for core 0.0.11 bump (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Jan 14, 2025
1 parent 68b8e2f commit d7a0058
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 30 deletions.
5 changes: 5 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.0.12] - 2025-01-13

### Added
- Bump `@coinbase/cdp-agentkit-core` dependency to `0.0.11`

## [0.0.11] - 2025-01-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions cdp-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/cdp-langchain",
"version": "0.0.11",
"version": "0.0.12",
"description": "Langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"author": "Coinbase Inc.",
Expand Down Expand Up @@ -40,7 +40,7 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.10",
"@coinbase/cdp-agentkit-core": "^0.0.11",
"@coinbase/coinbase-sdk": "^0.13.0",
"@langchain/core": "^0.3.19",
"zod": "^3.22.4"
Expand Down
30 changes: 4 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions twitter-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.0.9] - 2025-01-13

### Added
- Bump `@coinbase/cdp-agentkit-core` dependency to `0.0.11`

## [0.0.8] - 2025-01-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions twitter-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/twitter-langchain",
"version": "0.0.8",
"version": "0.0.9",
"description": "Twitter (X) langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.10",
"@coinbase/cdp-agentkit-core": "^0.0.11",
"@langchain/core": "^0.3.19",
"twitter-api-v2": "^1.18.2",
"zod": "^3.22.4"
Expand Down

0 comments on commit d7a0058

Please sign in to comment.