Skip to content

Commit 2867617

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

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/tall-onions-fry.md

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

libs/langgraph-api/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
8+
- Updated dependencies [6cd8ecb]
9+
- @langchain/langgraph-ui@1.0.3
10+
311
## 1.0.2
412

513
### Patch Changes

libs/langgraph-api/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-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/langgraph-cli/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
8+
- Updated dependencies [6cd8ecb]
9+
- @langchain/langgraph-api@1.0.3
10+
311
## 1.0.2
412

513
### Patch Changes

libs/langgraph-cli/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-cli",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

libs/langgraph-ui/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
8+
39
## 1.0.2
410

511
## 1.0.1

libs/langgraph-ui/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-ui",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"engines": {
66
"node": "^18.19.0 || >=20.16.0"

0 commit comments

Comments
 (0)