From 6f42c1d59d95dcacde130f2910c1d10be8508e61 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:46:26 -0700 Subject: [PATCH] Prep for patch release (#6136) --- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 6 +++--- packages/devtools_shared/pubspec.yaml | 2 +- packages/devtools_test/pubspec.yaml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index a23654ced93..47e818a7a5e 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.26.0-dev.0'; +const String version = '2.26.1'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index a976ad5634a..9eb1ab8459f 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.26.0-dev.0 +version: 2.26.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app @@ -26,7 +26,7 @@ dependencies: dap: ^1.1.0 dds_service_extensions: ^1.6.0 devtools_extensions: ^0.0.1-dev.0 - devtools_shared: 2.26.0-dev.0 + devtools_shared: 2.26.1 file: ^6.0.0 file_selector: ^0.8.0 file_selector_linux: ^0.0.2 @@ -68,7 +68,7 @@ dependencies: dev_dependencies: args: ^2.4.2 build_runner: ^2.3.3 - devtools_test: 2.26.0-dev.0 + devtools_test: 2.26.1 fake_async: ^1.3.1 flutter_driver: sdk: flutter diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index 51be3d99872..7ad41cca810 100644 --- a/packages/devtools_shared/pubspec.yaml +++ b/packages/devtools_shared/pubspec.yaml @@ -1,7 +1,7 @@ name: devtools_shared description: Package of shared structures between devtools_app, dds, and other tools. -version: 2.26.0-dev.0 +version: 2.26.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared diff --git a/packages/devtools_test/pubspec.yaml b/packages/devtools_test/pubspec.yaml index ddfc858a868..adfb388e724 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.26.0-dev.0 +version: 2.26.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test @@ -18,8 +18,8 @@ environment: dependencies: async: ^2.0.0 collection: ^1.15.0 - devtools_shared: 2.26.0-dev.0 - devtools_app: 2.26.0-dev.0 + devtools_shared: 2.26.1 + devtools_app: 2.26.1 flutter: sdk: flutter flutter_test: