File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.19 - 2019-05-?? (in progress)
2
+ * Update DevTools server to better handle failures when launching browsers
3
+
1
4
## 0.0.18 - 2019-04-30
2
5
* Fix release bug (0.0.17-dev.1 did not include build folder)
3
6
* Add CPU profiler (preview) to timeline page.
Original file line number Diff line number Diff line change 5
5
/// The DevTools application version.
6
6
// Note: when updating this, please update the corresponding version in the
7
7
// pubspec.
8
- const String version = '0.0.18 ' ;
8
+ const String version = '0.0.19-dev ' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
3
3
4
4
# Note: when updating this version, please update the corresponding entry in
5
5
# lib/devtools.dart.
6
- version : 0.0.18
6
+ version : 0.0.19-dev
7
7
8
8
author :
Dart Team <[email protected] >
9
9
homepage : https://github.com/flutter/devtools
@@ -14,7 +14,7 @@ environment:
14
14
dependencies :
15
15
codemirror : ^0.5.3
16
16
collection : ^1.14.11
17
- devtools_server : 0.1.1
17
+ devtools_server : 0.1.2
18
18
# path: ../devtools_server
19
19
http : ^0.12.0+1
20
20
intl : ^0.15.0
You can’t perform that action at this time.
0 commit comments