File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- ## 0.19.6-wip
1
+ ## 0.19.6
2
2
3
3
- Added a library comment detailing how to use the package.
4
4
- Fixed duplicate asset id detection with assets coming from both build and
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.6-wip
6
+ version : 0.19.6
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.1-wip
24
+ hooks : ^0.20.1
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.3-wip
1
+ ## 0.19.3
2
2
3
3
- Added a library comment detailing how to use the package.
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 data assets
4
4
with Dart packages.
5
5
6
- version : 0.19.3-wip
6
+ version : 0.19.3
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 <4.0.0'
18
18
19
19
dependencies :
20
- hooks : ^0.20.1-wip
20
+ hooks : ^0.20.1
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.1-wip
1
+ ## 0.20.1
2
2
3
3
- Update outdated documentation.
4
4
- Deprecate ` HookOutputBuilder.addDependency ` and
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.1-wip
6
+ version : 0.20.1
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.6-wip # Used for running tests with real asset types.
32
+ code_assets : ^0.19.6 # 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.1-wip
1
+ ## 0.22.1
2
2
3
3
* Fix caches not being invalidated on (1) user-defines changing, (2) metadata
4
4
changing, and (3) assets sent to link hooks.
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.1-wip
5
+ version : 0.22.1
6
6
7
7
repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
8
8
You can’t perform that action at this time.
0 commit comments