From 053d9dad9d8823810eb781bca577a72168ba509c Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Wed, 29 Jul 2026 15:11:28 +0300 Subject: [PATCH] chore(release): magic_devtools 0.0.2 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. --- CHANGELOG.md | 2 ++ pubspec.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c04e0..7f90513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2026-07-29 + ### Added - `MagicDevtools` umbrella wiring: a new `package:magic_devtools/magic_devtools.dart` diff --git a/pubspec.yaml b/pubspec.yaml index bc0b05e..dd8741d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: magic_devtools description: "Magic adapters for the fluttersdk dev-tooling ecosystem: wires MagicDuskIntegration and MagicTelescopeIntegration into dusk and telescope." -version: 0.0.1 +version: 0.0.2 homepage: https://magic.fluttersdk.com repository: https://github.com/fluttersdk/magic_devtools issue_tracker: https://github.com/fluttersdk/magic_devtools/issues @@ -12,10 +12,10 @@ environment: dependencies: flutter: sdk: flutter - magic: ^0.0.3 - fluttersdk_dusk: ^0.0.8 + magic: ^0.0.6 + fluttersdk_dusk: ^0.0.9 fluttersdk_telescope: ^0.0.4 - fluttersdk_wind: ^1.1.2 + fluttersdk_wind: ^1.2.1 dev_dependencies: flutter_test: