Prepare DevTools for 2.47.0 release (#9233)
diff --git a/flutter-candidate.txt b/flutter-candidate.txt index 9d7a054..10f0927 100644 --- a/flutter-candidate.txt +++ b/flutter-candidate.txt
@@ -1 +1 @@ -63903561033d7fc2f33b67239f2002d0ee529b48 +36ea2bdeab611e908967b6fa57659998f600a2cb
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 73059d7..f3c8857 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.46.0'; +const version = '2.47.0';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index d28881c..bcb3991 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml
@@ -7,7 +7,7 @@ # 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.46.0 +version: 2.47.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app
diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index 75a8bfc..a3c98e2 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
@@ -6,67 +6,19 @@ This is draft for future release notes, that are going to land on [the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes). -# DevTools 2.46.0 release notes +# DevTools 2.47.0 release notes -The 2.46.0 release of the Dart and Flutter DevTools +The 2.47.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the [DevTools overview](/tools/devtools/overview). ## General updates -- Prevent web apps from remaining paused after triggering a hot-restart from -DevTools. - [#9125](https://github.com/flutter/devtools/pull/9125) -- Dismiss stale banner messages when the connected app state changes. - [#9148](https://github.com/flutter/devtools/pull/9148) -- Fix a focus traversal issue with search fields. [#9166](https://github.com/flutter/devtools/pull/9166) -- Fix an issue where copying all logs in the console would show `null` for any inspected widgets. - [#9204](https://github.com/flutter/devtools/pull/9204) - -## Inspector updates - -TODO: Remove this section if there are not any general updates. - -## Performance updates - -- Fixes a bug where the Performance page would hang when connected to a paused -Flutter app. - [#9162](https://github.com/flutter/devtools/pull/9162) - -## CPU profiler updates - -TODO: Remove this section if there are not any general updates. - -## Memory updates - -TODO: Remove this section if there are not any general updates. - -## Debugger updates - -TODO: Remove this section if there are not any general updates. - -## Network profiler updates - -TODO: Remove this section if there are not any general updates. - -## Logging updates - -TODO: Remove this section if there are not any general updates. - -## App size tool updates - -TODO: Remove this section if there are not any general updates. - -## Deep links tool updates - -TODO: Remove this section if there are not any general updates. - -## VS Code Sidebar updates - -TODO: Remove this section if there are not any general updates. - -## DevTools Extension updates - -TODO: Remove this section if there are not any general updates. +- Fixed an issue where copying all logs in the console would show `null` for +any inspected widgets. - [#9204](https://github.com/flutter/devtools/pull/9204) ## Full commit history To find a complete list of changes in this release, check out the -[DevTools git log](https://github.com/flutter/devtools/tree/v2.46.0). +[DevTools git log](https://github.com/flutter/devtools/tree/v2.47.0).