chore(release): magic_devtools 0.0.2 - #8
Merged
Conversation
First release carrying the unified MagicDevtools surface and preview.dart. The published 0.0.1 shipped only lib/dusk.dart and lib/telescope.dart, so any consumer importing MagicDevtools or the preview barrel could not build against it. Sibling constraints advance to the versions just published: magic ^0.0.6, fluttersdk_dusk ^0.0.9, fluttersdk_wind ^1.2.1.
There was a problem hiding this comment.
Pull request overview
This PR prepares magic_devtools for the 0.0.2 release by bumping the package version and updating dependency constraints to match the intended published sibling versions.
Changes:
- Bump package version to
0.0.2. - Update dependency constraints for
magic,fluttersdk_dusk, andfluttersdk_wind. - Add a
0.0.2release header to the changelog (dated2026-07-29).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pubspec.yaml | Bumps package version and advances dependency constraints for the release. |
| CHANGELOG.md | Adds the 0.0.2 section header and begins documenting release contents. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
First release of the unified surface, and the one a fork actually needs.
Building a fresh clone of
magic_examplefrom tracked files only surfaced this: the published 0.0.1 ships justlib/dusk.dart,lib/telescope.dartandlib/src/, with nolib/magic_devtools.dartand nolib/preview.dart. So every consumer importingMagicDevtoolsor the preview barrel failed to compile against the published package, independently of anything else in this release train. I had left this package out of the merge order I documented earlier; probing the fork is what caught it.Sibling constraints advance to what is now on pub.dev:
magic ^0.0.6,fluttersdk_dusk ^0.0.9,fluttersdk_wind ^1.2.1. The magic and dusk bumps are required rather than cosmetic, since 0.0.z caret semantics make the previous constraints exclude the versions just published.Gates green: format over the whole repo,
flutter analyze --no-fatal-infos, 99 tests.