Skip to content

Commit e720351

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

File tree

21 files changed

+58
-34
lines changed

21 files changed

+58
-34
lines changed

.changeset/retry-release-api.md

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

.changeset/retry-release-checkpoint-validation.md

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

.changeset/retry-release-core.md

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

.changeset/retry-release-mongodb.md

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

.changeset/retry-release-sdk.md

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

libs/checkpoint-mongodb/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 3613386: retry release: Updates the checkpoint-mongodb to append client metadata
8+
39
## 1.1.0
410

511
### Minor Changes

libs/checkpoint-mongodb/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-checkpoint-mongodb",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "LangGraph",
55
"type": "module",
66
"engines": {

libs/checkpoint-validation/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 3613386: retry release: export primitive as type, use Zod v3 for better compatibility
8+
39
## 1.0.2
410

511
### Patch Changes

libs/checkpoint-validation/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-checkpoint-validation",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Library for validating LangGraph checkpoint saver implementations.",
55
"type": "module",
66
"engines": {

libs/langgraph-api/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- 3613386: retry release: bump @hono/zod-validator
8+
- @langchain/langgraph-ui@1.1.5
9+
310
## 1.1.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)