chore(release): Drop build numbers from versions and update melos to 8.4.0 - #130
Merged
Merged
Conversation
…8.4.0 Bump every package that carried a +x build number to the next clean patch version, update the internal dependency constraints and changelogs accordingly, and update melos to ^8.4.0, which bumps the patch version for fixes and dependency updates instead of the build number. Claude-Session: https://claude.ai/code/session_01ECm9j87ohzVbQSagq7qe8M
spydon
enabled auto-merge (squash)
August 25, 2026 10:09
wolfenrain
approved these changes
Aug 25, 2026
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.
Description
Removes the
+xbuild numbers from all package versions and updates melos to^8.4.0.Every
+xversion was the currently published one on pub.dev, so plain stripping would have produced versions that sort lower than what is published. Each package got a patch bump instead, with the build number dropped:Internal dependency constraints and changelogs were generated with
melos versionfrom the unreleased commits (#125 to #129).gamepads_webandgamepads_windowshad no unreleased changes and are only bumped to drop the suffix.Melos 8.x bumps the patch version for fixes and dependency updates on 0.x packages and only keeps a build number when the current version already has one, so with these clean versions no
+xwill be reintroduced by futuremelos versionruns. 8.4.0 is the latest release and requiressdk: ^3.9.0, which matches the workspace minimum.Checklist
fix:,feat:,docs:etc).docsand added dartdoc comments with///.examples.Breaking Change
https://claude.ai/code/session_01ECm9j87ohzVbQSagq7qe8M