From dae280a8a54a1c8b02f5500e56ca5d6a2cbafb26 Mon Sep 17 00:00:00 2001 From: DartDevtoolWorkflowBot <121203384+DartDevtoolWorkflowBot@users.noreply.github.com> Date: Tue, 29 Aug 2023 04:33:46 -0400 Subject: [PATCH] Updating from 2.27.0-dev.16 to 2.27.0-dev.17 (#6277) Automated Version Bump --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 4 ++-- packages/devtools_test/pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 3c882f3558b..3d72bde0a32 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/lib/devtools.dart @@ -9,4 +9,4 @@ // the constant declaration `const String version =`. // If you change the declaration you must also modify the regex in // tools/update_version.dart. -const String version = '2.27.0-dev.16'; +const String version = '2.27.0-dev.17'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index bf7ddacb87e..c5582ca6209 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -4,7 +4,7 @@ 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.27.0-dev.16 +version: 2.27.0-dev.17 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app @@ -72,7 +72,7 @@ dependencies: dev_dependencies: args: ^2.4.2 build_runner: ^2.3.3 - devtools_test: 2.27.0-dev.16 + devtools_test: 2.27.0-dev.17 fake_async: ^1.3.1 flutter_driver: sdk: flutter diff --git a/packages/devtools_test/pubspec.yaml b/packages/devtools_test/pubspec.yaml index adc4754939b..10010fa41bf 100644 --- a/packages/devtools_test/pubspec.yaml +++ b/packages/devtools_test/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none # When publishing new versions of this package be sure to publish a new version # of package:devtools as well. package:devtools contains a compiled snapshot of # this package. -version: 2.27.0-dev.16 +version: 2.27.0-dev.17 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test @@ -19,7 +19,7 @@ dependencies: async: ^2.0.0 collection: ^1.15.0 devtools_shared: ^3.0.1 - devtools_app: 2.27.0-dev.16 + devtools_app: 2.27.0-dev.17 devtools_app_shared: path: ../devtools_app_shared flutter: