[PR #1936] [MERGED] chore: version packages #1855

Closed
opened 2026-02-15 20:17:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1936
Author: @github-actions[bot]
Created: 2/2/2026
Status: Merged
Merged: 2/2/2026
Merged by: @hntrl

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

8 files changed (+25 additions, -16 deletions)

View changed files

.changeset/fix-zod-v4-register-metadata.md (+0 -8)
.changeset/pretty-pans-behave.md (+0 -5)
📝 libs/checkpoint-sqlite/CHANGELOG.md (+6 -0)
📝 libs/checkpoint-sqlite/package.json (+1 -1)
📝 libs/langgraph-core/CHANGELOG.md (+9 -0)
📝 libs/langgraph-core/package.json (+1 -1)
📝 libs/langgraph/CHANGELOG.md (+7 -0)
📝 libs/langgraph/package.json (+1 -1)

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@langchain/langgraph-checkpoint-sqlite@1.0.1

Patch Changes

@langchain/langgraph@1.1.3

Patch Changes

  • #1932 0cda1f3 Thanks @samecrowder! - fix: preserve langgraph_type metadata for LangSmith Studio tab detection

    • Zod v4 .register() fix: The metadata registry now properly stores and retrieves langgraph_type metadata when using Zod v4's .register() method with MessagesZodMeta
    • StateSchema fix: StateSchema.getJsonSchema() now correctly includes jsonSchemaExtra (like langgraph_type: "messages") even when the underlying schema (e.g., z.custom()) doesn't produce a JSON schema

langgraph@1.0.19

Patch Changes

  • Updated dependencies [0cda1f3]:
    • @langchain/langgraph@1.1.3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1936 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`3713a96`](https://github.com/langchain-ai/langgraphjs/commit/3713a9672bb82512fa2a12d969209acb0eb61b02) chore: version packages - [`c716d70`](https://github.com/langchain-ai/langgraphjs/commit/c716d70680e43f78758441ef76502c253e34bf3c) cr ### 📊 Changes **8 files changed** (+25 additions, -16 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/fix-zod-v4-register-metadata.md` (+0 -8) ➖ `.changeset/pretty-pans-behave.md` (+0 -5) 📝 `libs/checkpoint-sqlite/CHANGELOG.md` (+6 -0) 📝 `libs/checkpoint-sqlite/package.json` (+1 -1) 📝 `libs/langgraph-core/CHANGELOG.md` (+9 -0) 📝 `libs/langgraph-core/package.json` (+1 -1) 📝 `libs/langgraph/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph/package.json` (+1 -1) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @langchain/langgraph-checkpoint-sqlite@1.0.1 ### Patch Changes - [#1902](https://github.com/langchain-ai/langgraphjs/pull/1902) [`2378b9e`](https://github.com/langchain-ai/langgraphjs/commit/2378b9e951ff245a3e8a502acf42be55cce35a46) Thanks [@warjiang](https://github.com/warjiang)! - chore: upgrade better-sqlite ## @langchain/langgraph@1.1.3 ### Patch Changes - [#1932](https://github.com/langchain-ai/langgraphjs/pull/1932) [`0cda1f3`](https://github.com/langchain-ai/langgraphjs/commit/0cda1f3b78a86e7809b7db15a7ff0ea00ee1ecd8) Thanks [@samecrowder](https://github.com/samecrowder)! - fix: preserve `langgraph_type` metadata for LangSmith Studio tab detection - **Zod v4 `.register()` fix**: The metadata registry now properly stores and retrieves `langgraph_type` metadata when using Zod v4's `.register()` method with `MessagesZodMeta` - **StateSchema fix**: `StateSchema.getJsonSchema()` now correctly includes `jsonSchemaExtra` (like `langgraph_type: "messages"`) even when the underlying schema (e.g., `z.custom()`) doesn't produce a JSON schema ## langgraph@1.0.19 ### Patch Changes - Updated dependencies \[[`0cda1f3`](https://github.com/langchain-ai/langgraphjs/commit/0cda1f3b78a86e7809b7db15a7ff0ea00ee1ecd8)]: - @langchain/langgraph@1.1.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:17:05 -05:00
yindo closed this issue 2026-02-15 20:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1855