Skip to content

Commit

Permalink
release build_resolvers, build_test, and build_runner_core (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Sep 25, 2023
1 parent 292a623 commit bbd32a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4.0-wip
## 2.4.0

- Deprecate the unnamed `AnalyzerResolvers` constructor, an replace it with the
`AnalyzerResolvers.sharedInstance` getter and `AnalyzerResolvers.custom`
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_resolvers
version: 2.4.0-wip
version: 2.4.0
description: Resolve Dart code in a Builder
repository: https://github.com/dart-lang/build/tree/master/build_resolvers

Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 7.2.11-wip
## 7.2.11

- Add better error messages for incomplete package configs when creating a
package graph.
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner_core
version: 7.2.11-wip
version: 7.2.11
description: Core tools to organize the structure of a build and run Builders.
repository: https://github.com/dart-lang/build/tree/master/build_runner_core

Expand Down
2 changes: 1 addition & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.1-dev
## 2.2.1

- Avoid passing a nullable value to `Future.value`.
- Update to build_resolvers 2.4.0, which resolves some race conditions when
Expand Down
2 changes: 1 addition & 1 deletion 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.1-dev
version: 2.2.1
repository: https://github.com/dart-lang/build/tree/master/build_test

environment:
Expand Down

0 comments on commit bbd32a1

Please sign in to comment.