chore(mix): prepare 2.2.0-beta.4 - #1017
Merged
Merged
Conversation
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.
Related issue
None. Release preparation.
Description
Cuts
mix2.2.0-beta.4. The only change sincebeta.3is #1016, which corrects variant merge priority.Changes
packages/mix/pubspec.yaml:2.2.0-beta.3→2.2.0-beta.4packages/mix/CHANGELOG.md:## Unreleased→## 2.2.0-beta.4Release contents:
ContextVariant.widgetStateDependenciesrather than by whether they are aWidgetStateVariant, soonFocusVisible(...)competes by declaration order instead of always losing to any widget-state variant sharing a property. Variants built onContextVariant.not(...)move with their inner variant, soonEnabled(...)now outranks an ambient variant such asonDark(...)declared after it.List.sort, which fell back to an unstable quicksort at 32 elements.Review Checklist
mixsuite verified green on fix(mix): order variant merges by declared state dependencies #1016 before merge.Additional Information
Publishing is tag-driven —
.github/workflows/publish.ymlfires onmix-v*. After this merges,mix-v2.2.0-beta.4needs to be tagged onmainto publish to pub.dev. This PR does not tag.Unrelated pre-existing issue noticed while running
melos run verify_version_pubspec_changelog: it fails onmix_winds, whose CHANGELOG (0.0.1-alpha.1) does not match its pubspec (0.1.0-alpha.0). Confirmed identical onmainbefore this branch, and the script does not run in CI, so it does not block this release — but it will need fixing beforemix_windsis published.