[PR #1398] [MERGED] Version Packages #1431

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

📋 Pull Request Information

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

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

13 files changed (+39 additions, -29 deletions)

View changed files

.changeset/bright-boats-teach.md (+0 -5)
.changeset/silly-webs-lie.md (+0 -7)
.changeset/solid-jars-yawn.md (+0 -7)
.changeset/some-deer-say.md (+0 -5)
📝 libs/langgraph-api/CHANGELOG.md (+10 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+10 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/CHANGELOG.md (+7 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/sdk/CHANGELOG.md (+7 -0)
📝 libs/sdk/package.json (+1 -1)

📄 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-api@0.0.47

Patch Changes

  • 39cc88f: Fix apply namespace to messages-tuple stream mode
  • c1ddda1: Embed methods for obtaining state should use getGraph(...)
  • Updated dependencies [39cc88f]
  • Updated dependencies [c1ddda1]
    • @langchain/langgraph-ui@0.0.47

@langchain/langgraph-cli@0.0.47

Patch Changes

  • 39cc88f: Fix apply namespace to messages-tuple stream mode
  • c1ddda1: Embed methods for obtaining state should use getGraph(...)
  • Updated dependencies [39cc88f]
  • Updated dependencies [c1ddda1]
    • @langchain/langgraph-api@0.0.47

@langchain/langgraph-ui@0.0.47

Patch Changes

  • 39cc88f: Fix apply namespace to messages-tuple stream mode
  • c1ddda1: Embed methods for obtaining state should use getGraph(...)

@langchain/langgraph-sdk@0.0.95

Patch Changes

  • 39cc88f: useStream should receive and merge messages from subgraphs
  • c1ddda1: Fix fetching state with fetchStateHistory: false causing crash if thread is empty

🔄 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/1398 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`faa3e3d`](https://github.com/langchain-ai/langgraphjs/commit/faa3e3d815d1e3aa9e8f7953c95d647b807b36c2) Version Packages ### 📊 Changes **13 files changed** (+39 additions, -29 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/bright-boats-teach.md` (+0 -5) ➖ `.changeset/silly-webs-lie.md` (+0 -7) ➖ `.changeset/solid-jars-yawn.md` (+0 -7) ➖ `.changeset/some-deer-say.md` (+0 -5) 📝 `libs/langgraph-api/CHANGELOG.md` (+10 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+10 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/sdk/CHANGELOG.md` (+7 -0) 📝 `libs/sdk/package.json` (+1 -1) </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-api@0.0.47 ### Patch Changes - 39cc88f: Fix apply namespace to messages-tuple stream mode - c1ddda1: Embed methods for obtaining state should use `getGraph(...)` - Updated dependencies [39cc88f] - Updated dependencies [c1ddda1] - @langchain/langgraph-ui@0.0.47 ## @langchain/langgraph-cli@0.0.47 ### Patch Changes - 39cc88f: Fix apply namespace to messages-tuple stream mode - c1ddda1: Embed methods for obtaining state should use `getGraph(...)` - Updated dependencies [39cc88f] - Updated dependencies [c1ddda1] - @langchain/langgraph-api@0.0.47 ## @langchain/langgraph-ui@0.0.47 ### Patch Changes - 39cc88f: Fix apply namespace to messages-tuple stream mode - c1ddda1: Embed methods for obtaining state should use `getGraph(...)` ## @langchain/langgraph-sdk@0.0.95 ### Patch Changes - 39cc88f: useStream should receive and merge messages from subgraphs - c1ddda1: Fix fetching state with `fetchStateHistory: false` causing crash if thread is empty --- <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:15:44 -05:00
yindo closed this issue 2026-02-15 20:15:44 -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#1431