Skip to content

Commit d043047

Browse files
authored
Release 2.5.1, 9.0.1. (#4046)
1 parent c1b93ec commit d043047

File tree

8 files changed

+23
-18
lines changed

8 files changed

+23
-18
lines changed

build/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 2.5.1-wip
1+
## 2.5.1
2+
3+
- Use `build_runner_core` 9.0.1.
24

35
## 2.5.0
46

build/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 2.5.1-wip
2+
version: 2.5.1
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
55
resolution: workspace
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
analyzer: '>=6.9.0 <8.0.0'
1212
async: ^2.5.0
13-
build_runner_core: '9.0.1-wip'
13+
build_runner_core: '9.0.1'
1414
built_collection: ^5.1.1
1515
built_value: ^8.9.5
1616
convert: ^3.0.0
@@ -24,7 +24,7 @@ dependencies:
2424
pool: ^1.5.0
2525

2626
dev_dependencies:
27-
build_resolvers: '2.5.1-wip'
27+
build_resolvers: '2.5.1'
2828
build_test: '3.0.0'
2929
built_value_generator: ^8.9.5
3030
dart_flutter_team_lints: ^3.1.0

build_resolvers/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 2.5.1-wip
1+
## 2.5.1
2+
3+
- Use `build_runner_core` 2.5.1.
24

35
## 2.5.0
46

build_resolvers/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_resolvers
2-
version: 2.5.1-wip
2+
version: 2.5.1
33
description: Resolve Dart code in a Builder
44
repository: https://github.com/dart-lang/build/tree/master/build_resolvers
55
resolution: workspace
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
analyzer: '>=6.9.0 <8.0.0'
1212
async: ^2.5.0
13-
build: '2.5.1-wip'
14-
build_runner_core: '9.0.1-wip'
13+
build: '2.5.1'
14+
build_runner_core: '9.0.1'
1515
collection: ^1.17.0
1616
convert: ^3.1.1
1717
crypto: ^3.0.0

build_runner/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.5.1-wip
1+
## 2.5.1
22

33
- Don't log stack traces for subclasses of `Exception`.
4+
- Bug fix: don't run builders with multiple outputs once per output.
45

56
## 2.5.0
67

build_runner/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.5.1-wip
2+
version: 2.5.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
@@ -16,11 +16,11 @@ dependencies:
1616
analyzer: '>=4.4.0 <8.0.0'
1717
args: ^2.0.0
1818
async: ^2.5.0
19-
build: '2.5.1-wip'
19+
build: '2.5.1'
2020
build_config: ">=1.1.0 <1.2.0"
2121
build_daemon: ^4.0.0
22-
build_resolvers: '2.5.1-wip'
23-
build_runner_core: '9.0.1-wip'
22+
build_resolvers: '2.5.1'
23+
build_runner_core: '9.0.1'
2424
code_builder: ^4.2.0
2525
collection: ^1.15.0
2626
crypto: ^3.0.0

build_runner_core/CHANGELOG.md

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

33
- Don't log stack traces for subclasses of `Exception`.
44
- Bug fix: don't run builders with multiple outputs once per output.

build_runner_core/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 9.0.1-wip
2+
version: 9.0.1
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
resolution: workspace
@@ -15,10 +15,10 @@ platforms:
1515
dependencies:
1616
analyzer: '>=6.9.0 <8.0.0'
1717
async: ^2.5.0
18-
build: '2.5.1-wip'
18+
build: '2.5.1'
1919
build_config: ^1.0.0
20-
build_resolvers: '2.5.1-wip'
21-
build_runner: '2.5.1-wip'
20+
build_resolvers: '2.5.1'
21+
build_runner: '2.5.1'
2222
built_collection: ^5.1.1
2323
built_value: ^8.10.1
2424
collection: ^1.15.0

0 commit comments

Comments
 (0)