Skip to content

Commit c0fad1c

Browse files
Bump DevTools version for next minor version. (#9116)
1 parent 1fb2f4c commit c0fad1c

File tree

3 files changed

+9
-44
lines changed

3 files changed

+9
-44
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.45.0';
13+
const version = '2.46.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.45.0
10+
version: 2.46.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 & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,20 @@ 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.45.0 release notes
9+
# DevTools 2.46.0 release notes
1010

11-
The 2.45.0 release of the Dart and Flutter DevTools
11+
The 2.46.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 memory pressure warning that allows you to reduce the memory usage of
19-
DevTools in order to avoid an OOM crash. -
20-
[#8989](https://github.com/flutter/devtools/pull/8989),
21-
[#8997](https://github.com/flutter/devtools/pull/8997),
22-
[#8998](https://github.com/flutter/devtools/pull/8998)
23-
24-
* Fixed various memory leaks and lifecycle issues. -
25-
[#8901](https://github.com/flutter/devtools/pull/8901),
26-
[#8902](https://github.com/flutter/devtools/pull/8902),
27-
[#8907](https://github.com/flutter/devtools/pull/8907),
28-
[#8917](https://github.com/flutter/devtools/pull/8917),
29-
[#8932](https://github.com/flutter/devtools/pull/8932),
30-
[#8933](https://github.com/flutter/devtools/pull/8933),
31-
[#8934](https://github.com/flutter/devtools/pull/8934),
32-
[#8935](https://github.com/flutter/devtools/pull/8935),
33-
[#8937](https://github.com/flutter/devtools/pull/8937),
34-
[#8953](https://github.com/flutter/devtools/pull/8953),
35-
[#8969](https://github.com/flutter/devtools/pull/8969),
36-
[#8970](https://github.com/flutter/devtools/pull/8970),
37-
[#8975](https://github.com/flutter/devtools/pull/8975)
38-
39-
* Fix a bug with the review history on disconnect experience. -
40-
[#8985](https://github.com/flutter/devtools/pull/8985)
41-
42-
* Fixed bug where DevTools would automatically resume instead of
43-
pausing on breakpoint on connection. -
44-
[#8991](https://github.com/flutter/devtools/pull/8991)
45-
46-
* Prevented text inputs from stealing focus from the IDE. -
47-
[#9091](https://github.com/flutter/devtools/pull/9091)
18+
TODO: Remove this section if there are not any general updates.
4819

4920
## Inspector updates
5021

51-
* Fixed bug where errors in the inspector tree (e.g. RenderFlex overflow
52-
errors) were not removed after a hot-reload. -
53-
[#9106](https://github.com/flutter/devtools/pull/9106)
22+
TODO: Remove this section if there are not any general updates.
5423

5524
## Performance updates
5625

@@ -66,8 +35,7 @@ TODO: Remove this section if there are not any general updates.
6635

6736
## Debugger updates
6837

69-
* Combine the Pause and Resume buttons into a single button. -
70-
[#9095](https://github.com/flutter/devtools/pull/9095)
38+
TODO: Remove this section if there are not any general updates.
7139

7240
## Network profiler updates
7341

@@ -83,10 +51,7 @@ TODO: Remove this section if there are not any general updates.
8351

8452
## Deep links tool updates
8553

86-
* Fixed an issue with Windows file paths showing incorrectly in the Deep Links
87-
page [#9027](https://github.com/flutter/devtools/pull/9027).
88-
* Fixed an issue with the Deep Links page crashing when no iOS configuration is
89-
present [#9027](https://github.com/flutter/devtools/pull/9027).
54+
TODO: Remove this section if there are not any general updates.
9055

9156
## VS Code Sidebar updates
9257

@@ -99,4 +64,4 @@ TODO: Remove this section if there are not any general updates.
9964
## Full commit history
10065

10166
To find a complete list of changes in this release, check out the
102-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.45.0).
67+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.46.0).

0 commit comments

Comments
 (0)