File tree Expand file tree Collapse file tree 10 files changed +18
-19
lines changed Expand file tree Collapse file tree 10 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 1
- ## 0.19.4-wip
1
+ ## 0.19.5
2
2
3
3
- Bump ` package:hooks ` to 0.20.0.
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
This library contains the hook protocol specification for bundling native code
4
4
with Dart packages.
5
5
6
- version : 0.19.4-wip
6
+ version : 0.19.4
7
7
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/code_assets
9
9
@@ -21,7 +21,7 @@ environment:
21
21
22
22
dependencies :
23
23
collection : ^1.19.1
24
- hooks : ^0.20.0-wip
24
+ hooks : ^0.20.0
25
25
26
26
dev_dependencies :
27
27
custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1
- ## 0.19.2-wip
1
+ ## 0.19.2
2
2
3
- - Bump ` package:hooks ` to 0.20.0-wip .
3
+ - Bump ` package:hooks ` to 0.20.0.
4
4
5
5
## 0.19.1
6
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
This library contains the hook protocol specification for bundling data assets
4
4
with Dart packages.
5
5
6
- version : 0.19.2-wip
6
+ version : 0.19.2
7
7
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/data_assets
9
9
@@ -17,7 +17,7 @@ environment:
17
17
sdk : ' >=3.9.0-21.0.dev <4.0.0'
18
18
19
19
dependencies :
20
- hooks : ^0.20.0-wip
20
+ hooks : ^0.20.0
21
21
22
22
dev_dependencies :
23
23
custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1
- ## 0.20.0-wip
1
+ ## 0.20.0
2
2
3
3
* ** Breaking change** Rename ` EncodedAsset.jsonPath ` to
4
4
` EncodedAsset.encodingJsonPath ` . This field only governs the ` EncodedAsset.encoding ` field, not the whole object.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
A library that contains a Dart API for the JSON-based protocol for
4
4
`hook/build.dart` and `hook/link.dart`.
5
5
6
- version : 0.20.0-wip
6
+ version : 0.20.0
7
7
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks
9
9
@@ -29,7 +29,7 @@ dependencies:
29
29
30
30
dev_dependencies :
31
31
args : ^2.6.0
32
- code_assets : ^0.19.4-wip # Used for running tests with real asset types.
32
+ code_assets : ^0.19.4 # Used for running tests with real asset types.
33
33
custom_lint : ^0.7.5
34
34
dart_flutter_team_lints : ^3.5.2
35
35
data_assets : any # Used for running tests with real asset types.
Original file line number Diff line number Diff line change 1
- ## 0.22.0-wip
1
+ ## 0.22.0
2
2
3
3
* Bump ` package:hooks ` to 0.20.0.
4
4
* Enable passing metadata from link hooks of a package to the link hooks in
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: hooks_runner
2
2
description : >-
3
3
This package is the backend that invokes build hooks.
4
4
5
- version : 0.22.0-wip
5
+ version : 0.22.0
6
6
7
7
repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
8
8
@@ -12,12 +12,12 @@ environment:
12
12
sdk : ' >=3.9.0-21.0.dev <4.0.0'
13
13
14
14
dependencies :
15
- code_assets : ^0.19.4-wip # Needed for OS for Target for KernelAssets.
15
+ code_assets : ^0.19.4 # Needed for OS for Target for KernelAssets.
16
16
collection : ^1.19.1
17
17
crypto : ^3.0.6
18
18
file : ^7.0.1
19
19
graphs : ^2.3.2
20
- hooks : ^0.20.0-wip
20
+ hooks : ^0.20.0
21
21
logging : ^1.3.0
22
22
meta : ^1.16.0
23
23
package_config : ^2.1.0
Original file line number Diff line number Diff line change 1
- ## 0.18.0-wip
1
+ ## 0.17.1
2
2
3
- - Bump ` package:hooks ` to 0.20.0.
4
3
- Bump ` package:hooks ` and ` package:code_assets ` to 0.20.0.
5
4
6
5
## 0.17.0
Original file line number Diff line number Diff line change 1
1
name : native_toolchain_c
2
2
description : >-
3
3
A library to invoke the native C compiler installed on the host machine.
4
- version : 0.18.0-wip
4
+ version : 0.18.0
5
5
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
6
6
7
7
topics :
@@ -17,9 +17,9 @@ environment:
17
17
sdk : ' >=3.9.0-21.0.dev <4.0.0'
18
18
19
19
dependencies :
20
- code_assets : ^0.19.4-wip
20
+ code_assets : ^0.19.4
21
21
glob : ^2.1.1
22
- hooks : ^0.20.0-wip
22
+ hooks : ^0.20.0
23
23
logging : ^1.3.0
24
24
meta : ^1.16.0
25
25
pub_semver : ^2.2.0
You can’t perform that action at this time.
0 commit comments