fix: correct initial version of @metamask/network-connection-banner-controller - #9436
Merged
cryptodev-2s merged 1 commit intoJul 8, 2026
Conversation
cryptodev-2s
temporarily deployed
to
default-branch
July 8, 2026 21:42 — with
GitHub Actions
Inactive
cryptodev-2s
enabled auto-merge
July 8, 2026 21:42
4 tasks
…to 0.0.0 New packages start at 0.0.0 per the create-package template. #9041 shipped it at 0.1.0 by mistake.
cryptodev-2s
force-pushed
the
fix/network-connection-banner-controller-initial-version
branch
from
July 8, 2026 22:12
095ed74 to
08e6c20
Compare
cryptodev-2s
deleted the
fix/network-connection-banner-controller-initial-version
branch
July 8, 2026 22:18
cryptodev-2s
added a commit
that referenced
this pull request
Jul 8, 2026
…ontroller (#9436) ## Explanation The package was merged in #9041 with an initial version of `0.1.0`. New packages should start at `0.0.0` (that's what the `create-package` template sets). This bumps it back down so the first release goes out correctly. ## References Follow up to #9041 ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [x] I've prepared draft pull requests for cross repository changes as appropriate <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Only `package.json` version metadata changes; no runtime or API behavior is affected. > > **Overview** > Aligns `@metamask/network-connection-banner-controller` with the monorepo convention for new packages by changing **`version`** in `package.json` from **`0.1.0`** to **`0.0.0`**, matching the `create-package` template and other unreleased packages. > > This is a metadata-only fix so the first automated release can version the package correctly after it was introduced with the wrong starting version in #9041. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 08e6c20. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
Explanation
The package was merged in #9041 with an initial version of
0.1.0. New packages should start at0.0.0(that's what thecreate-packagetemplate sets). This bumps it back down so the first release goes out correctly.References
Follow up to #9041
Checklist
Note
Low Risk
Only
package.jsonversion metadata changes; no runtime or API behavior is affected.Overview
Aligns
@metamask/network-connection-banner-controllerwith the monorepo convention for new packages by changingversioninpackage.jsonfrom0.1.0to0.0.0, matching thecreate-packagetemplate and other unreleased packages.This is a metadata-only fix so the first automated release can version the package correctly after it was introduced with the wrong starting version in #9041.
Reviewed by Cursor Bugbot for commit 08e6c20. Bugbot is set up for automated code reviews on this repo. Configure here.