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

Fix versioning. #211

Merged
merged 3 commits into from
Jan 24, 2024
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
// Set current working directory to devtools_app.
"terminal.integrated.cwd": "pkgs/leak_tracker",
"cSpell.words": [
"autosnapshotting",
"baselining",
"callstack",
"cupertino",
"finalizer",
"gced",
"layerlens",
"pkgs",
"polina",
"polinach",
"snapshotting",
"sublist",
"unawaited"
],
Expand Down
6 changes: 3 additions & 3 deletions pkgs/leak_tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ at time of object tracking start, instead of current configuration.

## 9.0.2

* Make sure phase bondaries are handled correctly.
* Make sure phase boundaries are handled correctly.

## 9.0.1

Expand Down Expand Up @@ -151,7 +151,7 @@ at time of object tracking start, instead of current configuration.
## 6.0.0

* Fix typo in public API.
* Add assersion for negative delay between snapshots.
* Add assertion for negative delay between snapshots.

## 5.0.0

Expand Down Expand Up @@ -182,7 +182,7 @@ at time of object tracking start, instead of current configuration.
## 3.0.1

* Increase sdk version
* Remove obsolet lint
* Remove obsolete lint

## 3.0.0

Expand Down
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 @@
## 3.0.1

* Upgrade leak_tracker_testing to 2.0.3.

## 3.0.0

* Upgrade leak_tracker to 10.0.3.
* Upgrade leak_tracker_testing to 3.0.0.

## 2.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.0
version: 3.0.1
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 @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
leak_tracker: '>=10.0.3 <11.0.0'
leak_tracker_testing: '>=2.0.2 <3.0.0'
leak_tracker_testing: '>=2.0.3 <3.0.0'
matcher: ^0.12.16
meta: ^1.8.0

Expand Down