Skip to content

Commit 90f9487

Browse files
authored
Reset DevTools to next dev version (#9543)
1 parent bac6843 commit 90f9487

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

packages/devtools_app/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
/// Note: a regexp in the `dt update-version' command logic matches the constant
1111
/// declaration `const version =`. If you change the declaration you must also
1212
/// modify the regex in the `dt update-version' command logic.
13-
const version = '2.53.0';
13+
const version = '2.54.0-dev.0';

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
# Note: this version should only be updated by running the 'dt update-version'
99
# command that updates the version here and in 'devtools.dart'.
10-
version: 2.53.0
10+
version: 2.54.0-dev.0
1111

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

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
66
This is draft for future release notes, that are going to land on
77
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).
88

9-
# DevTools 2.53.0 release notes
9+
# DevTools 2.54.0 release notes
1010

11-
The 2.53.0 release of the Dart and Flutter DevTools
11+
The 2.54.0 release of the Dart and Flutter DevTools
1212
includes the following changes among other general improvements.
1313
To learn more about DevTools, check out the
1414
[DevTools overview](/tools/devtools/overview).
1515

1616
## General updates
1717

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

2020
## Inspector updates
2121

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

2828
## CPU profiler updates
2929

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

3332
## Memory updates
3433

@@ -69,4 +68,4 @@ TODO: Remove this section if there are not any general updates.
6968
## Full commit history
7069

7170
To find a complete list of changes in this release, check out the
72-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.53.0).
71+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.54.0).

0 commit comments

Comments
 (0)