[PR #1872] [MERGED] chore: version packages #1798

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1872
Author: @github-actions[bot]
Created: 1/9/2026
Status: Merged
Merged: 1/10/2026
Merged by: @hntrl

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

15 files changed (+50 additions, -22 deletions)

View changed files

.changeset/cron-on-run-completed.md (+0 -5)
.changeset/stupid-colts-dream.md (+0 -5)
.changeset/three-zoos-drop.md (+0 -6)
📝 libs/langgraph-api/CHANGELOG.md (+9 -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 (+7 -0)
📝 libs/langgraph-core/package.json (+1 -1)
📝 libs/langgraph-ui/CHANGELOG.md (+2 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/langgraph/CHANGELOG.md (+7 -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.5.0

Minor Changes

  • #1845 344b2d2 Thanks @cwlbraa! - Add onRunCompleted parameter to CronsClient.create() for controlling thread cleanup behavior in stateless crons. Options are "delete" (default) to automatically clean up threads, or "keep" to preserve threads for later retrieval.

Patch Changes

@langchain/langgraph-api@1.1.11

Patch Changes

  • #1873 2b9f3ee Thanks @andrewnguonly! - Add delete_threads query parameter to delete assistants API.

  • Updated dependencies []:

    • @langchain/langgraph-ui@1.1.11

@langchain/langgraph-cli@1.1.11

Patch Changes

  • Updated dependencies [2b9f3ee]:
    • @langchain/langgraph-api@1.1.11

@langchain/langgraph@1.0.15

Patch Changes

@langchain/langgraph-ui@1.1.11

langgraph@1.0.15

Patch Changes

  • Updated dependencies []:
    • @langchain/langgraph@1.0.15

🔄 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/1872 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`9ad4ee5`](https://github.com/langchain-ai/langgraphjs/commit/9ad4ee5b35f10549ad20ecc8d893c8467d65a08c) chore: version packages - [`2146aea`](https://github.com/langchain-ai/langgraphjs/commit/2146aea77fccd2d3ca985ab53a17ebc0ac5516a1) cr ### 📊 Changes **15 files changed** (+50 additions, -22 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/cron-on-run-completed.md` (+0 -5) ➖ `.changeset/stupid-colts-dream.md` (+0 -5) ➖ `.changeset/three-zoos-drop.md` (+0 -6) 📝 `libs/langgraph-api/CHANGELOG.md` (+9 -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` (+7 -0) 📝 `libs/langgraph-core/package.json` (+1 -1) 📝 `libs/langgraph-ui/CHANGELOG.md` (+2 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/langgraph/CHANGELOG.md` (+7 -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.5.0 ### Minor Changes - [#1845](https://github.com/langchain-ai/langgraphjs/pull/1845) [`344b2d2`](https://github.com/langchain-ai/langgraphjs/commit/344b2d2c1a6dca43e9b01e436b00bca393bc9538) Thanks [@cwlbraa](https://github.com/cwlbraa)! - Add `onRunCompleted` parameter to `CronsClient.create()` for controlling thread cleanup behavior in stateless crons. Options are `"delete"` (default) to automatically clean up threads, or `"keep"` to preserve threads for later retrieval. ### Patch Changes - [#1874](https://github.com/langchain-ai/langgraphjs/pull/1874) [`84a636e`](https://github.com/langchain-ai/langgraphjs/commit/84a636e52f7d3a4b97ae69d050efd9ca0224c6ca) Thanks [@bracesproul](https://github.com/bracesproul)! - Expose and pass down interrupt generic type - [#1873](https://github.com/langchain-ai/langgraphjs/pull/1873) [`2b9f3ee`](https://github.com/langchain-ai/langgraphjs/commit/2b9f3ee83d0b8ba023e7a52b938260af3f6433d4) Thanks [@andrewnguonly](https://github.com/andrewnguonly)! - Add delete_threads query parameter to delete assistants API. ## @langchain/langgraph-api@1.1.11 ### Patch Changes - [#1873](https://github.com/langchain-ai/langgraphjs/pull/1873) [`2b9f3ee`](https://github.com/langchain-ai/langgraphjs/commit/2b9f3ee83d0b8ba023e7a52b938260af3f6433d4) Thanks [@andrewnguonly](https://github.com/andrewnguonly)! - Add delete_threads query parameter to delete assistants API. - Updated dependencies \[]: - @langchain/langgraph-ui@1.1.11 ## @langchain/langgraph-cli@1.1.11 ### Patch Changes - Updated dependencies \[[`2b9f3ee`](https://github.com/langchain-ai/langgraphjs/commit/2b9f3ee83d0b8ba023e7a52b938260af3f6433d4)]: - @langchain/langgraph-api@1.1.11 ## @langchain/langgraph@1.0.15 ### Patch Changes - Updated dependencies \[[`344b2d2`](https://github.com/langchain-ai/langgraphjs/commit/344b2d2c1a6dca43e9b01e436b00bca393bc9538), [`84a636e`](https://github.com/langchain-ai/langgraphjs/commit/84a636e52f7d3a4b97ae69d050efd9ca0224c6ca), [`2b9f3ee`](https://github.com/langchain-ai/langgraphjs/commit/2b9f3ee83d0b8ba023e7a52b938260af3f6433d4)]: - @langchain/langgraph-sdk@1.5.0 ## @langchain/langgraph-ui@1.1.11 ## langgraph@1.0.15 ### Patch Changes - Updated dependencies \[]: - @langchain/langgraph@1.0.15 --- <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:52 -05:00
yindo closed this issue 2026-02-15 20:16:52 -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#1798