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
22
33- Added a library comment detailing how to use the package.
44- 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: >-
33 This library contains the hook protocol specification for bundling native code
44 with Dart packages.
55
6- version : 0.19.6-wip
6+ version : 0.19.6
77
88repository : https://github.com/dart-lang/native/tree/main/pkgs/code_assets
99
@@ -21,7 +21,7 @@ environment:
2121
2222dependencies :
2323 collection : ^1.19.1
24- hooks : ^0.20.1-wip
24+ hooks : ^0.20.1
2525
2626dev_dependencies :
2727 custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1- ## 0.19.3-wip
1+ ## 0.19.3
22
33- Added a library comment detailing how to use the package.
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
33 This library contains the hook protocol specification for bundling data assets
44 with Dart packages.
55
6- version : 0.19.3-wip
6+ version : 0.19.3
77
88repository : https://github.com/dart-lang/native/tree/main/pkgs/data_assets
99
@@ -17,7 +17,7 @@ environment:
1717 sdk : ' >=3.9.0 <4.0.0'
1818
1919dependencies :
20- hooks : ^0.20.1-wip
20+ hooks : ^0.20.1
2121
2222dev_dependencies :
2323 custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1- ## 0.20.1-wip
1+ ## 0.20.1
22
33- Update outdated documentation.
44- Deprecate ` HookOutputBuilder.addDependency ` and
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
33 A library that contains a Dart API for the JSON-based protocol for
44 `hook/build.dart` and `hook/link.dart`.
55
6- version : 0.20.1-wip
6+ version : 0.20.1
77
88repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks
99
@@ -29,7 +29,7 @@ dependencies:
2929
3030dev_dependencies :
3131 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.
3333 custom_lint : ^0.7.5
3434 dart_flutter_team_lints : ^3.5.2
3535 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
22
33* Fix caches not being invalidated on (1) user-defines changing, (2) metadata
44 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
22description : >-
33 This package is the backend that invokes build hooks.
44
5- version : 0.22.1-wip
5+ version : 0.22.1
66
77repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
88
You can’t perform that action at this time.
0 commit comments