Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
Loading