From 2bfaf0129c76120f0509ffb7927f797aef40a94b Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Fri, 4 Apr 2025 11:22:52 -0700 Subject: [PATCH 1/3] Prepare for release 2.45.0 --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index bc598406f60..c7af9fef9f8 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -10,4 +10,4 @@ /// Note: a regexp in the `dt update-version' command logic matches the constant /// declaration `const version =`. If you change the declaration you must also /// modify the regex in the `dt update-version' command logic. -const version = '2.45.0-dev.0'; +const version = '2.45.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 3902a95abd9..25d97473b88 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # Note: this version should only be updated by running the 'dt update-version' # command that updates the version here and in 'devtools.dart'. -version: 2.45.0-dev.0 +version: 2.45.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app From f0a205f2a68505042298150c3419febdb090f560 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Fri, 4 Apr 2025 11:23:13 -0700 Subject: [PATCH 2/3] update flutter candidate version --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 3dd922d589a..5293565b653 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -ceec33f16beaccf5e7a86099f0544ea52a327b28 +2615ab6c1932e44e6802aaba8dc715b387ff155f From 700541c11b31079514faacebd6789bacfd19e362 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Fri, 4 Apr 2025 12:36:04 -0700 Subject: [PATCH 3/3] revert flutter candidate change --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 5293565b653..3dd922d589a 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -2615ab6c1932e44e6802aaba8dc715b387ff155f +ceec33f16beaccf5e7a86099f0544ea52a327b28