diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 39e1894be23..6b3426f193e 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,8 +1,17 @@ -## 0.1.6 - 2019-08-14 -* Bug fix: dependency on mockito is removed. - -## 0.1.6 - 2019-08-06 +## 0.1.6-dev +* Add a page to show Flutter SDK version and Dart VM flags details. +* Various css fixes. +* CSS polish for cursors, hover, and misc. +* Use frame time in CPU profile unavailable message. +* Fixes to our splitter control. +* Rev to the latest version of `package:vm_service` +* Remove the dependency on `package:mockito`. +* Remove the dependency on `package:rxdart`. * Support `sse` and `sses` schemes for connection with a running app. +* Address an npe in the memory page. +* Polish button collapsing for small screen widths. +* Adjust some of the logging flutter.error presentation. +* Fix thread name bug. ## 0.1.5 - 2019-08-05 * Support expanding or collapsing all values in the Call Tree and Bottom Up views (parts of the CPU profiler). diff --git a/packages/devtools/lib/devtools.dart b/packages/devtools/lib/devtools.dart index 9b9ac437c91..9159f87d26e 100644 --- a/packages/devtools/lib/devtools.dart +++ b/packages/devtools/lib/devtools.dart @@ -5,4 +5,4 @@ /// The DevTools application version. // Note: when updating this, please update the corresponding version in the // pubspec. -const String version = '0.1.6-dev.2'; +const String version = '0.1.6-dev.3'; diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml index ecb22d71243..06ba39e5533 100644 --- a/packages/devtools/pubspec.yaml +++ b/packages/devtools/pubspec.yaml @@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter. # Note: when updating this version, please update the corresponding entry in # lib/devtools.dart. -version: 0.1.6-dev.2 +version: 0.1.6-dev.3 author: Dart Team homepage: https://github.com/flutter/devtools @@ -14,7 +14,7 @@ environment: dependencies: codemirror: ^0.5.3 collection: ^1.14.11 - devtools_server: 0.1.5 + devtools_server: 0.1.6 # path: ../devtools_server http: ^0.12.0+1 intl: ^0.15.0