Skip to content

Commit 4477fdb

Browse files
Version Packages (#1849)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ec85a4 commit 4477fdb

File tree

24 files changed

+67
-40
lines changed

24 files changed

+67
-40
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-create-langgraph.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.2
4+
5+
### Patch Changes
6+
7+
- 3ec85a4: retry release: Updates the checkpoint-mongodb to append client metadata
8+
39
## 1.1.1
410

511
### Patch 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.1",
3+
"version": "1.1.2",
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.4
4+
5+
### Patch Changes
6+
7+
- 3ec85a4: retry release: export primitive as type, use Zod v3 for better compatibility
8+
39
## 1.0.3
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.3",
3+
"version": "1.0.4",
44
"description": "Library for validating LangGraph checkpoint saver implementations.",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)