From 722396eba8d6b333fd5a2e2b13096158bd89d744 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 1 Dec 2020 16:39:17 -0800 Subject: [PATCH] bump integration test to 1.0.0 --- packages/integration_test/CHANGELOG.md | 4 ++++ packages/integration_test/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/integration_test/CHANGELOG.md b/packages/integration_test/CHANGELOG.md index a46fd4eab8b2..8c6f7abefca5 100644 --- a/packages/integration_test/CHANGELOG.md +++ b/packages/integration_test/CHANGELOG.md @@ -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. diff --git a/packages/integration_test/pubspec.yaml b/packages/integration_test/pubspec.yaml index 94839dbcbb9a..2daf3e543827 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: 0.9.3 +version: 1.0.0 homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test environment: