Skip to content

Commit bbd32a1

Browse files
authored
release build_resolvers, build_test, and build_runner_core (#3581)
1 parent 292a623 commit bbd32a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build_resolvers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4.0-wip
1+
## 2.4.0
22

33
- Deprecate the unnamed `AnalyzerResolvers` constructor, an replace it with the
44
`AnalyzerResolvers.sharedInstance` getter and `AnalyzerResolvers.custom`

build_resolvers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_resolvers
2-
version: 2.4.0-wip
2+
version: 2.4.0
33
description: Resolve Dart code in a Builder
44
repository: https://github.com/dart-lang/build/tree/master/build_resolvers
55

build_runner_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 7.2.11-wip
1+
## 7.2.11
22

33
- Add better error messages for incomplete package configs when creating a
44
package graph.

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 7.2.11-wip
2+
version: 7.2.11
33
description: Core tools to organize the structure of a build and run Builders.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
55

build_test/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.2.1-dev
1+
## 2.2.1
22

33
- Avoid passing a nullable value to `Future.value`.
44
- Update to build_resolvers 2.4.0, which resolves some race conditions when

build_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 2.2.1-dev
3+
version: 2.2.1
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55

66
environment:

0 commit comments

Comments
 (0)