Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for publishing. #148

Merged
merged 1 commit into from
Sep 20, 2023
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
5 changes: 4 additions & 1 deletion pkgs/leak_tracker_flutter_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 1.0.5

* Bump version of SDK to 3.1.2.

# 1.0.4

* Update matcher for memory events to handle async callbacks.
* Bump version of SDK to 3.1.2.

# 1.0.3

Expand Down
2 changes: 1 addition & 1 deletion 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: 1.0.4
version: 1.0.5
description: Flutter specific helpers for dart memory leak tracking.
repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_flutter_testing

Expand Down
5 changes: 4 additions & 1 deletion pkgs/leak_tracker_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 1.0.4

* Bump version of SDK to 3.1.2.

# 1.0.3

* Update version of leak_tracker to `^9.0.0`.
* Bump version of SDK to 3.1.2.

# 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion pkgs/leak_tracker_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: leak_tracker_testing
version: 1.0.3
version: 1.0.4
description: Leak tracking code intended for usage in tests.
repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/leak_tracker_testing

Expand Down