Skip to content

fix: release devtools as minor, not patch - #1160

Open
abhithesys wants to merge 1 commit into
abhishek/fix-release-cifrom
abhishek/devtools-changeset-minor
Open

fix: release devtools as minor, not patch#1160
abhithesys wants to merge 1 commit into
abhishek/fix-release-cifrom
abhishek/devtools-changeset-minor

Conversation

@abhithesys

Copy link
Copy Markdown
Contributor

react-lang 0.2.x depends on devtools ^0.1.0, so a devtools 0.1.x release carrying the new peer requirement (react-lang >=0.3.0) would be pulled into existing react-lang 0.2.x installs and break them with an unsatisfiable peer at install time. Releasing 0.2.0 instead escapes ^0.1.0: old react-lang keeps resolving old devtools, and only react-lang >=0.3.0 (released in the same train, depending on devtools ^0.2.0) picks up the new line. Same reasoning as react-email's minor in the original release-automation PR.

@abhithesys
abhithesys added this pull request to stack #1161 September 11, 2026 05:49
An error occurred while trying to automatically change base from abhishek/fix-release-ci to main September 11, 2026 05:50
An error occurred while trying to automatically change base from abhishek/fix-release-ci to main September 11, 2026 05:50
react-lang 0.2.x depends on devtools ^0.1.0, so a devtools 0.1.x release
carrying the new peer requirement (react-lang >=0.3.0) would be pulled into
existing react-lang 0.2.x installs and break them with an unsatisfiable
peer at install time. Releasing 0.2.0 instead escapes ^0.1.0: old react-lang
keeps resolving old devtools, and only react-lang >=0.3.0 (released in the
same train, depending on devtools ^0.2.0) picks up the new line. Same
reasoning as react-email's minor in the original release-automation PR.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AbhinRustagi
AbhinRustagi force-pushed the abhishek/devtools-changeset-minor branch from bf81e70 to f433a0e Compare September 11, 2026 05:50
@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
openui-docs Ready Ready Preview Sep 11, 2026 5:53am UTC

Request Review

stack merge was automatically disabled September 11, 2026 06:03

Pull Request is not mergeable

stack merge was automatically disabled September 11, 2026 07:12

Pull Request is not mergeable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants