Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

bump vmservice #3463

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/integration_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2+1

* Update vm_service constraint
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add empty line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


## 1.0.2

* Update Flutter SDK constraint.
Expand Down
4 changes: 2 additions & 2 deletions packages/integration_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down