File tree Expand file tree Collapse file tree 14 files changed +35
-48
lines changed Expand file tree Collapse file tree 14 files changed +35
-48
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0
2+
3+ - Stable release.
4+
15## 0.19.10
26
37- Document ` input.packageRoot ` in more places.
Original file line number Diff line number Diff line change @@ -111,23 +111,3 @@ See the full example in [example/host_name/](example/host_name/).
111111
112112For more information see [ dart.dev/tools/hooks] ( https://dart.dev/tools/hooks ) .
113113
114- ## Status: In Preview
115-
116- ** NOTE** : This package is currently in preview and published under the
117- [ labs.dart.dev] ( https://dart.dev/dart-team-packages ) pub publisher in order to
118- solicit feedback.
119-
120- For packages in the labs.dart.dev publisher we generally plan to either graduate
121- the package into a supported publisher (dart.dev, tools.dart.dev) after a period
122- of feedback and iteration, or discontinue the package. These packages have a
123- much higher expected rate of API and breaking changes.
124-
125- Your feedback is valuable and will help us evolve this package.
126- For bugs, please file an issue in the
127- [ bug tracker] ( https://github.com/dart-lang/native/issues ) .
128- For general feedback and suggestions for the native assets feature in Dart and
129- Flutter, please comment in [ dart-lang #50565 ] or [ flutter #129757 ] .
130-
131- [ dart-lang#50565 ] : https://github.com/dart-lang/sdk/issues/50565
132- [ flutter#129757 ] : https://github.com/flutter/flutter/issues/129757
133-
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.10
6+ version : 1.0.0
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
24+ hooks : ^1.0.0
2525
2626dev_dependencies :
2727 custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1+ ## 0.19.6
2+
3+ - Bump ` package:hooks ` to 1.0.0.
4+
15## 0.19.5
26
37- Document ` input.packageRoot ` in more places.
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.5
6+ version : 0.19.6
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
20+ hooks : ^1.0.0
2121
2222dev_dependencies :
2323 custom_lint : ^0.7.5
Original file line number Diff line number Diff line change 1+ ## 1.0.0
2+
3+ - Stable release.
4+
15## 0.20.6-wip
26
37- Fix ` testBuildHook ` to emit output validation errors if there are any.
Original file line number Diff line number Diff line change @@ -84,17 +84,3 @@ For more information see [dart.dev/tools/hooks](https://dart.dev/tools/hooks).
8484For detailed documentation on debugging and the configuration schema, see the
8585[ documentation] ( ./doc/README.md ) .
8686
87- ## Status: In Preview
88-
89- ** NOTE** : This package is currently in preview and published under the
90- [ labs.dart.dev] ( https://dart.dev/dart-team-packages ) pub publisher in order to
91- solicit feedback.
92-
93- For packages in the labs.dart.dev publisher we generally plan to either graduate
94- the package into a supported publisher (dart.dev, tools.dart.dev) after a period
95- of feedback and iteration, or discontinue the package. These packages have a
96- much higher expected rate of API and breaking changes.
97-
98- Your feedback is valuable and will help us evolve this package.
99- For bugs, please file an issue in the
100- [ bug tracker] ( https://github.com/dart-lang/native/issues ) .
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.6-wip
6+ version : 1.0.0
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.7 # Used for running tests with real asset types.
32+ code_assets : ^1.0.0 # 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+ ## 1.0.0
2+
3+ - Stable release.
4+
15## 0.23.2
26
37- Add ` LIBCLANG_PATH ` to the environment variables allowlist.
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.23.2
5+ version : 1.0.0
66
77repository : https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner
88
@@ -12,12 +12,12 @@ environment:
1212 sdk : ' >=3.9.0 <4.0.0'
1313
1414dependencies :
15- code_assets : ^0.19.4 # Needed for OS for Target for KernelAssets.
15+ code_assets : ^1.0.0 # Needed for OS for Target for KernelAssets.
1616 collection : ^1.19.1
1717 crypto : ^3.0.6
1818 file : ^7.0.1
1919 graphs : ^2.3.2
20- hooks : ^0.20 .0
20+ hooks : ^1.0 .0
2121 logging : ^1.3.0
2222 meta : ^1.16.0
2323 package_config : ^2.1.0
You can’t perform that action at this time.
0 commit comments