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

bump integration test to 1.0.0 #3295

Merged
merged 1 commit into from
Dec 2, 2020
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.0

* Public stable release of plugin.

## 0.9.3

* Update README to mention that only `testWidgets` is supported for declaring tests.
Expand Down
2 changes: 1 addition & 1 deletion 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: 0.9.3
version: 1.0.0
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test

environment:
Expand Down