Rev devtools server and prep for 0.1.8 release (#1119)
* Rev devtools server and prep for 0.1.8 release
diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md
index f298cb9..f29ae02 100644
--- a/packages/devtools/CHANGELOG.md
+++ b/packages/devtools/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.1.8 - 2019-09-16
+## 0.1.8 - 2019-10-01
+* Query a flutter isolate for the target frame rate (e.g. 60FPS vs 120FPS). Respect this value in the Timeline.
+* Polish import / export flow for Timeline.
* Depend on latest `package:devtools_server`.
## 0.1.7 - 2019-09-09
diff --git a/packages/devtools/pubspec.yaml b/packages/devtools/pubspec.yaml
index fc9ed34..f011284 100644
--- a/packages/devtools/pubspec.yaml
+++ b/packages/devtools/pubspec.yaml
@@ -9,7 +9,7 @@
# 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.8-dev.1
+version: 0.1.8
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/flutter/devtools
@@ -18,7 +18,7 @@
sdk: '>=2.3.0 <3.0.0'
dependencies:
- devtools_server: 0.1.9
+ devtools_server: 0.1.10
# path: ../devtools_server
http: ^0.12.0+1
diff --git a/packages/devtools_app/CHANGELOG.md b/packages/devtools_app/CHANGELOG.md
index f0371ef..29091de 100644
--- a/packages/devtools_app/CHANGELOG.md
+++ b/packages/devtools_app/CHANGELOG.md
@@ -1,2 +1 @@
-## 0.1.7 - 2019-09-09
-* See the changelog for package:devtools which should list all changes to package:devtools_app as it is the user visible package for this work.
+See the changelog for package:devtools which should list all changes to package:devtools_app as it is the user visible package for this work.
diff --git a/packages/devtools_app/lib/devtools.dart b/packages/devtools_app/lib/devtools.dart
index 9c1176d..d17fba7 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.8-dev.2';
+const String version = '0.1.8';
diff --git a/packages/devtools_app/pubspec.yaml b/packages/devtools_app/pubspec.yaml
index 7724911..8033122 100644
--- a/packages/devtools_app/pubspec.yaml
+++ b/packages/devtools_app/pubspec.yaml
@@ -6,7 +6,7 @@
# 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.8-dev.2
+version: 0.1.8
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/flutter/devtools
@@ -21,7 +21,7 @@
# path: ../../third_party/packages/ansi_up
codemirror: ^0.5.10
collection: ^1.14.11
- devtools_server: 0.1.9
+ devtools_server: 0.1.10
# path: ../devtools_server
http: ^0.12.0+1
html_shim: ^0.0.2