Skip to content

Commit 160f2e0

Browse files
chore: version packages (#1915)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hunter Lovell <hunter@hntrl.io>
1 parent cc12263 commit 160f2e0

File tree

6 files changed

+23
-18
lines changed

6 files changed

+23
-18
lines changed

.changeset/orange-lands-fix.md

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

.changeset/unified-state-schemas.md

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

libs/langgraph-core/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#1914](https://github.com/langchain-ai/langgraphjs/pull/1914) [`e60ec1b`](https://github.com/langchain-ai/langgraphjs/commit/e60ec1be6efc3b7fd1bde907de3d1d08fa2a0262) Thanks [@hntrl](https://github.com/hntrl)! - fix ConditionalEdgeRouter type rejection
8+
9+
- [#1916](https://github.com/langchain-ai/langgraphjs/pull/1916) [`9f34c8c`](https://github.com/langchain-ai/langgraphjs/commit/9f34c8ce420f44c604f12468806be807f7b372c1) Thanks [@hntrl](https://github.com/hntrl)! - Add unified schema support for `StateGraph` constructor
10+
11+
- Support mixing `AnnotationRoot`, Zod schemas, and `StateSchema` for state, input, and output definitions
12+
- Add `{ input, output }` only pattern where state is inferred from input schema
13+
- Add per-node input schema support via `addNode` options
14+
- Deprecate `stateSchema` property in favor of `state`
15+
- Simplify constructor overloads with unified `StateGraphInit` type
16+
317
## 1.1.1
418

519
### Patch Changes

libs/langgraph-core/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.1.1",
3+
"version": "1.1.2",
44
"description": "LangGraph",
55
"type": "module",
66
"engines": {

libs/langgraph/CHANGELOG.md

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

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e60ec1b`](https://github.com/langchain-ai/langgraphjs/commit/e60ec1be6efc3b7fd1bde907de3d1d08fa2a0262), [`9f34c8c`](https://github.com/langchain-ai/langgraphjs/commit/9f34c8ce420f44c604f12468806be807f7b372c1)]:
8+
- @langchain/langgraph@1.1.2
9+
310
## 1.0.17
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": "langgraph",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"private": true,
55
"description": "Build stateful, multi-actor applications with LLMs",
66
"type": "module",

0 commit comments

Comments
 (0)