File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 10
10
/// Note: a regexp in the `dt update-version' command logic matches the constant
11
11
/// declaration `const version =` . If you change the declaration you must also
12
12
/// modify the regex in the `dt update-version' command logic.
13
- const version = '2.49 .0' ;
13
+ const version = '2.50.0-dev .0' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish_to: none
7
7
8
8
# Note: this version should only be updated by running the 'dt update-version'
9
9
# command that updates the version here and in 'devtools.dart'.
10
- version : 2.49 .0
10
+ version : 2.50.0-dev .0
11
11
12
12
repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app
13
13
Original file line number Diff line number Diff line change @@ -6,18 +6,16 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
6
6
This is draft for future release notes, that are going to land on
7
7
[ the Flutter website] ( https://docs.flutter.dev/tools/devtools/release-notes ) .
8
8
9
- # DevTools 2.49 .0 release notes
9
+ # DevTools 2.50 .0 release notes
10
10
11
- The 2.49 .0 release of the Dart and Flutter DevTools
11
+ The 2.50 .0 release of the Dart and Flutter DevTools
12
12
includes the following changes among other general improvements.
13
13
To learn more about DevTools, check out the
14
14
[ DevTools overview] ( /tools/devtools/overview ) .
15
15
16
16
## General updates
17
17
18
- - Fixed a bug preventing the buttons at the top of an embedded DevTools screen
19
- from being clicked under certain circumstances. -
20
- [ #9327 ] ( https://github.com/flutter/devtools/pull/9327 )
18
+ TODO: Remove this section if there are not any general updates.
21
19
22
20
## Inspector updates
23
21
@@ -70,4 +68,4 @@ TODO: Remove this section if there are not any general updates.
70
68
## Full commit history
71
69
72
70
To find a complete list of changes in this release, check out the
73
- [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.49 .0 ) .
71
+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.50 .0 ) .
You can’t perform that action at this time.
0 commit comments