Skip to content

Commit

Permalink
Depend on latest devtools_server (#1054)
Browse files Browse the repository at this point in the history
* depend on latest server
  • Loading branch information
grouma committed Sep 16, 2019
1 parent 3f76f2a commit 616599e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.8 - 2019-09-16
* Depend on latest `package:devtools_server`.

## 0.1.7 - 2019-09-09
* Fix bug with profile mode detection.
* Enable expand all / collapse to selected functionality in the inspector (will not be available until certain changes land in Flutter stable).
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
# package remaining purely as a container for the compiled copy of the devtools
# app. That ensures that version constraints for the devtools_app do not impact
# this package.
version: 0.1.7
version: 0.1.8-dev

author: Dart Team <[email protected]>
homepage: https://github.com/flutter/devtools
Expand All @@ -18,7 +18,7 @@ environment:
sdk: '>=2.3.0 <3.0.0'

dependencies:
devtools_server: 0.1.7
devtools_server: 0.1.9
# path: ../devtools_server
http: ^0.12.0+1

Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_app/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.7';
const String version = '0.1.8-dev';
4 changes: 2 additions & 2 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Main package implementing web-based performance tooling for Dart an
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
version: 0.1.7
version: 0.1.8-dev

author: Dart Team <[email protected]>
homepage: https://github.com/flutter/devtools
Expand All @@ -21,7 +21,7 @@ dependencies:
# path: ../../third_party/packages/ansi_up
codemirror: ^0.5.10
collection: ^1.14.11
devtools_server: 0.1.7
devtools_server: 0.1.9
# path: ../devtools_server
http: ^0.12.0+1
html_shim: ^0.0.2
Expand Down

0 comments on commit 616599e

Please sign in to comment.