chore(release): magic 0.0.5 - #110
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR cuts the [Unreleased] changelog section as the 0.0.5 release and bumps the package version accordingly, preparing the repository for tagging and publishing magic 0.0.5.
Changes:
- Bump
magicpackage version to0.0.5. - Update the example app lockfile to reference
magic 0.0.5. - Add the
0.0.5release section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pubspec.yaml | Bumps the package version from 0.0.4 to 0.0.5. |
| example/pubspec.lock | Updates the path dependency entry to magic 0.0.5. |
| CHANGELOG.md | Adds the 0.0.5 release header and notes, keeping [Unreleased] in place. |
Ships the 422 validation-error surface on Model.save(), the auth-state redirect refresh in MagicRouter, the Navigator-overlay MagicFeedback toasts, and the blank-title-suffix fix.
anilcancakir
force-pushed
the
release/0.0.5
branch
from
July 25, 2026 23:14
f4df67d to
d3395e6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Cuts
[Unreleased]as0.0.5and bumps the pubspec.Contents
Model.save()exposes the backend's per-field 422 errors (validationErrors/validationError(field));MagicRouterre-runs its redirect chain on an auth-state change.MagicFeedbacktoasts deliver through the Navigator overlay (work in Scaffold-less Wind views, render clean text, degrade without throwing);TitleManagertreats a blank title suffix as absent.Release checklist
flutter analyzeclean,dart formatno diff,flutter test1260 greendart pub publish --dry-run: no blocking errors (1 warning = the localpubspec_overrides.yamlsibling paths, 4 hints)Merging this and pushing the
0.0.5tag triggers the publish workflow. This is the head of a release train:magic_notifications,magic_deeplink,magic_social_authandmagic_starterall pinmagic ^0.0.x(an upper bound of<0.0.5), so each needs its constraint bumped and republished after this lands, in that order.