Skip to content

Commit 3ff3de4

Browse files
authored
Release build+build_resolvers+build_runner 2.5.2, build_runner_core 9.1.0, build_test 3.1.0. (#4052)
1 parent 5cc0c21 commit 3ff3de4

File tree

13 files changed

+38
-24
lines changed

13 files changed

+38
-24
lines changed

_test/test/sub-dir/subdir_test.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
@TestOn('browser')
6+
library;
7+
8+
import 'package:test/test.dart';
9+
10+
import '../hello_world_test.dart' as original;
11+
12+
void main() => original.main();

build/CHANGELOG.md

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

35
## 2.5.1
46

build/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 2.5.2-wip
2+
version: 2.5.2
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.1.0-wip'
13+
build_runner_core: '9.1.0'
1414
built_collection: ^5.1.1
1515
built_value: ^8.9.5
1616
convert: ^3.0.0
@@ -24,8 +24,8 @@ dependencies:
2424
pool: ^1.5.0
2525

2626
dev_dependencies:
27-
build_resolvers: '2.5.2-wip'
28-
build_test: '3.1.0-wip'
27+
build_resolvers: '2.5.2'
28+
build_test: ^3.1.0
2929
built_value_generator: ^8.9.5
3030
dart_flutter_team_lints: ^3.1.0
3131
test: ^1.16.0

build_modules/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev_dependencies:
3333
# Used inside tests
3434
build_runner: ^2.0.0
3535
build_runner_core: ^9.0.0
36-
build_test: ^3.0.0-wip
36+
build_test: ^3.1.0
3737
json_serializable: ^6.9.1
3838
test: ^1.16.0
3939

build_resolvers/CHANGELOG.md

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

33
- Simplify warnings for outdated `analyzer`.
44

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.2-wip
2+
version: 2.5.2
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.2-wip'
14-
build_runner_core: '9.1.0-wip'
13+
build: '2.5.2'
14+
build_runner_core: '9.1.0'
1515
collection: ^1.17.0
1616
convert: ^3.1.1
1717
crypto: ^3.0.0

build_runner/CHANGELOG.md

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

33
- Simplify warnings for outdated `analyzer`.
44

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.2-wip
2+
version: 2.5.2
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.2-wip'
19+
build: '2.5.2'
2020
build_config: ">=1.1.0 <1.2.0"
2121
build_daemon: ^4.0.0
22-
build_resolvers: '2.5.2-wip'
23-
build_runner_core: '9.1.0-wip'
22+
build_resolvers: '2.5.2'
23+
build_runner_core: '9.1.0'
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.1.0-wip
1+
## 9.1.0
22

33
- More detailed tracking of reads for the benefit of `build_test`.
44

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.1.0-wip
2+
version: 9.1.0
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.2-wip'
18+
build: '2.5.2'
1919
build_config: ^1.0.0
20-
build_resolvers: '2.5.2-wip'
21-
build_runner: '2.5.2-wip'
20+
build_resolvers: '2.5.2'
21+
build_runner: '2.5.2'
2222
built_collection: ^5.1.1
2323
built_value: ^8.10.1
2424
collection: ^1.15.0

build_test/CHANGELOG.md

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

33
- Add `inputsTrackedFor` and `resolverEntrypointsTrackedFor` to
44
`ReaderWriterTesting`, so tests can determine what each build step

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.1.0-wip
3+
version: 3.1.0
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55
resolution: workspace
66

@@ -12,7 +12,7 @@ dependencies:
1212
build: ^2.5.0
1313
build_config: ^1.0.0
1414
build_resolvers: ^2.5.0
15-
build_runner_core: ^9.1.0-wip
15+
build_runner_core: ^9.1.0
1616
convert: ^3.0.0
1717
crypto: ^3.0.0
1818
glob: ^2.0.0

scratch_space/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dependencies:
1919

2020
dev_dependencies:
2121
build_runner: ^2.0.0
22-
build_test: ^3.0.0-wip
22+
build_test: ^3.1.0
2323
test: ^1.16.0

0 commit comments

Comments
 (0)