From 47cd007e345fd03d5ea9db38eedf0ff481cb446f Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Tue, 22 Sep 2026 22:44:49 +0300 Subject: [PATCH] chore(release): 0.0.6 Floors only. magic moves ^0.0.15 to ^0.0.16, fluttersdk_telescope ^0.0.6 to ^0.0.7 and fluttersdk_wind ^1.6.2 to ^1.6.3; fluttersdk_dusk stays at ^0.0.15. The old ranges already admitted the new versions, so a fresh pub get resolves nothing differently; the floors name the releases this package is verified against. Stamps: pubspec.yaml and the README install snippet. --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- pubspec.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b08fe0..ca5e4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 2026-09-22 + +### Changed + +- **Every sibling floor names this batch's release.** `magic` moves `^0.0.15` to `^0.0.16`, `fluttersdk_telescope` `^0.0.6` to `^0.0.7` and `fluttersdk_wind` `^1.6.2` to `^1.6.3`; `fluttersdk_dusk` stays at `^0.0.15`, still the newest. The old ranges already admitted the new versions, so a fresh `pub get` resolves nothing differently; what changes is that the floors name the releases this package is verified against. telescope 0.0.7 is a documentation fix, and nothing in wind 1.6.3 or magic 0.0.16 touches an API this package calls. (`pubspec.yaml`, `README.md`) + ## [0.0.5] - 2026-09-21 ### Changed diff --git a/README.md b/README.md index a85ddbb..d8979ac 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Four import barrels: ```yaml dependencies: - magic_devtools: ^0.0.5 + magic_devtools: ^0.0.6 fluttersdk_dusk: ^0.0.15 # add if you use dusk - fluttersdk_telescope: ^0.0.6 # add if you use telescope + fluttersdk_telescope: ^0.0.7 # add if you use telescope ``` `magic_devtools` depends on `magic`, `fluttersdk_dusk`, and `fluttersdk_telescope` directly, so transitive resolution does not happen through `magic` itself. diff --git a/pubspec.yaml b/pubspec.yaml index 9966fb4..091ae7e 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.5 +version: 0.0.6 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.15 + magic: ^0.0.16 fluttersdk_dusk: ^0.0.15 - fluttersdk_telescope: ^0.0.6 - fluttersdk_wind: ^1.6.2 + fluttersdk_telescope: ^0.0.7 + fluttersdk_wind: ^1.6.3 dev_dependencies: flutter_test: