Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build_test] update dependencies, prepare v2.2.2 release #3626

Merged
merged 1 commit into from
Dec 14, 2023
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
3 changes: 2 additions & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading