Skip to content

Commit 64aac3a

Browse files
authored
[health] Bump dart_apitool (#360)
1 parent 8cebaf0 commit 64aac3a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pkgs/firehose/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

pkgs/firehose/lib/src/health/health.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'changelog.dart';
1717
import 'coverage.dart';
1818
import 'license.dart';
1919

20-
const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243';
20+
const apiToolHash = 'a379bdf28869c04d0c5cda504accf7044f0e4242';
2121

2222
enum Check {
2323
license('License Headers', 'license'),

pkgs/firehose/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firehose
22
description: A tool to automate publishing of Pub packages from GitHub actions.
3-
version: 0.10.4
3+
version: 0.10.5
44
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose
55

66
environment:

0 commit comments

Comments
 (0)