From 102d38d23eca9fde1b6bf1dac27d4282791fb592 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Mon, 25 Jan 2021 16:00:31 -0800 Subject: [PATCH 1/2] bump vmservice --- packages/integration_test/CHANGELOG.md | 3 +++ packages/integration_test/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/integration_test/CHANGELOG.md b/packages/integration_test/CHANGELOG.md index 4bbfe591d6cc..98e9e3b592d8 100644 --- a/packages/integration_test/CHANGELOG.md +++ b/packages/integration_test/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.2+1 + +* Update vm_service constraint ## 1.0.2 * Update Flutter SDK constraint. diff --git a/packages/integration_test/pubspec.yaml b/packages/integration_test/pubspec.yaml index 997faa79e1ca..a233f066ea37 100644 --- a/packages/integration_test/pubspec.yaml +++ b/packages/integration_test/pubspec.yaml @@ -1,6 +1,6 @@ name: integration_test description: Runs tests that use the flutter_test API as integration tests. -version: 1.0.2 +version: 1.0.2+1 homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test environment: @@ -18,7 +18,7 @@ dependencies: # TODO(dnfield): This is a problem - flutter_driver and flutter_tools depend # on this packkage, and so does integration_test. When this gets rev'd in the # SDK, it has to be rev'd here too so integration tests in the SDK can use it. - vm_service: ">= 4.2.0 <6.0.0" + vm_service: ">= 4.2.0 <7.0.0" dev_dependencies: pedantic: ^1.8.0 From f857a82a47bc91660bb127ccda2e93ab86103067 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Mon, 25 Jan 2021 16:04:22 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/integration_test/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/integration_test/CHANGELOG.md b/packages/integration_test/CHANGELOG.md index 98e9e3b592d8..5ae0883ed081 100644 --- a/packages/integration_test/CHANGELOG.md +++ b/packages/integration_test/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.0.2+1 * Update vm_service constraint + ## 1.0.2 * Update Flutter SDK constraint.