Skip to content

Commit a87ae1d

Browse files
Version Packages (#1670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f21fd04 commit a87ae1d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/spotty-ghosts-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@langchain/langgraph-checkpoint": "^0.1.1",
36-
"@langchain/langgraph-sdk": "~0.1.4",
36+
"@langchain/langgraph-sdk": "~0.1.5",
3737
"uuid": "^10.0.0",
3838
"zod": "^3.25.32"
3939
},

libs/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @langchain/langgraph-sdk
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- f21fd04: Fix mutate function in `onCustomEvent` and in `onUpdateEvent` receiving incorrect previous value
8+
39
## 0.1.4
410

511
### Patch Changes

libs/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph-sdk",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Client library for interacting with the LangGraph API",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)