From afc9b1058b99f27a06e51f3d902046071ad59b11 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 28 Mar 2018 09:29:30 -0700 Subject: [PATCH 1/2] Remove gratuitous stderr output --- webdev/lib/src/pubspec.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/webdev/lib/src/pubspec.dart b/webdev/lib/src/pubspec.dart index 66a30de90..00b57881c 100644 --- a/webdev/lib/src/pubspec.dart +++ b/webdev/lib/src/pubspec.dart @@ -86,8 +86,6 @@ Future checkPubspecLock() async { 'within the supported range – $supportedBuildRunnerVersionRange.'; issues.add(new PackageExceptionDetails._(error)); } - - stderr.writeln('hosted: $buildRunner'); } else { // NOTE: Intentionally not checking non-hosted dependencies: git, path // If a user is playing around here, they are on their own. From 9c269cd8e9ca1469ab8e123f0e7a43805dc90b24 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 28 Mar 2018 09:15:40 -0700 Subject: [PATCH 2/2] Prepare to release 0.1.2 --- webdev/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 8fa845ac0..05ada4fcc 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,5 +1,5 @@ name: webdev -version: 0.1.2-dev +version: 0.1.2 author: Dart Team homepage: https://github.com/dart-lang/webdev description: >-