diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b34b4bce..fe04e057 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "packages/gensx": "0.2.14", "packages/gensx-openai": "0.1.8", "packages/create-gensx": "0.1.9", - "packages/gensx-cli": "0.1.3", + "packages/gensx-cli": "0.1.4", "packages/gensx-vercel-ai-sdk": "0.1.1", - "packages/gensx-anthropic": "0.1.0" + "packages/gensx-anthropic": "0.1.1" } diff --git a/packages/gensx-anthropic/CHANGELOG.md b/packages/gensx-anthropic/CHANGELOG.md index 5433d19b..bb1f6f2d 100644 --- a/packages/gensx-anthropic/CHANGELOG.md +++ b/packages/gensx-anthropic/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.1](https://github.com/gensx-inc/gensx/compare/gensx-anthropic-v0.1.0...gensx-anthropic-v0.1.1) (2025-02-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * gensx bumped to 0.2.15 + ## 0.1.0 (2025-02-26) diff --git a/packages/gensx-anthropic/package.json b/packages/gensx-anthropic/package.json index 894cb780..090b334e 100644 --- a/packages/gensx-anthropic/package.json +++ b/packages/gensx-anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@gensx/anthropic", - "version": "0.1.0", + "version": "0.1.1", "description": "Anthropic integration for GenSX", "type": "module", "main": "./dist/index.js", diff --git a/packages/gensx-cli/CHANGELOG.md b/packages/gensx-cli/CHANGELOG.md index 66fed953..0f3bc5f6 100644 --- a/packages/gensx-cli/CHANGELOG.md +++ b/packages/gensx-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.4](https://github.com/gensx-inc/gensx/compare/gensx-cli-v0.1.3...gensx-cli-v0.1.4) (2025-02-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * create-gensx bumped to 0.1.10 + ## [0.1.3](https://github.com/gensx-inc/gensx/compare/gensx-cli-v0.1.2...gensx-cli-v0.1.3) (2025-02-22) diff --git a/packages/gensx-cli/package.json b/packages/gensx-cli/package.json index f31421de..cf0aca7c 100644 --- a/packages/gensx-cli/package.json +++ b/packages/gensx-cli/package.json @@ -1,6 +1,6 @@ { "name": "@gensx/cli", - "version": "0.1.3", + "version": "0.1.4", "description": "`GenSX command line tools", "repository": { "type": "git",