File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.5
2+
3+ - Bump dart_apitool to work with non-published dev dependencies.
4+
15## 0.10.4
26
37- Don't fail publish validations from Pub's pre-release package warning (see
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import 'changelog.dart';
1717import 'coverage.dart' ;
1818import 'license.dart' ;
1919
20- const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243 ' ;
20+ const apiToolHash = 'a379bdf28869c04d0c5cda504accf7044f0e4242 ' ;
2121
2222enum Check {
2323 license ('License Headers' , 'license' ),
Original file line number Diff line number Diff line change 11name : firehose
22description : A tool to automate publishing of Pub packages from GitHub actions.
3- version : 0.10.4
3+ version : 0.10.5
44repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose
55
66environment :
You can’t perform that action at this time.
0 commit comments