Skip to content

Commit aa2a782

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

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"@langchain/langgraph-checkpoint-redis": "0.0.1"
2323
},
2424
"changesets": [
25+
"breezy-llamas-laugh",
2526
"bumpy-candies-bake",
27+
"calm-doodles-shave",
2628
"early-drinks-fold",
2729
"every-windows-lose",
2830
"famous-oranges-pay",

libs/langgraph/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- a5bcd74: Fix type issue with defining `interrupt` and `writer` in StateGraph constructor when using Annotation.Root
8+
- 5184725: Add `pushMessage` method for manually publishing to messages stream channel
9+
310
## 1.0.0-alpha.1
411

512
### Patch Changes

libs/langgraph/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",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "LangGraph",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)