docs(mix_generator): fold unreleased 2.1.2 notes into 2.2.0#971
Closed
leoafarias wants to merge 1 commit into
Closed
docs(mix_generator): fold unreleased 2.1.2 notes into 2.2.0#971leoafarias wants to merge 1 commit into
leoafarias wants to merge 1 commit into
Conversation
mix_generator-v2.1.2 was never tagged, so its changelog items are still unreleased. #968 bumped the package to 2.2.0; move the nested-styler FEAT and the generic-call FIX up under 2.2.0 so they ship with this release instead of sitting under an orphan 2.1.2 heading. Version already 2.2.0; no code change.
Member
Author
|
Superseded: releasing as patch 2.1.2 (not 2.2.0) per maintainer decision. Packages version independently, so mix_generator ships on its own number; new release PR folds everything under 2.1.2. |
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.
What
mix_generator-v2.1.2was never tagged/published (latest published tag ismix_generator-v2.1.1), so everything under its## 2.1.2heading is still unreleased. PR #968 bumped the package to2.2.0and added its own entry above the orphaned 2.1.2 section.This folds the two unreleased 2.1.2 items up into
## 2.2.0so they ship with this release:StyleSpec<XSpec>fields by convention (from feat(mix_generator): derive nested styler types for StyleSpec fields by convention #961)@MixWidgetgeneric stylercall<T>()support (from fix(generator): support generic @MixWidget call methods #958)Why this is correct
## 2.1.2heading left behind that would never map to a pub.dev release.Scope
Docs-only.
pubspec.yamlis already2.2.0(set by #968); no code, no version change. Release still launches by pushing themix_generator-v2.2.0tag.