Skip to content

Commit 55e350a

Browse files
authored
Update DevTools version to 2.53.0-dev.0 (#9509)
1 parent a65dcd0 commit 55e350a

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
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.52.0';
13+
const version = '2.53.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.52.0
10+
version: 2.53.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: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +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.52.0 release notes
9+
# DevTools 2.53.0 release notes
1010

11-
The 2.52.0 release of the Dart and Flutter DevTools
11+
The 2.53.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-
- Added a horizontal scrollbar to data tables to help with navigation. -
19-
[#9482](https://github.com/flutter/devtools/pull/9482)
20-
- Made it possible to resize data table columns by dragging the header separators. -
21-
[#9845](https://github.com/flutter/devtools/pull/9485)
18+
TODO: Remove this section if there are not any general updates.
2219

2320
## Inspector updates
2421

@@ -42,12 +39,7 @@ TODO: Remove this section if there are not any general updates.
4239

4340
## Network profiler updates
4441

45-
* Fixed layout of the "error count" badge in the tab name. -
46-
[#9470](https://github.com/flutter/devtools/pull/9470)
47-
* Fixed display of "Response Headers" and "Request Headers" when there are no
48-
headers. - [#9492](https://github.com/flutter/devtools/pull/9492)
49-
* Added a banner to clearly indicate when DevTools is not logging network
50-
requests. - [#9495](https://github.com/flutter/devtools/pull/9495)
42+
TODO: Remove this section if there are not any general updates.
5143

5244
## Logging updates
5345

@@ -61,11 +53,9 @@ TODO: Remove this section if there are not any general updates.
6153

6254
TODO: Remove this section if there are not any general updates.
6355

64-
## VS Code updates
56+
## VS Code Sidebar updates
6557

66-
- On macOS, shortcuts like `Cmd`+`C` and `Cmd`+`V` now work when DevTools is
67-
embedded inside VS Code -
68-
[#9472](https://github.com/flutter/devtools/pull/9472)
58+
TODO: Remove this section if there are not any general updates.
6959

7060
## DevTools Extension updates
7161

@@ -78,4 +68,4 @@ TODO: Remove this section if there are not any general updates.
7868
## Full commit history
7969

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

0 commit comments

Comments
 (0)