Skip to content

Commit

Permalink
- (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored Mar 29, 2024
1 parent 74d26bc commit 14727f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pkgs/leak_tracker_flutter_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 3.0.4
## 3.0.5

* Upgrade leak_tracker to 10.0.5.

## 3.0.4

* Internal clean up.

## 3.0.3

* Upgrade leak_tracker to 10.0.4.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/leak_tracker_flutter_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: leak_tracker_flutter_testing
version: 3.0.4
version: 3.0.5
description: An internal package to test leak tracking with Flutter.
repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_flutter_testing

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
leak_tracker: '>=10.0.4 <11.0.0'
leak_tracker: '>=10.0.5 <11.0.0'
leak_tracker_testing: '>=3.0.1 <4.0.0'
matcher: ^0.12.16
meta: ^1.8.0
Expand Down

0 comments on commit 14727f5

Please sign in to comment.