File tree Expand file tree Collapse file tree 14 files changed +27
-27
lines changed Expand file tree Collapse file tree 14 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- ## 3.0.2-wip
1
+ ## 3.0.2
2
2
3
3
- Use ` build_runner_core ` 9.3.0.
4
4
- Documentation revamp.
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 3.0.2-wip
2
+ version : 3.0.2
3
3
description : A package for authoring build_runner compatible code generators.
4
4
repository : https://github.com/dart-lang/build/tree/master/build
5
5
resolution : workspace
@@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
analyzer : ' >=7.4.0 <9.0.0'
12
12
async : ^2.5.0
13
- build_runner_core : ' 9.3.0-wip '
13
+ build_runner_core : ' 9.3.0'
14
14
built_collection : ^5.1.1
15
15
built_value : ^8.9.5
16
16
convert : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 1.2.0-wip
1
+ ## 1.2.0
2
2
3
3
- Add top level key ` triggers ` . See
4
4
[ the docs] ( https://github.com/dart-lang/build/blob/master/build_config/README.md#triggers )
Original file line number Diff line number Diff line change 1
1
name : build_config
2
- version : 1.2.0-wip
2
+ version : 1.2.0
3
3
description : >-
4
4
Format definition and support for parsing `build.yaml` configuration.
5
5
repository : https://github.com/dart-lang/build/tree/master/build_config
Original file line number Diff line number Diff line change 1
- ## 3.0.2-wip
1
+ ## 3.0.2
2
2
3
3
- Use ` build ` 3.0.2.
4
4
- Use ` build_runner ` 2.7.0.
Original file line number Diff line number Diff line change 1
1
name : build_resolvers
2
- version : 3.0.2-wip
2
+ version : 3.0.2
3
3
description : Resolve Dart code in a Builder
4
4
repository : https://github.com/dart-lang/build/tree/master/build_resolvers
5
5
resolution : workspace
@@ -10,8 +10,8 @@ environment:
10
10
dependencies :
11
11
analyzer : ' >=7.4.0 <9.0.0'
12
12
async : ^2.5.0
13
- build : ' 3.0.2-wip '
14
- build_runner_core : ' 9.3.0-wip '
13
+ build : ' 3.0.2'
14
+ build_runner_core : ' 9.3.0'
15
15
collection : ^1.17.0
16
16
package_config : ^2.0.0
17
17
path : ^1.8.0
Original file line number Diff line number Diff line change 1
- ## 2.7.0-wip
1
+ ## 2.7.0
2
2
3
3
- Performance: builders can choose to run only when "triggered". A builder runs
4
4
only if triggered if the option ` run_only_if_triggered ` is ` true ` . Triggers
Original file line number Diff line number Diff line change 1
1
name : build_runner
2
- version : 2.7.0-wip
2
+ version : 2.7.0
3
3
description : A build system for Dart code generation and modular compilation.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_runner
5
5
resolution : workspace
@@ -15,10 +15,10 @@ platforms:
15
15
dependencies :
16
16
args : ^2.0.0
17
17
async : ^2.5.0
18
- build : ' 3.0.2-wip '
19
- build_config : " >=1.2.0-wip <1.3.0"
18
+ build : ' 3.0.2'
19
+ build_config : " >=1.2.0 <1.3.0"
20
20
build_daemon : ^4.0.0
21
- build_runner_core : ' 9.3.0-wip '
21
+ build_runner_core : ' 9.3.0'
22
22
code_builder : ^4.2.0
23
23
crypto : ^3.0.0
24
24
dart_style : ' >=2.3.7 <4.0.0'
Original file line number Diff line number Diff line change 1
- ## 9.3.0-wip
1
+ ## 9.3.0
2
2
3
3
- Add support for build.yaml ` triggers ` . See ` build_runner ` 2.7.0 for usage.
4
4
- Remove interactive prompts for whether to delete files.
Original file line number Diff line number Diff line change 1
1
name : build_runner_core
2
- version : 9.3.0-wip
2
+ version : 9.3.0
3
3
description : Core tools to organize the structure of a build and run Builders.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_runner_core
5
5
resolution : workspace
@@ -15,10 +15,10 @@ platforms:
15
15
dependencies :
16
16
analyzer : ' >=6.9.0 <9.0.0'
17
17
async : ^2.5.0
18
- build : ' 3.0.2-wip '
19
- build_config : ^1.2.0-wip
20
- build_resolvers : ' 3.0.2-wip '
21
- build_runner : ' 2.7.0-wip '
18
+ build : ' 3.0.2'
19
+ build_config : ^1.2.0
20
+ build_resolvers : ' 3.0.2'
21
+ build_runner : ' 2.7.0'
22
22
built_collection : ^5.1.1
23
23
built_value : ^8.10.1
24
24
collection : ^1.15.0
You can’t perform that action at this time.
0 commit comments