diff --git a/.changeset/curvy-planes-sparkle.md b/.changeset/curvy-planes-sparkle.md deleted file mode 100644 index 820e93802..000000000 --- a/.changeset/curvy-planes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"deepagents": patch ---- - -Add static structured output to subagent response diff --git a/.changeset/long-tables-press.md b/.changeset/long-tables-press.md deleted file mode 100644 index 7de196653..000000000 --- a/.changeset/long-tables-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"deepagents": patch ---- - -fix(deepagents): move uuid from devDependencies to dependencies diff --git a/libs/acp/CHANGELOG.md b/libs/acp/CHANGELOG.md index ef3a8b013..0898e4df5 100644 --- a/libs/acp/CHANGELOG.md +++ b/libs/acp/CHANGELOG.md @@ -1,5 +1,12 @@ # deepagents-acp +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`ab4a515`](https://github.com/langchain-ai/deepagentsjs/commit/ab4a515f37cc166cb5015afa3617f625b343bcbb), [`5a4df6c`](https://github.com/langchain-ai/deepagentsjs/commit/5a4df6c050284e6024229ece108d58bcff3fdc66)]: + - deepagents@1.8.4 + ## 0.1.2 ### Patch Changes diff --git a/libs/acp/package.json b/libs/acp/package.json index e34fd9a89..e2efaeab1 100644 --- a/libs/acp/package.json +++ b/libs/acp/package.json @@ -1,6 +1,6 @@ { "name": "deepagents-acp", - "version": "0.1.2", + "version": "0.1.3", "description": "ACP (Agent Client Protocol) server for DeepAgents - enables IDE integration with Zed, JetBrains, and other ACP clients", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/libs/deepagents/CHANGELOG.md b/libs/deepagents/CHANGELOG.md index 3c261d921..bf4a52038 100644 --- a/libs/deepagents/CHANGELOG.md +++ b/libs/deepagents/CHANGELOG.md @@ -1,5 +1,13 @@ # deepagents +## 1.8.4 + +### Patch Changes + +- [#290](https://github.com/langchain-ai/deepagentsjs/pull/290) [`ab4a515`](https://github.com/langchain-ai/deepagentsjs/commit/ab4a515f37cc166cb5015afa3617f625b343bcbb) Thanks [@maahir30](https://github.com/maahir30)! - Add static structured output to subagent response + +- [#289](https://github.com/langchain-ai/deepagentsjs/pull/289) [`5a4df6c`](https://github.com/langchain-ai/deepagentsjs/commit/5a4df6c050284e6024229ece108d58bcff3fdc66) Thanks [@alvedder](https://github.com/alvedder)! - fix(deepagents): move uuid from devDependencies to dependencies + ## 1.8.3 ### Patch Changes diff --git a/libs/deepagents/package.json b/libs/deepagents/package.json index 23e647fa4..df0169034 100644 --- a/libs/deepagents/package.json +++ b/libs/deepagents/package.json @@ -1,6 +1,6 @@ { "name": "deepagents", - "version": "1.8.3", + "version": "1.8.4", "description": "Deep Agents - a library for building controllable AI agents with LangGraph", "main": "./dist/index.cjs", "module": "./dist/index.js",