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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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.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
Expand All @@ -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:
Expand Down