Skip to content

Commit

Permalink
prep for publishing 0.1.6-dev.3 (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Aug 23, 2019
1 parent bce5764 commit 638ec6d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
4 changes: 2 additions & 2 deletions packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
homepage: https://github.com/flutter/devtools
Expand All @@ -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
Expand Down

0 comments on commit 638ec6d

Please sign in to comment.