From 616599e8ffb61d6a82284d540740e7becca66679 Mon Sep 17 00:00:00 2001 From: Gary Roumanis Date: Mon, 16 Sep 2019 15:35:28 -0700 Subject: [PATCH] Depend on latest devtools_server (#1054) * depend on latest server --- packages/devtools/CHANGELOG.md | 3 +++ packages/devtools/pubspec.yaml | 4 ++-- packages/devtools_app/lib/devtools.dart | 2 +- packages/devtools_app/pubspec.yaml | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index af209dc11d7..f298cb9999a 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -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). diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml index f96acba8f81..099e36044df 100644 --- a/packages/devtools/pubspec.yaml +++ b/packages/devtools/pubspec.yaml @@ -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 homepage: https://github.com/flutter/devtools @@ -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 diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart index 09a46f6b234..25fc61ef819 100644 --- a/packages/devtools_app/lib/devtools.dart +++ b/packages/devtools_app/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.7'; +const String version = '0.1.8-dev'; diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml index 95e63d05fa7..7a41f0721ad 100644 --- a/packages/devtools_app/pubspec.yaml +++ b/packages/devtools_app/pubspec.yaml @@ -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 homepage: https://github.com/flutter/devtools @@ -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