[PR #1506] [MERGED] Version Packages #1502

Closed
opened 2026-02-15 20:16:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1506
Author: @github-actions[bot]
Created: 8/7/2025
Status: Merged
Merged: 8/11/2025
Merged by: @dqbd

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

27 files changed (+79 additions, -61 deletions)

View changed files

.changeset/brave-rings-mate.md (+0 -5)
.changeset/cute-results-repair.md (+0 -5)
.changeset/fuzzy-vans-yell.md (+0 -5)
.changeset/green-roses-appear.md (+0 -5)
.changeset/loose-beers-sink.md (+0 -5)
.changeset/olive-crabs-clap.md (+0 -6)
.changeset/quiet-hornets-sink.md (+0 -5)
.changeset/red-hands-hunt.md (+0 -5)
.changeset/seven-lamps-matter.md (+0 -5)
.changeset/slimy-singers-trade.md (+0 -5)
📝 docs/docs/versions/index.md (+15 -1)
📝 libs/langgraph-api/CHANGELOG.md (+8 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+8 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-cua/CHANGELOG.md (+6 -0)
📝 libs/langgraph-cua/package.json (+1 -1)
📝 libs/langgraph-supervisor/CHANGELOG.md (+6 -0)
📝 libs/langgraph-supervisor/package.json (+1 -1)
📝 libs/langgraph-swarm/CHANGELOG.md (+6 -0)

...and 7 more files

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@langchain/langgraph-cua@0.1.0

Minor Changes

  • 8152a15: feat(cua): Improve update types

@langchain/langgraph@0.4.4

Patch Changes

  • 8f4acc0: feat(langgraph): speed up prepareSingleTask by 20x
  • 8152a15: Use return type of nodes for streamMode: updates types
  • 4e854b2: fix(langgraph): set status for tool messages generated by ToolNode
  • cb4b17a: feat(langgraph): use createReactAgent description for supervisor agent handoffs
  • Updated dependencies [72386a4]
  • Updated dependencies [3ee5c20]
    • @langchain/langgraph-sdk@0.0.107

@langchain/langgraph-api@0.0.58

Patch Changes

  • f65f619: fix(api): send Content-Location header for stateless runs
  • c857357: feat(api): harden embed server, implement missing endpoints needed for interrupts
    • @langchain/langgraph-ui@0.0.58

@langchain/langgraph-cli@0.0.58

Patch Changes

  • Updated dependencies [f65f619]
  • Updated dependencies [c857357]
    • @langchain/langgraph-api@0.0.58

@langchain/langgraph-supervisor@0.0.18

Patch Changes

  • cb4b17a: feat(langgraph): use createReactAgent description for supervisor agent handoffs

@langchain/langgraph-swarm@0.0.6

Patch Changes

  • 8152a15: chore: enforce return types for swarm

@langchain/langgraph-sdk@0.0.107

Patch Changes

  • 72386a4: feat(sdk): expose stream metadata from messages via getMessagesMetadata
  • 3ee5c20: fix(sdk): avoid setting messages-tuple if only getMessagesMetadata is requested.

@langchain/langgraph-ui@0.0.58


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1506 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`427f513`](https://github.com/langchain-ai/langgraphjs/commit/427f513a9af6d769474cf7bd808740d7cfb46d0f) Version Packages - [`e367f6b`](https://github.com/langchain-ai/langgraphjs/commit/e367f6beb8626a4a920b5d11c1b2a4b1f6270fdc) Update docs changelog ### 📊 Changes **27 files changed** (+79 additions, -61 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/brave-rings-mate.md` (+0 -5) ➖ `.changeset/cute-results-repair.md` (+0 -5) ➖ `.changeset/fuzzy-vans-yell.md` (+0 -5) ➖ `.changeset/green-roses-appear.md` (+0 -5) ➖ `.changeset/loose-beers-sink.md` (+0 -5) ➖ `.changeset/olive-crabs-clap.md` (+0 -6) ➖ `.changeset/quiet-hornets-sink.md` (+0 -5) ➖ `.changeset/red-hands-hunt.md` (+0 -5) ➖ `.changeset/seven-lamps-matter.md` (+0 -5) ➖ `.changeset/slimy-singers-trade.md` (+0 -5) 📝 `docs/docs/versions/index.md` (+15 -1) 📝 `libs/langgraph-api/CHANGELOG.md` (+8 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+8 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-cua/CHANGELOG.md` (+6 -0) 📝 `libs/langgraph-cua/package.json` (+1 -1) 📝 `libs/langgraph-supervisor/CHANGELOG.md` (+6 -0) 📝 `libs/langgraph-supervisor/package.json` (+1 -1) 📝 `libs/langgraph-swarm/CHANGELOG.md` (+6 -0) _...and 7 more files_ </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @langchain/langgraph-cua@0.1.0 ### Minor Changes - 8152a15: feat(cua): Improve update types ## @langchain/langgraph@0.4.4 ### Patch Changes - 8f4acc0: feat(langgraph): speed up prepareSingleTask by 20x - 8152a15: Use return type of nodes for streamMode: updates types - 4e854b2: fix(langgraph): set status for tool messages generated by ToolNode - cb4b17a: feat(langgraph): use createReactAgent description for supervisor agent handoffs - Updated dependencies [72386a4] - Updated dependencies [3ee5c20] - @langchain/langgraph-sdk@0.0.107 ## @langchain/langgraph-api@0.0.58 ### Patch Changes - f65f619: fix(api): send Content-Location header for stateless runs - c857357: feat(api): harden embed server, implement missing endpoints needed for interrupts - @langchain/langgraph-ui@0.0.58 ## @langchain/langgraph-cli@0.0.58 ### Patch Changes - Updated dependencies [f65f619] - Updated dependencies [c857357] - @langchain/langgraph-api@0.0.58 ## @langchain/langgraph-supervisor@0.0.18 ### Patch Changes - cb4b17a: feat(langgraph): use createReactAgent description for supervisor agent handoffs ## @langchain/langgraph-swarm@0.0.6 ### Patch Changes - 8152a15: chore: enforce return types for swarm ## @langchain/langgraph-sdk@0.0.107 ### Patch Changes - 72386a4: feat(sdk): expose stream metadata from messages via `getMessagesMetadata` - 3ee5c20: fix(sdk): avoid setting `messages-tuple` if only `getMessagesMetadata` is requested. ## @langchain/langgraph-ui@0.0.58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:00 -05:00
yindo closed this issue 2026-02-15 20:16:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1502