Skip to content

Commit 22c7e13

Browse files
Version Packages (#1598)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35a0f1c commit 22c7e13

File tree

8 files changed

+25
-23
lines changed

8 files changed

+25
-23
lines changed

.changeset/honest-animals-fail.md

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

.changeset/ripe-stars-deny.md

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

.changeset/swift-bats-wish.md

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

.changeset/young-plants-reply.md

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

libs/langgraph/CHANGELOG.md

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

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [35a0f1c]
8+
- Updated dependencies [35a0f1c]
9+
- Updated dependencies [35a0f1c]
10+
- Updated dependencies [35a0f1c]
11+
- @langchain/langgraph-sdk@0.1.0
12+
313
## 0.4.8
414

515
### Patch Changes

libs/langgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/langgraph",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "LangGraph",
55
"type": "module",
66
"engines": {
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@langchain/langgraph-checkpoint": "^0.1.1",
36-
"@langchain/langgraph-sdk": "~0.0.112",
36+
"@langchain/langgraph-sdk": "~0.1.0",
3737
"uuid": "^10.0.0",
3838
"zod": "^3.25.32"
3939
},

libs/sdk/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 35a0f1c: feat(sdk): set default limit of fetch history to 10
8+
- 35a0f1c: feat(sdk): set default of `fetchStateHistory` to `false`
9+
10+
### Patch Changes
11+
12+
- 35a0f1c: chore(sdk): decouple stream manager from React
13+
- 35a0f1c: fix(sdk): prevent partial history from hiding all values
14+
315
## 0.0.112
416

517
### 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.0.112",
3+
"version": "0.1.0",
44
"description": "Client library for interacting with the LangGraph API",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)