Skip to content

Commit 638ec6d

Browse files
authored
prep for publishing 0.1.6-dev.3 (#956)
1 parent bce5764 commit 638ec6d

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

packages/devtools/CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
## 0.1.6 - 2019-08-14
2-
* Bug fix: dependency on mockito is removed.
3-
4-
## 0.1.6 - 2019-08-06
1+
## 0.1.6-dev
2+
* Add a page to show Flutter SDK version and Dart VM flags details.
3+
* Various css fixes.
4+
* CSS polish for cursors, hover, and misc.
5+
* Use frame time in CPU profile unavailable message.
6+
* Fixes to our splitter control.
7+
* Rev to the latest version of `package:vm_service`
8+
* Remove the dependency on `package:mockito`.
9+
* Remove the dependency on `package:rxdart`.
510
* Support `sse` and `sses` schemes for connection with a running app.
11+
* Address an npe in the memory page.
12+
* Polish button collapsing for small screen widths.
13+
* Adjust some of the logging flutter.error presentation.
14+
* Fix thread name bug.
615

716
## 0.1.5 - 2019-08-05
817
* Support expanding or collapsing all values in the Call Tree and Bottom Up views (parts of the CPU profiler).

packages/devtools/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.1.6-dev.2';
8+
const String version = '0.1.6-dev.3';

packages/devtools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33

44
# Note: when updating this version, please update the corresponding entry in
55
# lib/devtools.dart.
6-
version: 0.1.6-dev.2
6+
version: 0.1.6-dev.3
77

88
author: Dart Team <[email protected]>
99
homepage: https://github.com/flutter/devtools
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
codemirror: ^0.5.3
1616
collection: ^1.14.11
17-
devtools_server: 0.1.5
17+
devtools_server: 0.1.6
1818
# path: ../devtools_server
1919
http: ^0.12.0+1
2020
intl: ^0.15.0

0 commit comments

Comments
 (0)