Skip to content

Commit f01f84e

Browse files
Version Packages (#1358)
1 parent c8d7a0a commit f01f84e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/few-spies-bet.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
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@langchain/langgraph-checkpoint": "~0.0.18",
35-
"@langchain/langgraph-sdk": "~0.0.32",
35+
"@langchain/langgraph-sdk": "~0.0.90",
3636
"uuid": "^10.0.0",
3737
"zod": "^3.25.32"
3838
},

libs/sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @langchain/langgraph-sdk
2+
3+
## 0.0.90
4+
5+
### Patch Changes
6+
7+
- c8d7a0a: Add missing optional peer dependency on react-dom

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

0 commit comments

Comments
 (0)