File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- ## 2.5.3-wip
1+ ## 2.5.3
22
33- Use ` build_runner_core ` 9.1.1.
44
Original file line number Diff line number Diff line change 11name : build
2- version : 2.5.3-wip
2+ version : 2.5.3
33description : A package for authoring build_runner compatible code generators.
44repository : https://github.com/dart-lang/build/tree/master/build
55resolution : workspace
@@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 analyzer : ' >=6.9.0 <8.0.0'
1212 async : ^2.5.0
13- build_runner_core : ' 9.1.1-wip '
13+ build_runner_core : ' 9.1.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
2626dev_dependencies :
27- build_resolvers : ' 2.5.3-wip '
27+ build_resolvers : ' 2.5.3'
2828 build_test : ^3.1.0
2929 built_value_generator : ^8.9.5
3030 dart_flutter_team_lints : ^3.1.0
Original file line number Diff line number Diff line change 1- ## 2.5.3-wip
1+ ## 2.5.3
22
33- Use ` build_runner_core ` 9.1.1.
44
Original file line number Diff line number Diff line change 11name : build_resolvers
2- version : 2.5.3-wip
2+ version : 2.5.3
33description : Resolve Dart code in a Builder
44repository : https://github.com/dart-lang/build/tree/master/build_resolvers
55resolution : workspace
@@ -10,8 +10,8 @@ environment:
1010dependencies :
1111 analyzer : ' >=6.9.0 <8.0.0'
1212 async : ^2.5.0
13- build : ' 2.5.3-wip '
14- build_runner_core : ' 9.1.1-wip '
13+ build : ' 2.5.3'
14+ build_runner_core : ' 9.1.1'
1515 collection : ^1.17.0
1616 convert : ^3.1.1
1717 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1- ## 2.5.3-wip
1+ ## 2.5.3
22
33- Bug fix: fix corner case with checked in generated output that could cause
44 a crash.
Original file line number Diff line number Diff line change 11name : build_runner
2- version : 2.5.3-wip
2+ version : 2.5.3
33description : A build system for Dart code generation and modular compilation.
44repository : https://github.com/dart-lang/build/tree/master/build_runner
55resolution : 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.3-wip '
19+ build : ' 2.5.3'
2020 build_config : " >=1.1.0 <1.2.0"
2121 build_daemon : ^4.0.0
22- build_resolvers : ' 2.5.3-wip '
23- build_runner_core : ' 9.1.1-wip '
22+ build_resolvers : ' 2.5.3'
23+ build_runner_core : ' 9.1.1'
2424 code_builder : ^4.2.0
2525 collection : ^1.15.0
2626 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1- ## 9.1.1-wip
1+ ## 9.1.1
22
33- Bug fix: fix corner case with checked in generated output that could cause
44 a crash.
Original file line number Diff line number Diff line change 11name : build_runner_core
2- version : 9.1.1-wip
2+ version : 9.1.1
33description : Core tools to organize the structure of a build and run Builders.
44repository : https://github.com/dart-lang/build/tree/master/build_runner_core
55resolution : workspace
@@ -15,10 +15,10 @@ platforms:
1515dependencies :
1616 analyzer : ' >=6.9.0 <8.0.0'
1717 async : ^2.5.0
18- build : ' 2.5.3-wip '
18+ build : ' 2.5.3'
1919 build_config : ^1.0.0
20- build_resolvers : ' 2.5.3-wip '
21- build_runner : ' 2.5.3-wip '
20+ build_resolvers : ' 2.5.3'
21+ build_runner : ' 2.5.3'
2222 built_collection : ^5.1.1
2323 built_value : ^8.10.1
2424 collection : ^1.15.0
Original file line number Diff line number Diff line change 1- ## 3.1.1-wip
1+ ## 3.1.1
22
33- Bug fix: stop parsing ` testBuilder ` asset paths as globs.
44
Original file line number Diff line number Diff line change 11name : build_test
22description : Utilities for writing unit tests of Builders.
3- version : 3.1.1-wip
3+ version : 3.1.1
44repository : https://github.com/dart-lang/build/tree/master/build_test
55resolution : 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.1-wip
15+ build_runner_core : ^9.1.1
1616 convert : ^3.0.0
1717 crypto : ^3.0.0
1818 glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments