File tree Expand file tree Collapse file tree 15 files changed +38
-32
lines changed Expand file tree Collapse file tree 15 files changed +38
-32
lines changed Original file line number Diff line number Diff line change 1
- ## 3.0.1-wip
1
+ ## 3.0.1
2
2
3
3
- Small improvements to RAM usage.
4
+ - Allow ` analyzer ` 8.0.0.
4
5
5
6
## 3.0.0
6
7
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 3.0.1-wip
2
+ version : 3.0.1
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
@@ -8,9 +8,9 @@ environment:
8
8
sdk : ^3.7.0
9
9
10
10
dependencies :
11
- analyzer : ' >=7.4.0 <8 .0.0'
11
+ analyzer : ' >=7.4.0 <9 .0.0'
12
12
async : ^2.5.0
13
- build_runner_core : ' 9.2.1-wip '
13
+ build_runner_core : ' 9.2.1'
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
- ## 5.0.16-wip
1
+ ## 5.0.16
2
2
3
3
- Remove unused dep: ` build_config ` .
4
+ - Allow ` analyzer ` 8.0.0.
4
5
5
6
## 5.0.15
6
7
Original file line number Diff line number Diff line change 1
1
name : build_modules
2
- version : 5.0.16-wip
2
+ version : 5.0.16
3
3
description : >-
4
4
Builders to analyze and split Dart code into individually compilable modules
5
5
based on imports.
@@ -10,7 +10,7 @@ environment:
10
10
sdk : ' >=3.7.0 <3.10.0-z'
11
11
12
12
dependencies :
13
- analyzer : ' >=5.1.0 <8 .0.0'
13
+ analyzer : ' >=5.1.0 <9 .0.0'
14
14
async : ^2.5.0
15
15
bazel_worker : ^1.0.0
16
16
build : ' >=2.0.0 <4.0.0'
Original file line number Diff line number Diff line change 1
- ## 3.0.1-wip
1
+ ## 3.0.1
2
2
3
3
- Use ` build ` 3.0.1.
4
+ - Allow ` analyzer ` 8.0.0.
4
5
5
6
## 3.0.0
6
7
Original file line number Diff line number Diff line change 1
1
name : build_resolvers
2
- version : 3.0.1-wip
2
+ version : 3.0.1
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
@@ -8,10 +8,10 @@ environment:
8
8
sdk : ^3.7.0
9
9
10
10
dependencies :
11
- analyzer : ' >=7.4.0 <8 .0.0'
11
+ analyzer : ' >=7.4.0 <9 .0.0'
12
12
async : ^2.5.0
13
- build : ' 3.0.1-wip '
14
- build_runner_core : ' 9.2.1-wip '
13
+ build : ' 3.0.1'
14
+ build_runner_core : ' 9.2.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.6.1-wip
1
+ ## 2.6.1
2
2
3
3
- Use ` build ` 3.0.1.
4
4
Original file line number Diff line number Diff line change 1
1
name : build_runner
2
- version : 2.6.1-wip
2
+ version : 2.6.1
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.1-wip '
18
+ build : ' 3.0.1'
19
19
build_config : " >=1.1.0 <1.2.0"
20
20
build_daemon : ^4.0.0
21
- build_runner_core : ' 9.2.1-wip '
21
+ build_runner_core : ' 9.2.1'
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.2.1-wip
1
+ ## 9.2.1
2
2
3
3
- Use ` build ` 3.0.1.
4
+ - Allow ` analyzer ` 8.0.0.
4
5
5
6
## 9.2.0
6
7
Original file line number Diff line number Diff line change 1
1
name : build_runner_core
2
- version : 9.2.1-wip
2
+ version : 9.2.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
@@ -13,12 +13,12 @@ platforms:
13
13
macos :
14
14
15
15
dependencies :
16
- analyzer : ' >=6.9.0 <8 .0.0'
16
+ analyzer : ' >=6.9.0 <9 .0.0'
17
17
async : ^2.5.0
18
- build : ' 3.0.1-wip '
18
+ build : ' 3.0.1'
19
19
build_config : ^1.0.0
20
- build_resolvers : ' 3.0.1-wip '
21
- build_runner : ' 2.6.1-wip '
20
+ build_resolvers : ' 3.0.1'
21
+ build_runner : ' 2.6.1'
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