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
+
1
5
## 0.10.4
2
6
3
7
- 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';
17
17
import 'coverage.dart' ;
18
18
import 'license.dart' ;
19
19
20
- const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243 ' ;
20
+ const apiToolHash = 'a379bdf28869c04d0c5cda504accf7044f0e4242 ' ;
21
21
22
22
enum Check {
23
23
license ('License Headers' , 'license' ),
Original file line number Diff line number Diff line change 1
1
name : firehose
2
2
description : A tool to automate publishing of Pub packages from GitHub actions.
3
- version : 0.10.4
3
+ version : 0.10.5
4
4
repository : https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments