[PR #1860] [CLOSED] fix: use yarn pack and publish #1786

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1860
Author: @hinthornw
Created: 1/9/2026
Status: Closed

Base: mainHead: wfh/fix_release


📝 Commits (8)

📊 Changes

11 files changed (+368 additions, -348 deletions)

View changed files

📝 .changeset/config.json (+1 -6)
📝 .github/workflows/release.yml (+17 -8)
📝 .yarn/releases/yarn-4.12.0.cjs (+328 -328)
📝 .yarnrc.yml (+1 -1)
📝 libs/langgraph-api/CHANGELOG.md (+7 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+7 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/CHANGELOG.md (+2 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 package.json (+2 -2)

📄 Description

changeset publish doesn't correctly resolve the workspace:* dependencies, leading to broken releases.

Confirmed this change does resolve the dependency correctly.
I'm less familiar with changeset so may e missing other features they're providing at publication step that may be missing here, however.


🔄 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/1860 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wfh/fix_release` --- ### 📝 Commits (8) - [`4869640`](https://github.com/langchain-ai/langgraphjs/commit/4869640f4271304cda6cd4f1e6b9586f4aad8c6a) rfc: use yarn pack and publish - [`1721d64`](https://github.com/langchain-ai/langgraphjs/commit/1721d642b4dca5096749879251829771da26e012) Add --provenance flag - [`f857c65`](https://github.com/langchain-ai/langgraphjs/commit/f857c656444323c7429141b24af6a6d8c28d5d20) Manually add option to re-release - [`5aaf44c`](https://github.com/langchain-ai/langgraphjs/commit/5aaf44cda583656cb3a4721b2f80890e0bf390b1) Remove yarn - [`60a5bbc`](https://github.com/langchain-ai/langgraphjs/commit/60a5bbc155f5188a3d4b3770a4375b374eeee547) Add changeset - [`9026702`](https://github.com/langchain-ai/langgraphjs/commit/9026702c43981e9b70432267e3d73ddceb19572a) Test version bumping - [`7a01fd0`](https://github.com/langchain-ai/langgraphjs/commit/7a01fd02ccf8ab5b924c9fbdde7c230bf483c92a) Upgrade to Yarn 4.12.0 - [`d827e94`](https://github.com/langchain-ai/langgraphjs/commit/d827e944f1ce1c21cb2bf1dde3772df733e7bcac) Upgrade to latest npm? ### 📊 Changes **11 files changed** (+368 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `.changeset/config.json` (+1 -6) 📝 `.github/workflows/release.yml` (+17 -8) 📝 `.yarn/releases/yarn-4.12.0.cjs` (+328 -328) 📝 `.yarnrc.yml` (+1 -1) 📝 `libs/langgraph-api/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/CHANGELOG.md` (+2 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `package.json` (+2 -2) </details> ### 📄 Description `changeset publish` doesn't correctly resolve the `workspace:*` dependencies, leading to broken releases. Confirmed this change *does* resolve the dependency correctly. I'm less familiar with changeset so may e missing other features they're providing at publication step that may be missing here, however. --- <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:16:50 -05:00
yindo closed this issue 2026-02-15 20:16:50 -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#1786