Skip to content

Commit

Permalink
Bump (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Aug 27, 2024
1 parent df38455 commit ade624f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/leak_tracking/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ testWidgets('async onInit throws FlutterError',

## Convert the leak to tech debt

If the leak is complicated and the test failure blocks important process,
If the leak is complicated and the test failure blocks an important process,
temporary turn off leak tracking and create issue to fix the leak and re-enable leak tracking.

* For one test, add parameter to `testWidgets`:
Expand Down
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.7
## 3.0.8

* Upgrade leak_tracker to 10.0.7.

## 3.0.7

* No changes.

## 3.0.6

* Upgrade leak_tracker to 10.0.6.
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.7
version: 3.0.8
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.6 <11.0.0'
leak_tracker: '>=10.0.7 <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 ade624f

Please sign in to comment.