Skip to content

Commit 616599e

Browse files
authored
Depend on latest devtools_server (#1054)
* depend on latest server
1 parent 3f76f2a commit 616599e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

packages/devtools/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.8 - 2019-09-16
2+
* Depend on latest `package:devtools_server`.
3+
14
## 0.1.7 - 2019-09-09
25
* Fix bug with profile mode detection.
36
* Enable expand all / collapse to selected functionality in the inspector (will not be available until certain changes land in Flutter stable).

packages/devtools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
99
# package remaining purely as a container for the compiled copy of the devtools
1010
# app. That ensures that version constraints for the devtools_app do not impact
1111
# this package.
12-
version: 0.1.7
12+
version: 0.1.8-dev
1313

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

2020
dependencies:
21-
devtools_server: 0.1.7
21+
devtools_server: 0.1.9
2222
# path: ../devtools_server
2323
http: ^0.12.0+1
2424

packages/devtools_app/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.7';
8+
const String version = '0.1.8-dev';

packages/devtools_app/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Main package implementing web-based performance tooling for Dart an
66
# When publishing new versions of this package be sure to publish a new version
77
# of package:devtools as well. package:devtools contains a compiled snapshot of
88
# this package.
9-
version: 0.1.7
9+
version: 0.1.8-dev
1010

1111
author: Dart Team <[email protected]>
1212
homepage: https://github.com/flutter/devtools
@@ -21,7 +21,7 @@ dependencies:
2121
# path: ../../third_party/packages/ansi_up
2222
codemirror: ^0.5.10
2323
collection: ^1.14.11
24-
devtools_server: 0.1.7
24+
devtools_server: 0.1.9
2525
# path: ../devtools_server
2626
http: ^0.12.0+1
2727
html_shim: ^0.0.2

0 commit comments

Comments
 (0)