File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.8 - 2019-09-16
2
+ * Depend on latest ` package:devtools_server ` .
3
+
1
4
## 0.1.7 - 2019-09-09
2
5
* Fix bug with profile mode detection.
3
6
* Enable expand all / collapse to selected functionality in the inspector (will not be available until certain changes land in Flutter stable).
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
9
9
# package remaining purely as a container for the compiled copy of the devtools
10
10
# app. That ensures that version constraints for the devtools_app do not impact
11
11
# this package.
12
- version : 0.1.7
12
+ version : 0.1.8-dev
13
13
14
14
author :
Dart Team <[email protected] >
15
15
homepage : https://github.com/flutter/devtools
@@ -18,7 +18,7 @@ environment:
18
18
sdk : ' >=2.3.0 <3.0.0'
19
19
20
20
dependencies :
21
- devtools_server : 0.1.7
21
+ devtools_server : 0.1.9
22
22
# path: ../devtools_server
23
23
http : ^0.12.0+1
24
24
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.1.7 ' ;
8
+ const String version = '0.1.8-dev ' ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Main package implementing web-based performance tooling for Dart an
6
6
# When publishing new versions of this package be sure to publish a new version
7
7
# of package:devtools as well. package:devtools contains a compiled snapshot of
8
8
# this package.
9
- version : 0.1.7
9
+ version : 0.1.8-dev
10
10
11
11
author :
Dart Team <[email protected] >
12
12
homepage : https://github.com/flutter/devtools
@@ -21,7 +21,7 @@ dependencies:
21
21
# path: ../../third_party/packages/ansi_up
22
22
codemirror : ^0.5.10
23
23
collection : ^1.14.11
24
- devtools_server : 0.1.7
24
+ devtools_server : 0.1.9
25
25
# path: ../devtools_server
26
26
http : ^0.12.0+1
27
27
html_shim : ^0.0.2
You can’t perform that action at this time.
0 commit comments