File tree Expand file tree Collapse file tree 10 files changed +26
-24
lines changed Expand file tree Collapse file tree 10 files changed +26
-24
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.3-wip
1+ ## 3.1.0
22
33- Deprecate ` runBuilder ` . It has been moved to ` package:build_runner_core ` and
44 will be removed from ` package:build ` . Please note: the currently supported
Original file line number Diff line number Diff line change 11name : build
2- version : 3.0.3-wip
2+ version : 3.1.0
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 : ' >=7.4.0 <9.0.0'
1212 async : ^2.5.0
13- build_runner_core : ' 9.3.1-wip '
13+ build_runner_core : ' 9.3.1'
1414 convert : ^3.0.0
1515 crypto : ^3.0.0
1616 glob : ^2.0.0
Original file line number Diff line number Diff line change 1- ## 3.0.3-wip
1+ ## 3.0.3
22
3- - Use ` build ` 3.0.3 .
3+ - Use ` build ` 3.1.0 .
44- Use ` build_runner ` 2.7.1.
55
66## 3.0.2
Original file line number Diff line number Diff line change 11name : build_resolvers
2- version : 3.0.3-wip
2+ version : 3.0.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 : ' >=7.4.0 <9.0.0'
1212 async : ^2.5.0
13- build : ' 3.0.3-wip '
14- build_runner_core : ' 9.3.1-wip '
13+ build : ' 3.1.0 '
14+ build_runner_core : ' 9.3.1'
1515 collection : ^1.17.0
1616 package_config : ^2.0.0
1717 path : ^1.8.0
Original file line number Diff line number Diff line change 1- ## 2.7.1-wip
1+ ## 2.7.1
22
33- Bug fix: with ` build_runner serve ` , special handling of paths containing
44 ` /packages/ ` was hiding actual folders called ` packages ` . Serve the actual
77 ` bin/graph_inspector.dart ` , ` build_runner doctor ` and
88 ` build_runner generate-build-script ` commands.
99- Remove deps on ` pubspec_parse ` and ` timing ` .
10+ - Use ` build ` 3.1.0.
1011
1112## 2.7.0
1213
Original file line number Diff line number Diff line change 11name : build_runner
2- version : 2.7.1-wip
2+ version : 2.7.1
33description : A build system for Dart code generation and modular compilation.
44repository : https://github.com/dart-lang/build/tree/master/build_runner
55resolution : workspace
@@ -15,10 +15,10 @@ platforms:
1515dependencies :
1616 args : ^2.0.0
1717 async : ^2.5.0
18- build : ' 3.0.3-wip '
18+ build : ' 3.1.0 '
1919 build_config : " >=1.2.0 <1.3.0"
2020 build_daemon : ^4.0.0
21- build_runner_core : ' 9.3.1-wip '
21+ build_runner_core : ' 9.3.1'
2222 built_collection : ^5.1.1
2323 code_builder : ^4.2.0
2424 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1- ## 9.3.1-wip
1+ ## 9.3.1
22
33- Move ` runBuilder ` to here from ` package:build ` . Please note that all of
44 ` build_runner_core ` is intended to be internal to ` build_runner ` : the
77 builders please get in touch at
88 https://github.com/dart-lang/build/discussions .
99- Similarly, move ` runPostProcessBuilder ` to here from ` package:build ` .
10+ - Use ` build ` 3.1.0.
1011- Use ` build_runner ` 2.7.1.
1112- Remove ` overrideGeneratedOutputDirectory ` , ` pubBinary ` .
1213
Original file line number Diff line number Diff line change 11name : build_runner_core
2- version : 9.3.1-wip
2+ version : 9.3.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 <9.0.0'
1717 async : ^2.5.0
18- build : ' 3.0.3-wip '
18+ build : ' 3.1.0 '
1919 build_config : ^1.2.0
20- build_resolvers : ' 3.0.3-wip '
21- build_runner : ' 2.7.1-wip '
20+ build_resolvers : ' 3.0.3'
21+ build_runner : ' 2.7.1'
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.3.3-wip
1+ ## 3.3.3
22
3- - Use ` build ` 3.0.3 .
3+ - Use ` build ` 3.1.0 .
44- Use ` build_runner ` 2.7.1.
55
66## 3.3.2
Original file line number Diff line number Diff line change 11name : build_test
22description : Utilities for writing unit tests of Builders.
3- version : 3.3.3-wip
3+ version : 3.3.3
44repository : https://github.com/dart-lang/build/tree/master/build_test
55resolution : workspace
66
77environment :
88 sdk : ^3.7.0
99
1010dependencies :
11- build : ' 3.0.3-wip '
11+ build : ' 3.1.0 '
1212 build_config : ^1.0.0
13- build_resolvers : ' 3.0.3-wip '
14- build_runner : ' 2.7.1-wip '
15- build_runner_core : ' 9.3.1-wip '
13+ build_resolvers : ' 3.0.3'
14+ build_runner : ' 2.7.1'
15+ build_runner_core : ' 9.3.1'
1616 built_collection : ^5.1.1
1717 crypto : ^3.0.0
1818 glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments