Skip to content

Commit 402553f

Browse files
authored
Require build_config 1.3.0. (#4382)
1 parent fefca8b commit 402553f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

build_runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.12.1
2+
3+
- Require `build_config` 1.3.0.
4+
15
## 2.12.0
26

37
- Add support for globs in the package list of workspace `pubspec.yaml`,

build_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.12.0
2+
version: 2.12.1
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55
resolution: workspace
@@ -17,7 +17,7 @@ dependencies:
1717
args: ^2.5.0
1818
async: ^2.5.0
1919
build: ^4.0.0
20-
build_config: ">=1.2.0 <1.4.0"
20+
build_config: ">=1.3.0 <1.4.0"
2121
build_daemon: ^4.0.0
2222
built_collection: ^5.1.1
2323
built_value: ^8.10.1

build_test/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 3.5.9
2+
3+
- Use `build_runner` 2.12.1.
4+
15
## 3.5.8
26

3-
- Use `build_runner` 2.12.0
7+
- Use `build_runner` 2.12.0.
48

59
## 3.5.7
610

build_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
3-
version: 3.5.8
3+
version: 3.5.9
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55
resolution: workspace
66

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
build: ^4.0.0
1212
build_config: ^1.0.0
13-
build_runner: '2.12.0'
13+
build_runner: '2.12.1'
1414
built_collection: ^5.1.1
1515
crypto: ^3.0.0
1616
glob: ^2.0.0

0 commit comments

Comments
 (0)