Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.53.0';
const version = '2.54.0-dev.0';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none

# 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.53.0
version: 2.54.0-dev.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

Expand Down
11 changes: 5 additions & 6 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
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.53.0 release notes
# DevTools 2.54.0 release notes

The 2.53.0 release of the Dart and Flutter DevTools
The 2.54.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

- Switched default compiler for DevTools to `dart2wasm`. - [#9530](https://github.com/flutter/devtools/pull/9530)
TODO: Remove this section if there are not any general updates.

## Inspector updates

Expand All @@ -27,8 +27,7 @@ TODO: Remove this section if there are not any general updates.

## CPU profiler updates

- Fixed issue preventing CPU profiles from loading when "advanced developer mode" was enabled. -
[#9528](https://github.com/flutter/devtools/pull/9528)
TODO: Remove this section if there are not any general updates.

## Memory updates

Expand Down Expand Up @@ -69,4 +68,4 @@ TODO: Remove this section if there are not any general updates.
## 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.53.0).
[DevTools git log](https://github.com/flutter/devtools/tree/v2.54.0).