[PR #1362] [MERGED] chore: switch to yarn publish #1405

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1362
Author: @dqbd
Created: 7/7/2025
Status: Merged
Merged: 7/7/2025
Merged by: @dqbd

Base: mainHead: dqbd/yarn-publish-changeset


📝 Commits (3)

📊 Changes

7 files changed (+26 additions, -4 deletions)

View changed files

📝 libs/langgraph-api/CHANGELOG.md (+8 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+8 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/CHANGELOG.md (+6 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 package.json (+1 -1)

📄 Description

Turns out that changesets invokes npm publish instead of yarn npm publish. This in turn publishes packages without workspace:* being replaced before, causing invalid packages to be published.


🔄 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/1362 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/yarn-publish-changeset` --- ### 📝 Commits (3) - [`dd4b42a`](https://github.com/langchain-ai/langgraphjs/commit/dd4b42a5b39dd64bf2aa443bfb361f11856677d9) chore: switch to yarn publish - [`ce0a39a`](https://github.com/langchain-ai/langgraphjs/commit/ce0a39a31146cedbf549975dce7055e3a149ffdd) Add changeset - [`d3f16ab`](https://github.com/langchain-ai/langgraphjs/commit/d3f16ab4158246f01641849e5367b75f383efc49) Update versions directly ### 📊 Changes **7 files changed** (+26 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/CHANGELOG.md` (+8 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+8 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/CHANGELOG.md` (+6 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `package.json` (+1 -1) </details> ### 📄 Description Turns out that `changesets` invokes `npm publish` instead of `yarn npm publish`. This in turn publishes packages without `workspace:*` being replaced before, causing invalid packages to be published. --- <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:15:38 -05:00
yindo closed this issue 2026-02-15 20:15:38 -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#1405