From 80b65262c31645803047264388902a85280690aa Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 14 Dec 2023 10:03:43 -0800 Subject: [PATCH] [build_test] update dependencies, prepare v2.2.2 release (#3626) Also bumped deps in example --- build_test/CHANGELOG.md | 3 ++- build_test/pubspec.yaml | 4 ++-- example/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build_test/CHANGELOG.md b/build_test/CHANGELOG.md index 9af357a63..dff19fc14 100644 --- a/build_test/CHANGELOG.md +++ b/build_test/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.2.2-wip +## 2.2.2 - Bump the min sdk to 3.0.0. +- Support the latest version of `package:test_core`. ## 2.2.1 diff --git a/build_test/pubspec.yaml b/build_test/pubspec.yaml index b56728fa4..269add448 100644 --- a/build_test/pubspec.yaml +++ b/build_test/pubspec.yaml @@ -1,6 +1,6 @@ name: build_test description: Utilities for writing unit tests of Builders. -version: 2.2.2-wip +version: 2.2.2 repository: https://github.com/dart-lang/build/tree/master/build_test environment: @@ -20,7 +20,7 @@ dependencies: path: ^1.8.0 stream_transform: ^2.0.0 test: ^1.16.0 - test_core: '>=0.3.19 <0.6.0' + test_core: '>=0.3.19 <0.7.0' watcher: ^1.0.0 dev_dependencies: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e0a9ba3f4..c16b163a0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: dev_dependencies: build_runner: ^2.0.0 - build_web_compilers: ^3.0.0 + build_web_compilers: ^4.0.0 dart_flutter_team_lints: ^2.0.0