From 18dafd821b6ab2c7fec10905a2aded872ed60f6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:02:42 +0000 Subject: [PATCH] Version Packages --- .changeset/heavy-worlds-hope.md | 5 ----- libs/langgraph-supervisor/CHANGELOG.md | 6 ++++++ libs/langgraph-supervisor/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/heavy-worlds-hope.md diff --git a/.changeset/heavy-worlds-hope.md b/.changeset/heavy-worlds-hope.md deleted file mode 100644 index 74b5b714f..000000000 --- a/.changeset/heavy-worlds-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@langchain/langgraph-supervisor": patch ---- - -Add support for RemoteGraph agents in supervisor (#1461) diff --git a/libs/langgraph-supervisor/CHANGELOG.md b/libs/langgraph-supervisor/CHANGELOG.md index 9dc5d76af..e0469685a 100644 --- a/libs/langgraph-supervisor/CHANGELOG.md +++ b/libs/langgraph-supervisor/CHANGELOG.md @@ -1,5 +1,11 @@ # @langchain/langgraph-supervisor +## 0.0.20 + +### Patch Changes + +- 19b4f3d: Add support for RemoteGraph agents in supervisor (#1461) + ## 0.0.19 ### Patch Changes diff --git a/libs/langgraph-supervisor/package.json b/libs/langgraph-supervisor/package.json index ef842d726..72712f9d4 100644 --- a/libs/langgraph-supervisor/package.json +++ b/libs/langgraph-supervisor/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-supervisor", - "version": "0.0.19", + "version": "0.0.20", "description": "LangGraph Multi-Agent Supervisor", "type": "module", "engines": {