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
2
2
3
3
- Use ` build_runner_core ` 9.1.1.
4
4
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 2.5.3-wip
2
+ version : 2.5.3
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 : ' >=6.9.0 <8.0.0'
12
12
async : ^2.5.0
13
- build_runner_core : ' 9.1.1-wip '
13
+ build_runner_core : ' 9.1.1'
14
14
built_collection : ^5.1.1
15
15
built_value : ^8.9.5
16
16
convert : ^3.0.0
@@ -24,7 +24,7 @@ dependencies:
24
24
pool : ^1.5.0
25
25
26
26
dev_dependencies :
27
- build_resolvers : ' 2.5.3-wip '
27
+ build_resolvers : ' 2.5.3'
28
28
build_test : ^3.1.0
29
29
built_value_generator : ^8.9.5
30
30
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
2
2
3
3
- Use ` build_runner_core ` 9.1.1.
4
4
Original file line number Diff line number Diff line change 1
1
name : build_resolvers
2
- version : 2.5.3-wip
2
+ version : 2.5.3
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 : ' >=6.9.0 <8.0.0'
12
12
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'
15
15
collection : ^1.17.0
16
16
convert : ^3.1.1
17
17
crypto : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 2.5.3-wip
1
+ ## 2.5.3
2
2
3
3
- Bug fix: fix corner case with checked in generated output that could cause
4
4
a crash.
Original file line number Diff line number Diff line change 1
1
name : build_runner
2
- version : 2.5.3-wip
2
+ version : 2.5.3
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
@@ -16,11 +16,11 @@ dependencies:
16
16
analyzer : ' >=4.4.0 <8.0.0'
17
17
args : ^2.0.0
18
18
async : ^2.5.0
19
- build : ' 2.5.3-wip '
19
+ build : ' 2.5.3'
20
20
build_config : " >=1.1.0 <1.2.0"
21
21
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'
24
24
code_builder : ^4.2.0
25
25
collection : ^1.15.0
26
26
crypto : ^3.0.0
Original file line number Diff line number Diff line change 1
- ## 9.1.1-wip
1
+ ## 9.1.1
2
2
3
3
- Bug fix: fix corner case with checked in generated output that could cause
4
4
a crash.
Original file line number Diff line number Diff line change 1
1
name : build_runner_core
2
- version : 9.1.1-wip
2
+ version : 9.1.1
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 <8.0.0'
17
17
async : ^2.5.0
18
- build : ' 2.5.3-wip '
18
+ build : ' 2.5.3'
19
19
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'
22
22
built_collection : ^5.1.1
23
23
built_value : ^8.10.1
24
24
collection : ^1.15.0
Original file line number Diff line number Diff line change 1
- ## 3.1.1-wip
1
+ ## 3.1.1
2
2
3
3
- Bug fix: stop parsing ` testBuilder ` asset paths as globs.
4
4
Original file line number Diff line number Diff line change 1
1
name : build_test
2
2
description : Utilities for writing unit tests of Builders.
3
- version : 3.1.1-wip
3
+ version : 3.1.1
4
4
repository : https://github.com/dart-lang/build/tree/master/build_test
5
5
resolution : workspace
6
6
@@ -12,7 +12,7 @@ dependencies:
12
12
build : ^2.5.0
13
13
build_config : ^1.0.0
14
14
build_resolvers : ^2.5.0
15
- build_runner_core : ^9.1.1-wip
15
+ build_runner_core : ^9.1.1
16
16
convert : ^3.0.0
17
17
crypto : ^3.0.0
18
18
glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments