We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217b345 commit 3cb2922Copy full SHA for 3cb2922
build_runner/CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## 2.4.2-wip
+## 2.4.2
2
+
3
+- Support package:build version 2.4.x.
4
5
## 2.4.1
6
build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
-version: 2.4.2-wip
+version: 2.4.2
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
@@ -15,7 +15,7 @@ dependencies:
15
analyzer: '>=4.4.0 <6.0.0'
16
args: ^2.0.0
17
async: ^2.5.0
18
- build: ">=2.1.0 <2.4.0"
+ build: ">=2.1.0 <2.5.0"
19
build_config: ">=1.1.0 <1.2.0"
20
build_daemon: ^4.0.0
21
build_resolvers: ^2.0.0
0 commit comments