diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index b39af1dda9c..642121fe76e 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.1-dev.0'; +const String version = '2.27.0-dev.0'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 7c9dce1363e..d56ab616e5d 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.1-dev.0 +version: 2.27.0-dev.0 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.1-dev.0 + devtools_shared: 2.27.0-dev.0 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.1-dev.0 + devtools_test: 2.27.0-dev.0 fake_async: ^1.3.1 flutter_driver: sdk: flutter diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index bee33850eb5..accd625103e 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md @@ -1,19 +1,12 @@ This is draft for future release notes, that are going to land on [the Flutter website](https://docs.flutter.dev/development/tools/devtools/release-notes). -# DevTools 2.26.0 release notes +# DevTools 2.27.0 release notes Dart & Flutter DevTools - A Suite of Performance Tools for Dart and Flutter ## General updates -* Added a new "Home" screen in DevTools that either shows the "Connect" dialog or -a summary of your connected app, depending on the connection status in DevTools. Keep an -eye on this screen for cool new features in the future. This change also enables support -for static tooling (tools that don't require a connected app) in DevTools - [#6010](https://github.com/flutter/devtools/pull/6010) -![home screen](images/home_screen.png "DevTools home screen") -* Added an action to the main toolbar for loading offline data into DevTools - [#6003](https://github.com/flutter/devtools/pull/6003) -![load data action](images/load_data.png "Load data action") -* Fixed overlay notifications so that they cover the area that their background blocks - [#5975](https://github.com/flutter/devtools/pull/5975) +TODO: Remove this section if there are not any general updates. ## Inspector updates TODO: Remove this section if there are not any general updates. @@ -25,14 +18,13 @@ TODO: Remove this section if there are not any general updates. TODO: Remove this section if there are not any general updates. ## Memory updates -* Added a context menu to rename or delete a heap snapshot from the list - [#5997](https://github.com/flutter/devtools/pull/5997) -* Warn users when HTTP logging may be affecting their app's memory consumption - [#5998](https://github.com/flutter/devtools/pull/5998) +TODO: Remove this section if there are not any general updates. ## Debugger updates -* Improvements to text selection and copy behavior in the codeview, console, and variables window. - [#6020](https://github.com/flutter/devtools/pull/6020) +TODO: Remove this section if there are not any general updates. ## Network profiler updates -* Added a selector to customize the display type of text and json responses (thanks to @hhacker1999!) - [#5816](https://github.com/flutter/devtools/pull/5816) +TODO: Remove this section if there are not any general updates. ## Logging updates TODO: Remove this section if there are not any general updates. diff --git a/packages/devtools_app/release_notes/images/home_screen.png b/packages/devtools_app/release_notes/images/home_screen.png deleted file mode 100644 index 55d197ee381..00000000000 Binary files a/packages/devtools_app/release_notes/images/home_screen.png and /dev/null differ diff --git a/packages/devtools_app/release_notes/images/load_data.png b/packages/devtools_app/release_notes/images/load_data.png deleted file mode 100644 index 857b9b92125..00000000000 Binary files a/packages/devtools_app/release_notes/images/load_data.png and /dev/null differ diff --git a/packages/devtools_shared/pubspec.yaml b/packages/devtools_shared/pubspec.yaml index 18f4ee24f14..74e83bd54ab 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.1-dev.0 +version: 2.27.0-dev.0 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 6f266bef8c9..6bffd54adc8 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.1-dev.0 +version: 2.27.0-dev.0 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.1-dev.0 - devtools_app: 2.26.1-dev.0 + devtools_shared: 2.27.0-dev.0 + devtools_app: 2.27.0-dev.0 flutter: sdk: flutter flutter_test: