From bf0ff6daaa91ff070489f728d282ea0c19e4546c Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Mon, 4 Nov 2024 08:54:22 -0800 Subject: [PATCH 1/3] Bump dev version --- packages/devtools_app/lib/devtools.dart | 15 ++++++++------- packages/devtools_app/pubspec.yaml | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 0e569ac2e21..76afe20dbc2 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -3,10 +3,11 @@ // found in the LICENSE file. /// The DevTools application version -// This version should only be updated by running tools/update_version.dart -// that updates all versions for DevTools. -// Note: a regexp in tools/update_version.dart matches -// the constant declaration `const version =`. -// If you change the declaration you must also modify the regex in -// tools/update_version.dart. -const version = '2.41.0-dev.1'; +/// +/// This version should only be updated by running the 'dt update-version' +/// command that updates the version here and in 'devtools_app/pubspec.yaml'. +/// +/// 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.41.0-dev.2'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 6170899d126..5200202bf68 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -2,9 +2,9 @@ name: devtools_app description: Web-based performance tooling for Dart and Flutter. publish_to: none -# Note: this version should only be updated by running tools/update_version.dart -# that updates all versions of devtools packages (devtools_app, devtools_test). -version: 2.41.0-dev.1 +# 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.41.0-dev.2 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app From a03ced604a00fb19420f044d69bf46f42b9b68d4 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Mon, 4 Nov 2024 08:55:34 -0800 Subject: [PATCH 2/3] bump flutter --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 25567839e7f..eff01e79ae4 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -7e2a06657c1c8278d477ce7d1db77c51575fdf3d \ No newline at end of file +55c026a2304d9e0d8acc9f3843ee5900fabf96b4 From 4cce6bb7d25301d4ec6061e521f559f91105d3c7 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Mon, 4 Nov 2024 13:11:16 -0800 Subject: [PATCH 3/3] Use non-broken flutter version --- flutter-candidate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-candidate.txt b/flutter-candidate.txt index eff01e79ae4..065cd8af8a3 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt @@ -1 +1 @@ -55c026a2304d9e0d8acc9f3843ee5900fabf96b4 +fe71cadf1959268ca5dd545863a195d78c232b74