Skip to content

chore: release mix_generator 2.1.2 and mix_annotations 2.1.2#972

Merged
leoafarias merged 1 commit into
mainfrom
chore/release-generator-annotations-2.1.2
Jul 12, 2026
Merged

chore: release mix_generator 2.1.2 and mix_annotations 2.1.2#972
leoafarias merged 1 commit into
mainfrom
chore/release-generator-annotations-2.1.2

Conversation

@leoafarias

Copy link
Copy Markdown
Member

Release both packages as patch 2.1.2.

mix_generator 2.2.0 → 2.1.2

Everything unreleased since 2.1.1 ships under a single ## 2.1.2:

(The 2.2.0 that #968 set was never tagged/published, so renumbering down is safe.)

mix_annotations 2.1.1 → 2.1.2

Notes

  • Breaking-change flag stays honest: the nested-styler entry keeps its **Breaking** note (nested StyleSpec params now take the styler). It's narrow — only external specs with nested StyleSpec fields, compile-time — but real. Shipping it under a patch is a deliberate maintainer call; ^2.1.1 consumers pick up 2.1.2 exactly as they would 2.2.0, so the number is a signal, not a gate.
  • Dependency constraint left at mix_annotations: ^2.1.1 — the generator has no functional dependency on the annotations doc change, and the caret already admits 2.1.2. Say the word to tighten it to ^2.1.2.
  • Docs/version-only; no code change. Dry-runs pass for both (only the expected uncommitted + monorepo-override notices).

Launch after merge

git tag mix_annotations-v2.1.2 <merge-sha> && git push origin mix_annotations-v2.1.2
git tag mix_generator-v2.1.2  <merge-sha> && git push origin mix_generator-v2.1.2

mix_generator 2.2.0 -> 2.1.2: fold the unreleased variant-constructor
FEAT (#968), nested-styler FEAT (#961), and generic call<T> FIX (#958)
into a single 2.1.2 section. Packages version independently, so the
generator ships on its own number.

mix_annotations 2.1.1 -> 2.1.2: DOCS release for the nested-styler
convention comment (#961).
@leoafarias
leoafarias merged commit d658a29 into main Jul 12, 2026
4 checks passed
@leoafarias
leoafarias deleted the chore/release-generator-annotations-2.1.2 branch July 12, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant