Revert Release 21.0.0#939
Merged
Merged
Conversation
This reverts commit adee3a9 to redo the release without peer dependency updates that caused the release workflow to fail. The release will be resubmitted with: - Version bumps - Changelog updates - No peer dependency changes to avoid yarn.lock modifications 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
📖 Storybook Preview |
brianacnguyen
approved these changes
Feb 25, 2026
georgewrmarshall
added a commit
that referenced
this pull request
Mar 3, 2026
## Summary Reverts Release 21.0.0 (#938) to redo the release without peer dependency updates that caused the release workflow to fail. ## Issue The release workflow failed with: ``` YN0028: The lockfile would have been modified by this install, which is explicitly forbidden. ``` This was caused by peer dependency updates in `@metamask/design-system-react`: - `@metamask/design-system-tailwind-preset`: ^0.6.0 → ^0.6.1 - `@metamask/design-tokens`: ^8.1.0 → ^8.2.0 ## Resolution This PR reverts the release merge to allow resubmission without the peer dependency changes. The new release will include: - ✅ Version bumps - ✅ Changelog updates - ❌ No peer dependency changes (to avoid yarn.lock modifications in CI) ## Next Steps After this revert is merged, a new Release 21.0.0 PR will be created with only the necessary version and changelog updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reverts Release 21.0.0 (#938) to redo the release without peer dependency updates that caused the release workflow to fail.
Issue
The release workflow failed with:
This was caused by peer dependency updates in
@metamask/design-system-react:@metamask/design-system-tailwind-preset: ^0.6.0 → ^0.6.1@metamask/design-tokens: ^8.1.0 → ^8.2.0Resolution
This PR reverts the release merge to allow resubmission without the peer dependency changes. The new release will include:
Next Steps
After this revert is merged, a new Release 21.0.0 PR will be created with only the necessary version and changelog updates.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Note
Low Risk
Release bookkeeping-only changes (versions/changelogs/peer dependency ranges) with no runtime code modifications; main risk is publishing/versioning confusion if merged out of sequence.
Overview
Reverts the prior
21.0.0release metadata by rolling the monorepo version back to20.0.0and downgrading package versions for@metamask/design-system-react(0.9.0→0.8.0),@metamask/design-system-react-native(0.8.0→0.7.0), and@metamask/design-system-shared(0.2.0→0.1.3).Removes the newly-added
Unreleasedchangelog sections/compare links for those versions and reverts@metamask/design-system-reactpeer dependency bumps (@metamask/design-system-tailwind-presetand@metamask/design-tokens) back to their previous ranges.Written by Cursor Bugbot for commit dda38a0. This will update automatically on new commits. Configure here.