Files
langgraphjs/.changeset
github-actions[bot] 12cc3f5d35 chore: version packages (#2723)
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.9.31

### Patch Changes

- [#2722](https://github.com/langchain-ai/langgraphjs/pull/2722)
[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)
Thanks [@christian-bromann](https://github.com/christian-bromann)! -
fix(sdk): don't re-show resolved interrupts after reload

After a reload, the next submit used to replay the old `input.requested`
event, so the HITL form came back even though the interrupt was already
  answered. Keep filtering historical interrupts after the command is
  accepted, using the response's `applied_through_seq` as the cutoff.
## @langchain/angular@1.0.32

### Patch Changes

- Updated dependencies
[[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]:
  - @langchain/langgraph-sdk@1.9.31
## @langchain/react@1.0.32

### Patch Changes

- Updated dependencies
[[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]:
  - @langchain/langgraph-sdk@1.9.31
## @langchain/svelte@1.0.32

### Patch Changes

- Updated dependencies
[[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]:
  - @langchain/langgraph-sdk@1.9.31
## @langchain/vue@1.0.32

### Patch Changes

- Updated dependencies
[[`7b0fd47`](https://github.com/langchain-ai/langgraphjs/commit/7b0fd47287eb841d8f1068de93b46f49cab3c04d)]:
  - @langchain/langgraph-sdk@1.9.31

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-20 14:51:31 -07:00
..
2025-07-07 11:40:56 +00:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation