[PR #1803] [MERGED] Version Packages #1740

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1803
Author: @github-actions[bot]
Created: 12/2/2025
Status: Merged
Merged: 12/3/2025
Merged by: @dqbd

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

16 files changed (+56 additions, -28 deletions)

View changed files

.changeset/deep-icons-chew.md (+0 -5)
.changeset/great-masks-design.md (+0 -5)
.changeset/grumpy-fans-decide.md (+0 -6)
.changeset/lazy-ravens-pull.md (+0 -5)
📝 libs/langgraph-api/CHANGELOG.md (+12 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+7 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-core/CHANGELOG.md (+10 -0)
📝 libs/langgraph-core/package.json (+2 -2)
📝 libs/langgraph-ui/CHANGELOG.md (+2 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/langgraph/CHANGELOG.md (+6 -0)
📝 libs/langgraph/package.json (+1 -1)
📝 libs/sdk/CHANGELOG.md (+12 -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-sdk@1.1.0

Minor Changes

  • e19e76c: Rename experimental_thread to thread, allowing replacing built-in history fetching hook with React Query / SWR
  • fa6c009: Add throttle option to useStream and batch updates in a macrotask to prevent Maximum update depth exceeded error

Patch Changes

  • 35e8fc7: Add name parameter to assistants count API.
  • b78a738: feat(sdk): add includePagination property when searching from assistants

@langchain/langgraph-api@1.1.1

Patch Changes

  • 35e8fc7: Add name parameter to assistants count API.
  • Updated dependencies [e19e76c]
  • Updated dependencies [fa6c009]
  • Updated dependencies [35e8fc7]
  • Updated dependencies [b78a738]
    • @langchain/langgraph-sdk@1.1.0
    • @langchain/langgraph-ui@1.1.1

@langchain/langgraph-cli@1.1.1

Patch Changes

  • Updated dependencies [35e8fc7]
    • @langchain/langgraph-api@1.1.1

@langchain/langgraph@1.0.3

Patch Changes

  • Updated dependencies [e19e76c]
  • Updated dependencies [fa6c009]
  • Updated dependencies [35e8fc7]
  • Updated dependencies [b78a738]
    • @langchain/langgraph-sdk@1.1.0

@langchain/langgraph-ui@1.1.1

langgraph@1.0.3

Patch Changes

  • @langchain/langgraph@1.0.3

🔄 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/1803 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`69e6584`](https://github.com/langchain-ai/langgraphjs/commit/69e65849047f1f9132105941bab93653f80e60ee) Version Packages - [`5a8a11b`](https://github.com/langchain-ai/langgraphjs/commit/5a8a11bdf46b6dab8b844a2aa6d5680c94e817e5) Fix changelog ### 📊 Changes **16 files changed** (+56 additions, -28 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/deep-icons-chew.md` (+0 -5) ➖ `.changeset/great-masks-design.md` (+0 -5) ➖ `.changeset/grumpy-fans-decide.md` (+0 -6) ➖ `.changeset/lazy-ravens-pull.md` (+0 -5) 📝 `libs/langgraph-api/CHANGELOG.md` (+12 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-core/CHANGELOG.md` (+10 -0) 📝 `libs/langgraph-core/package.json` (+2 -2) 📝 `libs/langgraph-ui/CHANGELOG.md` (+2 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/langgraph/CHANGELOG.md` (+6 -0) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `libs/sdk/CHANGELOG.md` (+12 -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-sdk@1.1.0 ### Minor Changes - e19e76c: Rename `experimental_thread` to `thread`, allowing replacing built-in history fetching hook with React Query / SWR - fa6c009: Add throttle option to `useStream` and batch updates in a macrotask to prevent `Maximum update depth exceeded` error ### Patch Changes - 35e8fc7: Add name parameter to assistants count API. - b78a738: feat(sdk): add `includePagination` property when searching from assistants ## @langchain/langgraph-api@1.1.1 ### Patch Changes - 35e8fc7: Add name parameter to assistants count API. - Updated dependencies [e19e76c] - Updated dependencies [fa6c009] - Updated dependencies [35e8fc7] - Updated dependencies [b78a738] - @langchain/langgraph-sdk@1.1.0 - @langchain/langgraph-ui@1.1.1 ## @langchain/langgraph-cli@1.1.1 ### Patch Changes - Updated dependencies [35e8fc7] - @langchain/langgraph-api@1.1.1 ## @langchain/langgraph@1.0.3 ### Patch Changes - Updated dependencies [e19e76c] - Updated dependencies [fa6c009] - Updated dependencies [35e8fc7] - Updated dependencies [b78a738] - @langchain/langgraph-sdk@1.1.0 ## @langchain/langgraph-ui@1.1.1 ## langgraph@1.0.3 ### Patch Changes - @langchain/langgraph@1.0.3 --- <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:41 -05:00
yindo closed this issue 2026-02-15 20:16:41 -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#1740